danielgarax
Forum Replies Created
-
Yes, take a look:
Then, I go to /wp-admin/, put my credentials, and instead of take me to the admin panel it redirects me to “my account” section:
Thank you!
Forum: Plugins
In reply to: [WP Super Cache] Fatal errorThis 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.
Forum: Plugins
In reply to: [WP Super Cache] Error on Previewing Post/Logging Out etcSo strange. I did it and automatically it worked.
I just modified that file by ftp and I reload the admin panel and it worked.
This was the change I reverted: https://plugins.trac.wordpress.org/changeset/1127138
Forum: Plugins
In reply to: [WP Super Cache] Error on Previewing Post/Logging Out etcI found the solution, just comment lines 2250 and 2251 in file wp-content/plugins/wp-super-cache/wp-cache.php
These:
//foreach( $meta as $key => $val )
//$meta[ $key ] = esc_html( $val );And it’s done!
I made those changes based on the last changes the plugin developer done.
Forum: Plugins
In reply to: [WP Super Cache] Error on Previewing Post/Logging Out etcAny news?, same problem here.