Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • 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?

    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…

    I noticed exactly the same thing on my website.

    To me this seems like a bug… ??

    Thread Starter Jeroen

    (@mijnheer)

    For now I did it like this.
    This clears the complete bcache, but I can live with that

    add_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?

    Thread Starter Jeroen

    (@mijnheer)

    Thanks.

    Any way to reset this status (by hand in the database or any other way) and make it fetch the comments?

    Thread Starter Jeroen

    (@mijnheer)

    See 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?

    Thread Starter Jeroen

    (@mijnheer)

    2011-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 )

    Thread Starter Jeroen

    (@mijnheer)

    2011-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 ( )

    Thread Starter Jeroen

    (@mijnheer)

    I 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.

    Thread Starter Jeroen

    (@mijnheer)

    New 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…

    Thread Starter Jeroen

    (@mijnheer)

    Will try that. Thank you! ??

    Thread Starter Jeroen

    (@mijnheer)

    From 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 Bugs

    Same problem here.
    Permissions is not the problem…

    I get the error when sending an enmail or saving the draft as administrator

    I’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.

    No prob.
    Will patch it by hand…

Viewing 15 replies - 1 through 15 (of 22 total)