brookh
Forum Replies Created
-
That fix worked perfectly. Thank you so much!
Same here. Whats the fix?
Forum: Plugins
In reply to: [Invoices for WooCommerce] anti-malware tool flagged file as malwareIt looks like it is an issue with Version 100.1.1
I removed it and installed version 2.0.0 and it looks like it removed the issue.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Version 4.1 break my websiteYep, That did the trick. Thanks for such a fast response!
How to deactivate all plugins when not able to access the administrative menus?
Sometimes it may be necessary to deactivate all plugins, but you can’t access the administrative menus to do so. One of two methods are available to deactivate all plugins.Use phpMyAdmin to deactivate all plugins.
In the table wp_options, under the option_name column (field) find the active_plugins row
Change the option_value field to: a:0:{}
Or reset your plugins folder via FTP or the file manager provided in your host’s control panel.Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)
Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold”
Login to your WordPress administration menus (/wp-admin)
Via FTP or your host’s file manager, rename “plugins.hold” back to “plugins”I had to disable the plugin otherwise it causes a 500 error when accessing the wordpress admin side. This happened today after updates to woocommerce were released.
Do you have a patch or an updated version coming?