Title: coatesg's Replies | WordPress.org

---

# coatesg

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Undefined SECURE_AUTH_KEY/AUTH_KEY](https://wordpress.org/support/topic/undefined-secure_auth_key-auth_key/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/undefined-secure_auth_key-auth_key/#post-13472558)
 * Thanks Ben, should add that this is with PHP7.3 on Debian Buster – I don’t recall
   seeing this on PHP7.0 on Deb Stretch.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Protect vs ipv6 XML-RPC multicall attacks](https://wordpress.org/support/topic/jetpack-protect-vs-ipv6-xml-rpc-multicall-attacks/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/jetpack-protect-vs-ipv6-xml-rpc-multicall-attacks/#post-6791421)
 * No whitelisting in place within the Jetpack Protect module – have mailed with
   test/result details as requested.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] create a rss with simple calendar events](https://wordpress.org/support/topic/create-a-rss-with-simple-calendar-events/)
 *  [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/create-a-rss-with-simple-calendar-events/#post-6742657)
 * +1
 * Having an RSS feed available for a calendar (or grouped calendar) would be very
   useful now Google have done away with the RSS feed on their cals. Similarly, 
   I want a Mailchimp campaign fed by the feed from the WP blog, and a feed from
   muliple event calendars – this would give a way of doing it without havign to
   build another separate bit of code to glue it together…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[I Am One] jQuery.supersized error on site sub-pages.](https://wordpress.org/support/topic/jquerysupersized-error-on-site-sub-pages/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/jquerysupersized-error-on-site-sub-pages/#post-6630776)
 * OK – so the fix is to move the following 3 lines outside of the if block which
   tests if it is the front page in functions.php at line 136 onwards:
 *     ```
       wp_enqueue_script( 'skt_iamone-supersized-easing',get_template_directory_uri() . '/js/jquery.easing.min.js', array('jquery') );
       wp_enqueue_script( 'skt_iamone-supersized-slider', get_template_directory_uri() . '/js/supersized.3.2.7.min.js', array('jquery') );
       wp_enqueue_script( 'skt_iamone-supersized-shutter', get_template_directory_uri() . '/js/supersized.shutter.js', array('jquery') );
       ```
   
 * Can this be build into an update, to save having to have my own child theme to
   enqueue these and avoid the fix getting blatted each time the theme is updated?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron throwing 500 errors on SSL sites](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/#post-6095326)
 * I can’t reproduce this using your scripts – with https in test.php, it returns
   200 after the timeout period. I can only trigger an issue in both http and https
   by extending delay.php beyond 30sec and getting rid of the cron opts in test.
   php (where it subsequently times out – I assume this is a script timeout – though
   oddly this looks like it should be 60sec from my fpm/php.ini…) – none of my requests
   that fail on wp-cron in normal use seem to last this long from looking at log
   timings…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron throwing 500 errors on SSL sites](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/#post-6095309)
 * Ah – good stuff. I’ve also reproduced this on a fresh 4.2.2 with no plugins. 
   Have raised a defect as:
 * [https://core.trac.wordpress.org/ticket/32306#ticket](https://core.trac.wordpress.org/ticket/32306#ticket)
 * Do you want to add your findings onto that bug?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron throwing 500 errors on SSL sites](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/#post-6095305)
 * Confirmed – I can reproduce this with just that set of code. Next step probably
   to try and reproduce on core install only with no plugins…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron throwing 500 errors on SSL sites](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/#post-6095304)
 * Nope – I don’t use that plugin (I backup DB+code using OS based tools)
 * I’ve had it happen once so far on a fresh install which was running some fairly
   common plugins (Akismet, WP Super Cache, Jetpack, Yoast SEO and a few others 
   that I had on another site). I’ve chopped this back to core+Jetpack, Akismet &
   WP Super Cache to see if I can still trigger it (though obviously I don’t have
   many cron jobs to fire as a result…).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron throwing 500 errors on SSL sites](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/#post-6095301)
 * Great – be good to resolve this. I’m trying a test site to see if I can reproduce
   it from fresh – I’m getting it on 4 separate WP instances so not sure it’s something
   specific (or at least it’s something they all share).
 * I should have said that my server responds on both ipv4 and ipv6 – but I’ve forced
   each to do the wp-cron calls over v4 by setting the sites host names in /etc/
   hosts and that hasn’t fixed it…
 * Almost certain it’s something ssl related and something I didn’t see happen in
   php5.4.
 * Cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron throwing 500 errors on SSL sites](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wp-cron-throwing-500-errors-on-ssl-sites/#post-6095106)
 * (Should have said – this is on WordPress 4.2.1).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Tiled Galleries using full sized imaged](https://wordpress.org/support/topic/tiled-galleries-using-full-sized-imaged/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/tiled-galleries-using-full-sized-imaged/#post-5836108)
 * Great- thanks for the update, look forward to this being sorted.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] tmpga theme conflict](https://wordpress.org/support/topic/tmpga-theme-conflict/)
 *  Thread Starter [coatesg](https://wordpress.org/support/users/coatesg/)
 * (@coatesg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/tmpga-theme-conflict/#post-5087845)
 * Great – many thanks!

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