• Resolved Sowmedia

    (@sowmedia)


    Hi there,

    Since version 2.0.1, ub stonehenge-em-mollie/includes/class-functions.php on line 30-33, error reporting is turned on to show all warnings and messages. This causes a lot of conflicts and I think is forgotten by you guys to turn off:

    // Initiate connection with Mollie. Replaces initialize.php. See Mollie ?Dev docs.
    ini_set( ‘display_errors’, 1 );
    ini_set( ‘display_startup_errors’, 1 );
    error_reporting( E_ALL );

    Could you please fix it?

    Thanks.

    • This topic was modified 5 years, 6 months ago by Sowmedia.
Viewing 1 replies (of 1 total)
  • Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    That code has been there since the very first release. So no, I have not “forgotten to turn if off”.

    Also, displaying errors can never cause a conflict. The code you mention only displays them.

    If you are experiencing conflicts this code merely displays them. The actual errors are being caused by something else. You should check your error log to investigate the actual problem.

Viewing 1 replies (of 1 total)
  • The topic ‘error_reporting is turned on by this plugin’ is closed to new replies.