Have you run the upgrade script? Which exact version did you have (v2.2.2 maybe)?
The upgrade script should have added the new configuration option, the one which is reported as missing now. If the upgrade script is saying that your activeCollab is up-to-date, then please run this query against your activeCollab database:
BTW, the upgrade scripts reports only 2.2.2 as the latest version. May be you should add an 18th script with empty action that has the version as 2.3. That way while people upgrade, they know they've been upgraded to 2.3, and don't have to go to Admin to confirm.
Hi I upgraded my activeCollab from version 2.2 to 2.3, I'm having some errors. I'm not sure what's the problem there. Is there some upgrades on 2.2.2 that are needed before to proceed to 2.3 version? Thanks!
Please send us an email (support@a51dev.com) with more details so we can check what the problem is. If all files are properly uploaded and upgrade instructions followed through all steps, there should be no errors or problems.
The upgrade script should have added the new configuration option, the one which is reported as missing now. If the upgrade script is saying that your activeCollab is up-to-date, then please run this query against your activeCollab database:
INSERT INTO acx_config_options (name, module, type, value) VALUES ('source_svn_config_dir', 'source', 'system', 'N;')(if acx_ is not the prefix being used, then replace it with yours one)