Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jun 2007 at 22:21 UTC
Updated:
16 Jun 2007 at 11:16 UTC
Jump to comment: Most recent file
This might be a PHP4 thing, but when $db_url is NULL, parse_url($db_url) returns array(path=>'').
So I get the following notices during the install process (just after I select a locale):
Notice: Undefined index: user in /Users/jwilkins/Sites/Drupal-CVS/core-HEAD/install.php on line 162
Notice: Undefined index: pass in /Users/jwilkins/Sites/Drupal-CVS/core-HEAD/install.php on line 163
Notice: Undefined index: host in /Users/jwilkins/Sites/Drupal-CVS/core-HEAD/install.php on line 164
This patch corrects that.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | install_notices_0.patch | 1.24 KB | johnalbin |
| install_notices.patch | 917 bytes | johnalbin |
Comments
Comment #1
johnalbinAdded fix for "Notice: Undefined variable: _SESSION in ./install.php on line 603" message when arriving at "Configure site" stage of install.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks, John.
Comment #3
(not verified) commented