Forums / Cotonti / Support / Trouble upgrading to cotonti with new seditio files?

Trustmaster
#22257 2010-01-24 02:09
Those error messages are caused by some variables missing in the datas/config.php:
$cfg['system_dir'] = './system';
Please check datas/config-sample.php for reference and update your config.

foxhound:
Does it matter the Cotonti version installed is the latest? When applying the seditio patch should I go back first to lets say 0.0.3?
You can use files from the latest package. Patching order is important for SQL database only. Normally the SQL upgrade sequence is: 121 => 125 (via that php script) => 0.0.1 => 0.0.2 => 0.0.3 => 0.0.4 => 0.0.5 => 0.0.6 => 0.6.1 => 0.6.2 => 0.6.3. This is related to SQL. You also need sql/patch-0.6.txt when updating from 0.0.5 to 0.0.6:
Copy it to your Cotonti root as patch.php and run in a web browser.
May the Source be with you!