Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amjad Ali

    (@amjadali688)

    Hi @covettrading ,

    Thank you for reaching out!

    I’ve reviewed the error log and I’d recommend enabling debug logging to capture more details about when these warnings appear.

    You can do this by adding the following to your wp-config.php file:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'log_errors', 1 );
    @ini_set( 'display_errors', 0 );


    This will log warnings in a file located at /wp-content/debug.log, which might provide more context.

    Our Errorhandler is designed to suppress errors from our plugin only and because of this, it will print errors from other plugins on the debug log.

    Could you also share the complete stack trace from the debug log? That would help us check if the issue is related to WPForms.

    Hope that helps.

    Plugin Support Amjad Ali

    (@amjadali688)

    Hi @covettrading ,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.