joesamcoke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache regenerating pages on every reloadHi Andrew,
I’m having the exact same problem. Did you ever find out why deleting that .htaccess rule fixed the issue?
Did you figure this out? I’m having the same problem.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Unexpected blogs directoryOk a wild stab in the dark here…
Super cache now checks for multisite using..
if ( defined( ‘VHOST’ ) || defined( ‘WP_ALLOW_MULTISITE’ ) ) {
In old versions it used..
if( defined( ‘VHOST’ ) ) {
In my wp-config.php I have..
define(‘WP_ALLOW_MULTISITE’, false);
could this mean super cache thinks it’s defined even though it’s set to false?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Unexpected blogs directory“is_feed” is already set to off. Still getting a constant build up of cached files in the blogs directory. Any other ideas? I did just notice on the asy tab of the settings page I have button “Delete Cache on all Blogs” Does that mean super cache thinks my site is MU?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Unexpected blogs directorycan I set $cache_enabled = true; to false? I don’t wish to cache feeds.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Unexpected blogs directoryI have caching for known users disabled already. I just renamed the blogs directory to blogs2 and it just recreated the blogs directory and started adding cached files. Is there any way to turn off legacy caching completely in the code?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Unexpected blogs directoryThanks again for your help. I overwrote with dev verion files and updated the htaccess and unfortunately cached files are still being added to the blogs directory. Should I delete the blogs directory entirely? Any other ideas?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Unexpected blogs directoryThanks. Should I deactivate/uninstall the current version completely before reinsatlling the dev version or just overwrite the plugin files?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Searching within tablesThanks for that – can’t believe I missed !
As I mentioned the search terms were very generic for our site and would have been in upto 2500 posts and upto 1000 tables so may just be that.
The strange thing is we use google custom search on the front end of the site so I initially assumed it was one of the editors on the back end of the site performing these searches/spikes. However (unless it’s a coinicence) when I disabled the checkbox (“WordPress Search”) on the “Plugin Options” screen of WP-Table Reloaded the overall cpu usage dropped off?
Forum: Plugins
In reply to: PHP Fatal error: Call to a member function get() on a non-object inxzistance3 – have you tried this? Does it work?
I’m having the same problem in a big way!
Forum: Plugins
In reply to: [WP Super Cache] Configuring WP Super Cache Properly On High Traffic SiteI’ve just turned on Super Cache (great plugin BTW) just one problem approving comments and editing posts does not seem to update the cached page. Is this right? If not is there a fix? locked down is disabled.