Title: Process blocked
Last modified: September 1, 2016

---

# Process blocked

 *  [madvic](https://wordpress.org/support/users/madvic/)
 * (@madvic)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/process-blocked/)
 * I test your plugin on php5.6, I have 17 plugins and themes and the process blocked
   at the 7th.
    Have you installed the logs?
 * [https://wordpress.org/plugins/php-compatibility-checker/](https://wordpress.org/plugins/php-compatibility-checker/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Jason Stallings](https://wordpress.org/support/users/octalmage/)
 * (@octalmage)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/process-blocked/#post-7554988)
 * Hi madvic,
 * If you enable WP_DEBUG the plugin will log verbose output to the error log. I
   suggest adding these lines to your wp-config.php:
 *     ```
       define( 'WP_DEBUG_DISPLAY', false );
       define( 'WP_DEBUG', true );
       ```
   
 * This should give you an idea about what’s going on. You can read more about wp-
   debug [here](https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG).
 * If the scan can’t finish in 60 seconds it will get killed and run on a wp-cron.
   So if your wp-cron isn’t functioning that could cause it to hang. You can use
   [WP Crontrol](https://wordpress.org/plugins/wp-crontrol/) to see the status of
   the cron. The cron PHP Compatibility Checker creates is called “wpephpcompat_start_test_cron”.
 * Please let me know what you find!

Viewing 1 replies (of 1 total)

The topic ‘Process blocked’ is closed to new replies.

 * ![](https://ps.w.org/php-compatibility-checker/assets/icon-256x256.png?rev=1446087)
 * [PHP Compatibility Checker](https://wordpress.org/plugins/php-compatibility-checker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/php-compatibility-checker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/php-compatibility-checker/)
 * [Active Topics](https://wordpress.org/support/plugin/php-compatibility-checker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/php-compatibility-checker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jason Stallings](https://wordpress.org/support/users/octalmage/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/process-blocked/#post-7554988)
 * Status: not resolved