• Resolved Local

    (@fullctrl)


    Hi, we have an issue with the plugin causing a PHP Fatal error and loading issues on my clients page. We have updated all plugins, WordPress and theme. Do you know what this might be?

    Pressable (that host the site) recommend us to disable the plugin on the site..

Viewing 1 replies (of 1 total)
  • Plugin Support emilywil

    (@emilywil)

    Hi @fullctrl

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    Please enable debugging on your website and let us know about the error messages that you get.

    Add below lines to your wp-config.php file to enable debugging and debug log.

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    After enabling debug and getting errors inside the debug.log file disable debugging by setting true to false in above lines like the below example.

    define( 'WP_DEBUG', false );
    define( 'WP_DEBUG_LOG', false );

    Best regards

Viewing 1 replies (of 1 total)

The topic ‘PHP Fatal error’ is closed to new replies.