Title: ppostma1's Replies | WordPress.org

---

# ppostma1

  [  ](https://wordpress.org/support/users/ppostma1/)

 *   [Profile](https://wordpress.org/support/users/ppostma1/)
 *   [Topics Started](https://wordpress.org/support/users/ppostma1/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ppostma1/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ppostma1/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ppostma1/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ppostma1/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ppostma1/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] DO NOT USE](https://wordpress.org/support/topic/do-not-use-8/)
 *  Thread Starter [ppostma1](https://wordpress.org/support/users/ppostma1/)
 * (@ppostma1)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/do-not-use-8/#post-7915458)
 * of course all of these failures are from the plug-ins default operations. If 
   you properly configure all details including the articles summary it can be benefical;
   except for its canonical use.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missed Schedule on scheduled posts because of crons and transient data](https://wordpress.org/support/topic/missed-schedule-on-scheduled-posts-because-of-crons-and-transient-data/)
 *  Thread Starter [ppostma1](https://wordpress.org/support/users/ppostma1/)
 * (@ppostma1)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/missed-schedule-on-scheduled-posts-because-of-crons-and-transient-data/#post-2597634)
 * to by-pass the object-cache issue you can modify the wp-cron.php to:
 *     ```
       if ( empty( $doing_wp_cron ) ) {
               if ( empty( $_GET[ 'doing_wp_cron' ] ) ) {
                       if ( $doing_cron_transient && ( $doing_cron_transient + WP_CRON_LOCK_TIMEOUT > $local_time ) ){
                               return;
                       }
                       $doing_cron_transient = $doing_wp_cron = time();
                       set_transient( 'doing_cron', $doing_wp_cron );
               } else {
                       $doing_wp_cron = $_GET[ 'doing_wp_cron' ];
                       if($_GET[ 'flush' ])  //ADDED
                         $doing_cron_transient = $doing_wp_cron; //ADDED
               }
       }
       ```
   
 * then OS level cron a call to $time = time()
    [http://yourdomain(s)](http://yourdomain(s)).
   com/wp-cron.php?doing_wp_cron=[$time]&flush=1 every 5 minutes.
 * This will cause the cron to continue without the transient ID and resolve back-
   logged tasks within an hour.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] [Plugin: WordPress MU Domain Mapping] infinite loop, and HTTP header controls](https://wordpress.org/support/topic/plugin-wordpress-mu-domain-mapping-infinite-loop-and-http-header-controls/)
 *  Thread Starter [ppostma1](https://wordpress.org/support/users/ppostma1/)
 * (@ppostma1)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-wordpress-mu-domain-mapping-infinite-loop-and-http-header-controls/#post-1795326)
 * Not sure if that is the right place to post that?

Viewing 3 replies - 1 through 3 (of 3 total)