Hi,
What do you mean by “settings are still active”?
I need to hook in here, as I have a similar problem. After deactivating and removing the plugin it looks in the database for wp_remove_menu_admin_profiles which does not exist. It creates a flood of database errors. Could you share to me where you save the plugin options in the wp_options database? So I manually remove them there.
-
This reply was modified 3 years, 11 months ago by
Demian.
Hi,
a few days ago but i remember i had the same problem. I don‘t know the location and/or name of the table but deleting it doesn‘t solve.
Deleting the user and set content to admin and create user again and re-asign fixed it in my case.
Good luck!
Steffe82
Ps: Try re-install the plugin, activate, deactivate it ( so it writes into db), look for the table and delete it manually. Then delete via ftp.
-
This reply was modified 3 years, 11 months ago by
steffe82.
-
This reply was modified 3 years, 11 months ago by
steffe82.
Hi,
The free version of my plugin don’t use any options: it only save datas in the table “wp_remove_menu_admin_profiles” (that is removed when you delete the plugin from the plugins menus).
Only the Pro version use an option to save the license key.
So if you speak about de free version i don’t understand how it can make error when plugin is disabled or removed.
Can you send me an example of database errors you speak or other errors please?
Closing cause not answer to question.