khongcoai
Member
Posted 2 years ago #
I never had any troubles with Super Cache on many sites. And now on my new blog (http://khongcoai.com/ I can’ t get the page cached.
my CPU trottling going to the roof, and php errors (Failed opening ‘wp-cache-base.php' for inclusion).
Also there is no records in wp-content/cache/blogs (755)
I went 5 times trough the check list, intalled, reinstalled (more than 7 times trough Wp and ftp), deleted manually or trough the script…
I cannot get it on track.
I really need help ☹
- - - - - - - - -
I run WP 2.8.6 +PHP5 (Bluehost)
http://wordpress.org/extend/plugins/wp-super-cache/
khongcoai
Member
Posted 2 years ago #
Ok, since my last message i installed WPSC 3 more times, and it is really weird excepte that i can see this message in the source code of the page:
</html><!-- WP Super Cache did not cache this page because you are logged in and "Don't cache pages for logged in users" is enabled. -->
But when i log out, there is still no cache.
khongcoai
Member
Posted 2 years ago #
Oye, oye!
Ok i got the problem fixed: i was using the plugin "Art Direction".
So i get ride of it and if you need to to use the plugin just replace it with a custom field, for example:
<?php $css = get_post_meta($post->ID, 'css', true); ?>
<style type="text/css" media="screen">
<?php echo $css; ?>
</style>