6.5 > newest
Team Bedankt: 52 tijden
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;