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
Comment #1
dpearcefl commentedIs this issue fixed in the latest D6? is there any interest in pursuing this issue?
Comment #2
dpearcefl commented