I whipped up a custom.profile configuration for the installer. I removed the default modules installed & replaced it with my own custom modules. What happen was that the installer spits out PHP warning errors after the database configuration step. The errors were mainly warnings for foreach() function, saying that the variable provided to foreach() wasn't really an array.

After following the error messages provided, i discovered that there was no array checking (is_array) for several functions in common.inc. The errors were at line 3100, 3125 & 3183.

Once this was fixed, the installer worked fine.

Comments

dpearcefl’s picture

Status: Active » Postponed (maintainer needs more info)

Is this issue fixed in the latest D6? is there any interest in pursuing this issue?

dpearcefl’s picture

Status: Postponed (maintainer needs more info) » Active

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.