• Resolved amandaa07

    (@amandaa07)


    Hi,

    This plugin caused a fatal error on my site causing it to break. I had to put the site in recovery mode and deactivate the plugin for my site to work again. Have there been any issues with this plugin? I don’t want to reactivate it if it causes my site to break.

Viewing 1 replies (of 1 total)
  • @amandaa07

    Hi there,

    Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define( ‘WP_DEBUG_LOG’, true );

    Then try to activate the plugin.

    A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.

    Thanks,
    Harshad

Viewing 1 replies (of 1 total)

The topic ‘Plugin caused a fatal error and crashed site’ is closed to new replies.