On Thursday 06 December 2007 09:00:52 Tom Holmes Jr. wrote:
I just did a clean fresh un-tarring of Drupal 5.4. I haven't created the database part yet, though the screen comes up. So, I am constantly checking the Apache error_log and in going to this screen (database install) .... I get these messages.
[client 192.168.1.167] PHP Notice: Undefined variable: redirect in /var/www/html/drupal-5.4/includes/form.inc on line 268 [client 192.168.1.167] PHP Notice: Undefined variable: base in /var/www/html/drupal-5.4/includes/form.inc on line 465 [client 192.168.1.167] PHP Notice: Undefined index: #value in /var/www/html/drupal-5.4/includes/form.inc on line 1045 [client 192.168.1.167] PHP Notice: Undefined index: #value in /var/www/html/drupal-5.4/includes/form.inc on line 1045 [client 192.168.1.167] PHP Notice: Undefined variable: no_module_preprocess in /var/www/html/drupal-5.4/includes/common.inc on line 1472 [client 192.168.1.167] PHP Notice: Undefined variable: no_theme_preprocess in /var/www/html/drupal-5.4/includes/common.inc on line 1493
Should ... I go back to a previous version of Drupal ... can I provide any more information? I can't imagine this is normal.
This looks like those messages may be related to this: http://drupal.org/node/99625
You probably have your PHP set to spit out messages about any little thing, and Drupal 5 has lots of little things. Drupal 6 should not produce those sorts of messages. It may be that 5.4 has those warning messages turned on, where 5.3 and before did not.
It's just a guess.