• Suyta

    (@suygenneris)


    Hi there

    I get thousands of PHP warnings like this:

    PHP Warning:  Cannot modify header information - headers already sent in /site_path/wp-content/plugins/advanced-ads-pro/includes/class-visitor-cookie.php on line 52

    Maybe because I use Cookie plugin?

    Any advice is welcome.

    Many thanks!

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

    (@ahmeddr)

    Hi @suygenneris,

    Thanks for reaching out!

    We are currently working on fixing this issue, and the fix will be included in the next update. I kindly ask for your patience until then.

    If possible, you can disabling debug logging in WordPress, and only enable it when needed:

    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_DISPLAY’, false );
    @ini_set( ‘display_errors’, 0 );

    Have a great day!

    Best regards,

    Thread Starter Suyta

    (@suygenneris)

    Thanks a lot @ahmeddr !

    I will wait for the next update.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.