Upgrade from 2.1.6 to 2.2 fails
Posted: Tue Jul 11, 2017 5:15 pm
I have a site which does not use table prefix and upgrading from 2.1.6 fails, running on MySQL. The prefix was not needed for 1.x and so far upgrades have worked fine. But "Step 4 - Basic Configuration Information" on 2.2 requires prefix be filled, it fails with error
The config.php sets it to blank correctly
What to do, other than rename all tables?
Code: Select all
Please enter a valid prefix for database tables
Code: Select all
$config['db_prefix'] = '';