Forums / Cotonti / Support / Need help with an upgrade

6.5 > newest

GHengeveld
#31765 2011-12-02 02:17

Apparently the installer believes it's a fresh install rather than an upgrade. In datas/config.php set $cfg['new_install'] to FALSE. If it doesn't exist, create it as follows:

$cfg['new_install'] = FALSE;