Upgrade to 8.1.5 crashed site upgrade.php failed
-
Just a heads up. I just upgraded to 8.1.5 and the upgrade.php failed to drop the two indexes:
$wpdb->query("ALTER TABLE
" . $wpdb->prefix . "newsletter_user_meta
DROP INDEXuser_id_key
"); $wpdb->query("ALTER TABLE" . $wpdb->prefix . "newsletter_user_meta
DROP COLUMNkey
");The indexes did not exist for me in my database. Once I commented those lines out the upgrade.php ran successfully. I’ve been using Newsletter for a few years now so I’m not sure what happened. In any case it may just be me, but I wanted to post incase someone else had their site crash after the upgrade as well.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Upgrade to 8.1.5 crashed site upgrade.php failed’ is closed to new replies.