I have been using Drupal for a number of years. I recently upgraded from Drupal 4.7 to Drupal 5. I followed the instructions to the T. I am have lots of problems with the core modules in Drupal 5 for example most of them do not appear. My forums have disappeared yet they are in the database. My aggregator stops after importing only one feed, etc.. I have scoured the forums and have yet to even find a person that has had similar difficulties.
I just upgraded to Drupal 5.1, when I reinstall the taxonomy_block module (rev 4.7-1.x-dev), and go to the ?q=admin/block/taxonomy_block URL, I get the error:
Fatal error: Call to undefined function: form_group() in /home2/benslad/public_html/modules/taxonomy_block/taxonomy_block.module on line 120
Looking at other forum entries, it looks like the form_group() function is old.
Am I understanding things correctly? taxonomy_block doesn't work with Drupal 5.1?
I just moved an existing live site (4.7.6) to a new host and everything went as planned except for the images. All of the images that are not in the template aren't showing up. The files are being stored with Drupal's normal private files option. When I look at the source I can see a full url for the images, and when I paste that into the URL bar of Firefox I get prompted to download a file. The file downloads, but then seems to be corrupted. However, if I just download the file with an FTP program the file is fine. Anyone have any suggestions?
I just moved an existing live site (4.7.6) to a new host and everything went as planned except for the images. All of the images that are not in the template aren't showing up. The files are being stored with Drupal's normal private files option. When I look at the source I can see a full url for the images, and when I paste that into the URL bar of Firefox I get prompted to download a file. The file downloads, but then seems to be corrupted. However, if I just download the file with an FTP program the file is fine. Anyone have any suggestions?
After run update.php and login to 5.1 drupal write this warning:
user warning: Illegal mix of collations (utf8_bin,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '=' query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'garland' AND b.status = 1 AND (r.rid IN (2,3,4) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /www/gam.51/includes/database.mysql.inc on line 172.