Ten94Tuner
10-12-2005, 03:01 PM
after installing the upgrade for version 3.5 .. i ended up getting this code when i tried accessing the /install/upgrade.php after uploading all the files that were needed in the upgrade process..
Configuration: includes/config.php exists, but is not in the 3.5 format. Please convert your config file via the new config.php.new.
what does that mean ???
webfreak08
10-12-2005, 06:18 PM
Try overwriting the config.php file with the new config.php file. Change the new file to connect to your database.
theMusicMan
10-13-2005, 01:49 AM
after installing the upgrade for version 3.5 .. i ended up getting this code when i tried accessing the /install/upgrade.php after uploading all the files that were needed in the upgrade process..
Configuration: includes/config.php exists, but is not in the 3.5 format. Please convert your config file via the new config.php.new.
what does that mean ???It means as it says... you need to convert your config.php file to the new format as used in vB3.5
Take a look at the stock config.php file supplies, and use your old config.php to populate the correct entries in the new config.php with your database name and passwords etc.
Joeychgo
10-16-2005, 11:55 PM
Has that resolved the problem?