The upgrade script checks for the version information at the configuration file. If no information found , You'll get this error.
Adding the line below solves this problem.
$config['version'] = "2.6";
The upgrade script checks for the version information at the configuration file. If no information found , You'll get this error.
Adding the line below solves this problem.
$config['version'] = "2.6";
Bookmarks