You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
I am trying to reinstall DepoyMint from scratch on my multisite instance.
To remove -
I deactivated DeployMint plugin on Network Admin dashboard
Removed DeployMint directory from plugin folder
Deleted all deploymint tables (all tables starting with dep, including dep_options, dep_blogs, and dep_members.
Then I attempted to reinstall the plugin using the installation instructions -
Put DeployMint directory in plugin directory
On Network Admin dashboard, activate DeployMint plugin
The plugin gets activated correctly, but when I try to set any of the settings in Options, the fields aren't saved.
I found that the tables (dep_*) aren't recreated when I activate the plugin.
I traced a section of code that looks for 'deploymint_db_version' in the wp_options table, thinking if this value is missing, the dep_* tables would be created, but that didn't seem to work.
To summarize, how do I force DeployMint to create the database tables if they are not created?
Thanks again bcash!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to reinstall DepoyMint from scratch on my multisite instance.
To remove -
Then I attempted to reinstall the plugin using the installation instructions -
The plugin gets activated correctly, but when I try to set any of the settings in Options, the fields aren't saved.
I found that the tables (dep_*) aren't recreated when I activate the plugin.
I traced a section of code that looks for 'deploymint_db_version' in the wp_options table, thinking if this value is missing, the dep_* tables would be created, but that didn't seem to work.
To summarize, how do I force DeployMint to create the database tables if they are not created?
Thanks again bcash!
The text was updated successfully, but these errors were encountered: