I've done a fresh install of 0.6.2. I used the web interface to create the config.php, copied it to the directory, and when I go back, I still get the install page with the following warning.
Warning: Invalid argument supplied for foreach() in /www/english/html/phpbt/install.php on line 199
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you are seeing install.php again, then something didn't go correctly with the installation. Check to make sure your config.php is readable by the webserver, and that DB_HOST is defined in it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've done a fresh install of 0.6.2. I used the web interface to create the config.php, copied it to the directory, and when I go back, I still get the install page with the following warning.
Warning: Invalid argument supplied for foreach() in /www/english/html/phpbt/install.php on line 199
If you are seeing install.php again, then something didn't go correctly with the installation. Check to make sure your config.php is readable by the webserver, and that DB_HOST is defined in it.
Thanks. The config file was readable and the DB was set.
For kicks I decided to upgrade from 4.02 to 4.1.0 of PHP and that seemed to fix the problem.