Title: Issue during cron execution &#8211; not acceptable
Last modified: August 26, 2021

---

# Issue during cron execution – not acceptable

 *  Resolved [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/)
 * (@lolitsjohnnyboy)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/issue-during-cron-execution/)
 * I’ve found an issue which is absolutely not acceptable! An important plugin uses
   the URL parameter `action=run-cron` as well. When I trigger an action on the 
   specific plugin (not your plugin) page, your code throws an issue:
 * `PHP Notice: Undefined index: sig in /Users/xxx/Sites/localhost/wp-content/plugins/
   wp-crontrol/wp-crontrol.php on line 581`
 * This issue happens because you are listening for `$_GET['action']` globally. 
   Instead, you should first check if the action is triggered within your plugin
   page by checking for `$_GET['page'] === 'crontrol_admin_manage_page' && .....`!
 * Until this is fixed, I need to disable the plugin.
    -  This topic was modified 4 years, 9 months ago by [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/).
    -  This topic was modified 4 years, 9 months ago by [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/).
    -  This topic was modified 4 years, 9 months ago by [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/).
    -  This topic was modified 4 years, 9 months ago by [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/).
    -  This topic was modified 4 years, 9 months ago by [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/).

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

 *  Plugin Author [John Blackbourn](https://wordpress.org/support/users/johnbillion/)
 * (@johnbillion)
 * WordPress Core Developer
 * [4 years, 7 months ago](https://wordpress.org/support/topic/issue-during-cron-execution/#post-15009624)
 * This has been fixed in version 1.11.0.
 * A word of advice: don’t use language like “absolutely not acceptable” when you’re
   talking to the author of an open source plugin which is provided to you for free.
   It doesn’t go down well.
 *  Thread Starter [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/)
 * (@lolitsjohnnyboy)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/issue-during-cron-execution/#post-15046869)
 * I can understand your point of view but as a developer I see more and more plugins
   that are badly programmed which produces more issues instead of helping someone.
   What I’m missing here is something like a quality gate which prevents at least
   some basic issues…

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

The topic ‘Issue during cron execution – not acceptable’ is closed to new replies.

 * ![](https://ps.w.org/wp-crontrol/assets/icon.svg?rev=3539529)
 * [WP Crontrol](https://wordpress.org/plugins/wp-crontrol/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-crontrol/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-crontrol/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-crontrol/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-crontrol/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-crontrol/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [lolitsjohnnyboy](https://wordpress.org/support/users/lolitsjohnnyboy/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/issue-during-cron-execution/#post-15046869)
 * Status: resolved