This will happen if your config.php is not writable by the web server. In this case the installation script will give you the config file as a download so you can replace it yourself. You can make the config.php file writable on a unix system by executing 'chmod a+w config.php'. Especially if you are on a shared server, you should execute 'chmod a-w config.php' after the file has been created via the installation process.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Everyone,
I am trying to install the software, but when I hit the "Save Options" button, it displays a Download Message for the config.php file.
Can anyone help me?
This will happen if your config.php is not writable by the web server. In this case the installation script will give you the config file as a download so you can replace it yourself. You can make the config.php file writable on a unix system by executing 'chmod a+w config.php'. Especially if you are on a shared server, you should execute 'chmod a-w config.php' after the file has been created via the installation process.