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.

CommentFileSizeAuthor
array-safety.patch506 bytesCrell

Comments

Status: Needs review » Needs work

The last submitted patch, array-safety.patch, failed testing.

Crell’s picture

Really now, testbot. May you die in an power surge.

asimmonds’s picture

Is this the same as #671366: Installer is broken?

Steve Dondley’s picture

Status: Needs work » Closed (duplicate)

It is a duplicate, yes. Marking as such.