Jeroen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] WPSuperCache – Why do Supercache Files Get Deleted ?I can confirm that disabling
“Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. (Recommended)”
solves the problem!I guess you also have opcache or something similar running?
Forum: Plugins
In reply to: [WP Super Cache] WPSuperCache – Why do Supercache Files Get Deleted ?My hunch is that it has to do with opcache and/or the setting” “Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. (Recommended)”
I have disbled the Cache rebuild setting and preloaded all cache.
Let’s see what will happen in the next few hours…Forum: Plugins
In reply to: [WP Super Cache] WPSuperCache – Why do Supercache Files Get Deleted ?I noticed exactly the same thing on my website.
To me this seems like a bug… ??
Forum: Plugins
In reply to: [W3 Total Cache] Purge Custom Post TypesFor now I did it like this.
This clears the complete bcache, but I can live with thatadd_action( 'save_post', 'w3_flush_cpt', 10, 1 ); add_action( 'edit_post', 'w3_flush_cpt', 10, 1 ); add_action( 'delete_post', 'w3_flush_cpt', 10, 1 ); /** * Clear the W3TC cache when vacancies are added, saved or removed */ function w3_flush_cpt( $post_id ) { if(!class_exists('W3_Plugin_TotalCacheAdmin')) return; if (get_post_type($post_id) != 'vacancies') return; $plugin_totalcacheadmin = & w3_instance('W3_Plugin_TotalCacheAdmin'); $plugin_totalcacheadmin->flush_all(); }
@frederick
When I check ‘archives’ in the Purge Policies, this will also clear the archives for all custom post types?Forum: Plugins
In reply to: [Plugin: Wordbooker] Stopped fetching commentsThanks.
Any way to reset this status (by hand in the database or any other way) and make it fetch the comments?
Forum: Plugins
In reply to: [Plugin: Wordbooker] Stopped fetching commentsSee previous post for the complete diagnostics.
The problem already existed before the reset. I did not de/re-activate the plugin, just a reset of the options, so i had to reconnect with facebook.
When will V2 be released?
Forum: Plugins
In reply to: [Plugin: Wordbooker] Stopped fetching comments2011-07-18 22:11:34 Batch Cache Refresh Commence ( )
2011-07-18 22:11:34 Calling Cache refresh for : ( 2 )
2011-07-18 22:11:34 Cache Refresh Commence ( 2 )
2011-07-18 22:11:34 Cache Refresh for ( jeroen )
2011-07-18 22:11:34 Using APP ID : ( 254577506873 )
2011-07-18 22:11:35 Cache processing for user : ( jeroen )
2011-07-18 22:11:35 Getting Permisions for : ( jeroen )
2011-07-18 22:11:35 User has permssion : publish_stream ( )
2011-07-18 22:11:35 User has permssion : status_update ( )
2011-07-18 22:11:36 User has permssion : read_stream ( )
2011-07-18 22:11:36 User has permssion : create_note ( )
2011-07-18 22:11:36 Checking permissions for page : ( 192630820748720 )
2011-07-18 22:11:37 No permissions needed for page : ( 192630820748720 )
2011-07-18 22:11:37 Checking permissions for page : ( 172221632818597 )
2011-07-18 22:11:37 No permissions needed for page : ( 172221632818597 )
2011-07-18 22:11:38 Additional Permissions needed : ( 0 )
2011-07-18 22:11:39 Getting Status for : ( 172221632818597 )
2011-07-18 22:11:41 Page info for page ID 192630820748720 ( Yeti )
2011-07-18 22:11:41 Page info for page ID 172221632818597 ( Modderbaard )
2011-07-18 22:11:41 Setting URL as : ( https://www.facebook.com/pages/Modderbaard/172221632818597 )
2011-07-18 22:11:41 Cache Refresh Complete for user ( 100001224670571 )
2011-07-18 22:11:41 Batch Cache Refresh completed ( )
2011-07-18 22:11:41 Processing comment data for user ( 2 )
2011-07-18 22:11:41 Checking to see if we have any posts to check for comment ( )
2011-07-18 22:11:41 Number of posts to check for comments : ( 0 )Forum: Plugins
In reply to: [Plugin: Wordbooker] Stopped fetching comments2011-07-18 22:11:34 Batch Cache Refresh Commence ( )
2011-07-18 22:11:34 Calling Cache refresh for : ( 2 )
2011-07-18 22:11:34 Cache Refresh Commence ( 2 )
2011-07-18 22:11:34 Cache Refresh for ( jeroen )
2011-07-18 22:11:34 Using APP ID : ( 254577506873 )
2011-07-18 22:11:35 Cache processing for user : ( jeroen )
2011-07-18 22:11:35 Getting Permisions for : ( jeroen )
2011-07-18 22:11:35 User has permssion : publish_stream ( )Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Revision 264695 breaks .htaccessI managed to resolve it like this:
- create export of settings in old version of plugin (revision 264695 development version in my case).
- reset all setting in old plugin to default
- disable (and remove) old plugin
- make sure .htaccess in docroot is ‘clean’
- install new version
- Do all settings in new by hand, not an import (using old export file as a guide).
I think the problem has something to do with the settings from one of the 0.9 development releases. Resetting it all to default before uninstalling seems to resolve the problem.
@fredericktownes: try to duplicate the issue after installing 0.9 rev. 264695, and the trying to upgrade. Could be due to a specific setting though. I still have my old settings form the revision. I will e-mail these via w3 edge web site contact form.
Thanks for the great work! ?? I love the plugin.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Revision 264695 breaks .htaccessNew version (!) destroys also a clean .htaccess rendering my website unusable. (500 error as mentioned above) Guess i have to go back to an old development version…
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Revision 264695 breaks .htaccessWill try that. Thank you! ??
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Revision 264695 breaks .htaccessFrom the error_log:
[Tue Jul 20 13:59:55 2010] [alert] [client 82.93.249.226] ***/html/.htaccess: RewriteCond: bad flag delimiters
A complete reinstall of the plugin didn’t solve the problem. (But I did not reset all the plugin options).
I put back the older revision…Forum: Plugins
In reply to: Mailpress BugsSame problem here.
Permissions is not the problem…I get the error when sending an enmail or saving the draft as administrator
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] </urlset> missingI’m having the same issue with and 2.7RC1.
Strangely enough it works fine in 2.6.5.Maybe a plugin conflict, will test that…
This issue has been around for a while and the plugin does not get updated with bugfixes. I’m afraid this plugin is dead.
Forum: Requests and Feedback
In reply to: Managing Blogroll and Links in Latest Update – What happened?No prob.
Will patch it by hand…