If you’re unable to access the Plugins page after activating the plugin, you can manually remove the plugin’s entries from the database. Here’s how you can do this:
Access your database using a tool like phpMyAdmin or a similar database management tool.
Run the following SQL query to delete the plugin’s entries: DELETE FROM {db_prefix}options WHERE option_name LIKE 'wlcms_%'; Make sure to replace {db_prefix} with your actual table prefix. For example, if your table prefix is wp_, the query would be: DELETE FROM wp_options WHERE option_name LIKE 'wlcms_%';
Apologies for the confusion, I’m not sure why that isn’t working.
Another approach is to activate White Label CMS, then go directly to /wp-admin/plugins.php. As long as you’re logged in as an admin, you should have access. From the Plugins page, you can reset the settings by clicking the “Reset” option under White Label CMS.
Sorry but I’m having difficulty replicating the issue on my end. If it’s alright with you, please consider reaching out for support at https://www.videousermanuals.com/help/ so that we can sort this out as soon as possible.
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Locked myself out after importing settings – reset link doesn’t work’ is closed to new replies.