Closed peterwilsoncc closed 5 years ago
I'm not sure what's going on here, I've seen the cavalcade database version fail to be stored on a server running:
In the instances I looked at the cavalcade tables were being created prior to the WP tables so Cavalcade's Schedule column was created but the plugin was unable to store the DB version.
It means somehow the plugin file is being included and plugins_loaded
firing despite is_blog_installed() === false
.
Closing, duplicate of #73
The Cavalcade tables can be created prior to WP Core tables.
A couple of times I have seen the Cavalcade tables created in the database before the options table exists. Since Cavalcade started storing it's own DB version in the options table, this can now cause problems.
Prior to bootstrapping, a check to ensure the options table is created and populated will prevent this. For example: