When I install drupal 5.0RC1 I see:
Notice: Undefined variable: redirect in C:\Inetpub\Siti\drupal50rc1\includes\form.inc on line 267
Notice: Undefined variable: base in C:\Inetpub\Siti\drupal50rc1\includes\form.inc on line 460
Notice: Undefined index: #value in C:\Inetpub\Siti\drupal50rc1\includes\form.inc on line 962
Notice: Undefined index: #value in C:\Inetpub\Siti\drupal50rc1\includes\form.inc on line 962
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\Siti\drupal50rc1\includes\form.inc:267) in C:\Inetpub\Siti\drupal50rc1\includes\common.inc on line 141
Notice: Undefined variable: no_module_preprocess in C:\Inetpub\Siti\drupal50rc1\includes\common.inc on line 1441
Notice: Undefined variable: no_theme_preprocess in C:\Inetpub\Siti\drupal50rc1\includes\common.inc on line 1462
Comments
Comment #1
heine commentedDuplicate of http://drupal.org/node/103663 ?
Drupal is not E_NOTICE free. Set error reporting to E_ALL & ~E_NOTICE.
Comment #2
ChrisKennedy commentedIt's a duplicate of http://drupal.org/node/103250 really, where I have already posted a patch to remove those errors.
Comment #3
Conditi0n commentedIt's a duplicate of a closed issue.