Posted by JohnAlbin on June 1, 2007 at 10:21pm
2 followers
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | install system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | JohnAlbin |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| install_notices.patch | 917 bytes | Ignored: Check issue status. | None | None |
Comments
#1
Added fix for "Notice: Undefined variable: _SESSION in ./install.php on line 603" message when arriving at "Configure site" stage of install.
#2
Committed to CVS HEAD. Thanks, John.
#3