Although it is not happening on my computer, a friend of mine showed that my wordpress site (liberationfromthelie.com) is showing up with visible html.
Here is a link where the problem is visible: http://goo.gl/3L002
This problem occurred on both Windows and Macs.
Any help out there?
Thank you,
Eric
kmessinger
Member
Posted 1 year ago #
I think all the problems listed on the link refer to the "TwentyTen" theme. I am using it unaltered.
kmessinger
Member
Posted 1 year ago #
Disable all plugins by renaming the plugins folder. This will force wp to open with no plugins and hopefully with the correct css.
the 'w3tc' 'total-cache' has failed somehow to compress the stylesheet;
W3 Total Cache Error: some files a....
disable that particular plugin.
Now I cannot open my dashboard!!!!
This is the message I am receiving:
W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /hermes/bosweb/web174/b1743/ipg.liberationfromthelie/liberationfromthelie.com/blog/wp-content/advanced-cache.php.
I reinstalled the W3 plugin, but I still cannot open my dashboard.
Desperate ... please help.
Obviously, I cannot activate the plug-in because I can't access the dashboard.
Go in via FTP and delete the file.
Are you able to remove the entire plugin? I would recommend doing that for now.
The latest version of W3 Total Cache (0.9.2) is having issues with the latest version of WP. A temporary fix for the issue is to disable the Minify CSS option if you have it on.
Hopefully soon the plugin author will release an update that fixes the issue.
I have deleted all of the W3 folders and plug-ins via my FTP clients, but still receive the message:
W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /hermes/bosweb/web174/b1743/ipg.liberationfromthelie/liberationfromthelie.com/blog/wp-content/advanced-cache.php.
when I attempt to open the dashboard.
Any other possible solutions? Should I re-install wordpress?
as far as i can see, the error message tells you exactly which file to remove:
remove
/hermes/bosweb/web174/b1743/ipg.liberationfromthelie/liberationfromthelie.com/blog/wp-content/advanced-cache.php
I've deleted each of the files included in the warnings and now have received:
Warning: require_once(/hermes/bosweb/web174/b1743/ipg.liberationfromthelie/liberationfromthelie.com/blog/wp-content/object-cache.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/bosweb/web174/b1743/ipg.liberationfromthelie/liberationfromthelie.com/blog/wp-includes/load.php on line 383
Fatal error: require_once() [function.require]: Failed opening required '/hermes/bosweb/web174/b1743/ipg.liberationfromthelie/liberationfromthelie.com/blog/wp-content/object-cache.php' (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosweb/web174/b1743/ipg.liberationfromthelie/liberationfromthelie.com/blog/wp-includes/load.php on line 383
Totally lost
Now you have to remove the object-cache.php file in your WP root directory.
Go into your wp-config.php file.
Find define( 'WP_CACHE', true ); and change that to // define( 'WP_CACHE', true );
lpstenu:
How do those arguments differ?
This is how the statement appears on wp-config.php file
/** Enable W3 Total Cache **/
define('WP_CACHE', true); // Added by W3 Total Cache
The second one has the // which essentially just tells PHP to ignore that line from being read/processed.
/** Enable W3 Total Cache **/
define('WP_CACHE', true); // Added by W3 Total Cache
change that to
/** Enable W3 Total Cache **/
// define('WP_CACHE', true); // Added by W3 Total Cache
Hooray - it worked.
You guys are the greatest!!!!!