Title: Fatal error occurred plugin.php
Last modified: November 4, 2016

---

# Fatal error occurred plugin.php

 *  [Sajal Mondal](https://wordpress.org/support/users/sajalbdt/)
 * (@sajalbdt)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-occurred-plugin-php/)
 * Today i founded a fatal error on wordpress 4.6.1 with jetpack plugin. I am using
   editorial theme with ssl site and also using Loginizer,Varnish HTTP Purge,WordPress
   Importer,WP Super Cache and Yoast SEO. My .htaccess file and wp-config.php file
   permission is 644.
 * In that case how do i solved this problem, any idea.
 * Thanks//
    Sajal Mondal

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-occurred-plugin-php/#post-8398046)
 * I’m sorry to hear you’ve run into issues.
 * Could you add the following to your site’s wp-config.php file?
 *     ```
       define( 'WP_DEBUG', true );
   
       if ( WP_DEBUG ) {
   
               @error_reporting( E_ALL );
               @ini_set( 'log_errors', true );
               @ini_set( 'log_errors_max_len', '0' );
   
               define( 'WP_DEBUG_LOG', true );
               define( 'WP_DEBUG_DISPLAY', false );
               define( 'CONCATENATE_SCRIPTS', false );
               define( 'SAVEQUERIES', true );
   
       }
       ```
   
 * Once you’ve done so, try to reproduce that Fatal error, and then check the `wp-
   content/debug.log` file for errors. You can paste the results here. You can then
   replace `define('WP_DEBUG', true);` by `define('WP_DEBUG', false);` in the code
   above.
 * Thanks!
    -  This reply was modified 9 years, 9 months ago by [Jeremy Herve](https://wordpress.org/support/users/jeherve/).

Viewing 1 replies (of 1 total)

The topic ‘Fatal error occurred plugin.php’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-occurred-plugin-php/#post-8398046)
 * Status: not resolved