I think it would help us to know where you see this error message.
As for the other thing, is this repeat happening only in Super Cache or also in your other plugin option screens?
Thread Starter
sops21
(@sops21)
It only occurs when I hit any of the buttons such as “Update Status, Clear Cache, Delete Expired, etc”
It only occurs in Super Cache.
Let me know if any other questions.
That’s strange. sops21 – do you see the “page=wpsupercache?page=wpsupercache” in the forms of the admin page? Not sure how that’s happening.
Thread Starter
sops21
(@sops21)
What do you mean by “the forms of the admin page”. I viewed the source of the page and the form action is “page=wpsupercache?page=wpsupercache”.
Another thing that I noticed today on another blog that I run. That the plugin wp-flexible-upload has the same problem when saving any options. It gets the error: “You do not have sufficient permissions to access this page.” as well.
I don’t know if that helps at all, but I figure the more information the better.
That helps. Not sure why you’re getting that error but it should be easy enough to fix.
I am having the same problem. I am getting this at the top of my page:
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
It stopped loading my background and killed my site for a while. If you could help me get rid of this I would appreciate it.
My blog is http://www.crossdrivenradio.com
This is what I see from wp-admin trying to login:
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
Warning: Cannot modify header information – headers already sent by (output started at /home/crossdri/public_html/crossdrivenradio/wp-config.php:3) in /home/crossdri/public_html/crossdrivenradio/wp-login.php on line 290
Warning: Cannot modify header information – headers already sent by (output started at /home/crossdri/public_html/crossdrivenradio/wp-config.php:3) in /home/crossdri/public_html/crossdrivenradio/wp-login.php on line 302
Warning: Cannot modify header information – headers already sent by (output started at /home/crossdri/public_html/crossdrivenradio/wp-config.php:3) in /home/crossdri/public_html/crossdrivenradio/wp-includes/pluggable.php on line 662
Warning: Cannot modify header information – headers already sent by (output started at /home/crossdri/public_html/crossdrivenradio/wp-config.php:3) in /home/crossdri/public_html/crossdrivenradio/wp-includes/pluggable.php on line 663
Warning: Cannot modify header information – headers already sent by (output started at /home/crossdri/public_html/crossdrivenradio/wp-config.php:3) in /home/crossdri/public_html/crossdrivenradio/wp-includes/pluggable.php on line 664
Warning: Cannot modify header information – headers already sent by (output started at /home/crossdri/public_html/crossdrivenradio/wp-config.php:3) in /home/crossdri/public_html/crossdrivenradio/wp-includes/pluggable.php on line 865
My site was totally wasted. couldn’t login or display my blog. Thankfully, Bluehost was able to roll back yesterday’s backup and restore my site.
I’m going to blog and podcast about how aweful this plugin is for sure!
crossdriven – you should have read the error log more closely. The “define(‘WP_CACHE’, true)” line must have been outside any PHP tags. Classic whitespace problem unfortunately.
Move the line down and it’ll work.
Oops, cross post. Please delete
@donncha unfortunately I am not a programmer so I don’t understand all of the codespeak. I searched everywhere and didn’t find that error, perhaps that would be a good entry in your faq.
After that ordeal, I don’t think I’m going to try it again, best wishes though..