christo101
Member
Posted 4 months ago #
When I login to WP Admin and preview the sites, they are broken. I am using MU with 2 sub sites. The main site will only display the header area when I'm logged into WP. I have checked that their is a closing HTML tag which is located in my footer.php file. On another site, I get an error message "Unknown login key" which refers to domain mapping but again this only happens if I log into WP Admin.
The strange thing is that if I go to another browser and view the sites while staying logged in on another browser, then they look fine.
Can someone help me fix this? I love WP Super Cache, but I feel like it is making a complete mess of everything I have worked so hard to create.
http://wordpress.org/extend/plugins/wp-super-cache/
christo101
Member
Posted 4 months ago #
One more thing. My primary domain on the home page has the following error:
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
I checked the path in the file and it is already correct.
That's bizarre. I don't know why you have these problems. Look at the permissions on wp-cache-phase1.php - can your webserver user read that file?
Do you have WordPress installed in an unusual way (like in a directory but serving from /) or do you have your webserver configured with some sort of security module?
christo101
Member
Posted 4 months ago #
I figured it out. WP Super Cache doesn't work on multisite. I permanently removed the plugin and reset the htacess file and everything is back the way it should be.
Weird, it works fine on my mulisite install!
shaunycc
Member
Posted 3 months ago #
Hello I'm having similar problems with pages working when logged in as admin but not otherwise and I noticed you said "Do you have WordPress installed in an unusual way (like in a directory but serving from /)"
Well I do, is there something I should do or some file I should edit in this case? thanks
Check your php error logs, or use debugging in the plugin to see what's happening. There's also the troubleshooting section of the docs to help.