ZenphotoCMS Forum
How to: remove or deactivate plugin - blank page - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: How to: remove or deactivate plugin - blank page (/thread-13243.html)



How to: remove or deactivate plugin - blank page - Nordlicht - 10-01-2019

How do I deactivate or remove a plugin if the backend does not show up anymore?

Which field in the database do I need to edit?




How to: remove or deactivate plugin - blank page - acrylian - 10-01-2019

The easiest is to temporarily remove the plugin from the file system istelf. Otherwise you have to search the options table for it.

If you still can access the front end, you could add the function call purgeOption('zp_plugin_filenameofplugin'); or setOption('zp_plugin_filenameofplugin, 0, true);




How to: remove or deactivate plugin - blank page - Nordlicht - 10-01-2019

Thank you!

I wasn't aware that I can just put "0" in the field "value". I was expecting something "not trivial"