PHP Notice: Undefined index: pass in c:\inetpub\wwwroot\drupal-4.6.3\includes\database.mysql.inc on line 31
dan123 - September 27, 2005 - 07:17
can anybody help me what must i do to get this out of the page ?
can anybody help me what must i do to get this out of the page ?
Turn error display off
In your php.ini, set display_errors and display_startup_errors both to Off and that notice will no longer appear.