Read this:
https://wordpress.org/plugins/wp-super-cache/other_notes/
You will need to use FTP or Cpanel to do this – ask your hosting company for help getting that set up.
Thread Starter
slqc
(@slqc)
I can get into my cpanel but where do I go from there? I can’t find my wp config file. Can someone please help direct me?
I really need help- I didn’t change anything and now my blog site is broken… can’t get in to deactivate the plugin. Please tell me where to go and what to do (instructions for dummies welcome)
Hi you can deactivate all your plugins with the following MYSQL query in PHPmyadmin
UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';
Then you will need to delete it because the errors will still occur. I recommend cloning your site with it though so you have all the settings saved so you can download a more stable version later and have the right settings.
Hope that helps.
Getting this same error across multiple websites. I believe the makers of WP-SuperCache rolled out an update that broke everyone’s websites.
I had to go into my website with FTP and erase the WP-SuperCache plugin from every website I admin. This is a real PITA.
The makers of WP-SuperCache should never roll out an update that breaks a website, and furthermore, we need an option to turn off this auto-update.
Getting the same error here. So going through the FTP and deleting the WP-SuperCache plugin will resolve this?
Yeah it did for me. Fixes it right up. Maybe I’ll never use Wp-SuperCache ever again, and I don’t think I recommend anyone else use it either. Knowing it can do this.
This is what I did:
Using an ftp program I look for this file wp-content/plugins/wp-super-cache/wp-cache.php
Then over lines 2250 and 2251 there was this code:
foreach( $meta as $key => $val )
$meta[ $key ] = esc_html( $val );
Then I commented those lines:
//foreach( $meta as $key => $val )
//$meta[ $key ] = esc_html( $val );
After, I was able to access the admin panel and I went to settings->WP Super Cache->Easy->and I selected Caching Off.
Let’s wait until the developer fix this problem.
Thread Starter
slqc
(@slqc)
where do I find the wp plug in file?
I had the same Fatal error about this plugin Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in /home3/freedom/public_html/encuestasquetepagan.com/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 253
If I contact my hosting server they can help me to solve it?
It’s in the wp-content folder
in the plugins folder
Thread Starter
slqc
(@slqc)
thanks evanevans333 and to everyone who helped me. I deleted the plug in and it worked.
I will most certainly be writing a review for this plugin and I hope that everyone else will do the same. This has cost me hours of research before I even got to this site. Not happy that this plugin broke my site- to put it mildly.
I will never use this plugin again.
awesome evanevans333.. thanks for your help just followed your instructions all good.. thanks again…