Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jan 2010 at 23:43 UTC
Updated:
3 Jan 2010 at 08:28 UTC
Doing my first from-complete-scratch install in a while, I noticed that the global $databases variable wasn't being pre-set to an empty array anywhere, which meant that Database::parseConnectionInfo() was having a hissy fit when trying to iterate an unintialized variable. Attached patch just does a little error checking to keep the installer from dying.
| Comment | File | Size | Author |
|---|---|---|---|
| array-safety.patch | 506 bytes | Crell |
Comments
Comment #2
Crell commentedReally now, testbot. May you die in an power surge.
Comment #3
asimmonds commentedIs this the same as #671366: Installer is broken?
Comment #4
Steve Dondley commentedIt is a duplicate, yes. Marking as such.