Reputation: 1129
Here's a new one... I have a site running Drupal 5. I'm going to upgrade it to 6, and I just noticed that there are some blank lines on the modules page. The first four modules listed in the "Other" section have no names, just checkboxes. (Actually one of them also has the text "Required by: Forum (disabled), Tracker (disabled)".) The fourth module is actually turned on, but I have no idea what it is.
I just installed a fresh install of D5 just to see what the first four "Other" modules should be, and they're blank! So I'm guessing this is some sort of incompatibility with PH5.3
Has anybody else seen this?
Upvotes: 1
Views: 331
Reputation: 27563
PHP5.3 has issues with many Drupal5 .info files. You must put quotes around all the descriptive lines. See here for more info http://drupal.org/node/722430
Upvotes: 3