Upgrading from 0.2 to 2.1
FYI: When running http://url-to-roundcube/installer/
Message shown:
"Replaced config options
The following config options have been replaced or renamed. Please update them accordingly in your config files.
* skin_path was replaced by skin
* locale_string was replaced by language"
If I rename skin_path to skin, and locale_string to language, then I get:
"Missing config options
The following config options are not present in the current configuration.
Please check the default config files and add the missing properties to your local config files.
* skin_path
* locale_string"
Therefore, I cannot upgrade.
when you downloaded the latest version did you replace your copy of config/main.inc.php.dist with the latest version? The default config veriables are read from there. If you have an old version then this is probably what is confusing it.
Thanks John,
I didn't realise the .dist was necessary ( I thought it was just an example config, to be copied / renamed on initial install )
Upgrade all good! :)