• Resolved sanniel

    (@sanniel)


    Hello!

    Just updated WP Cerber to v6.5 without trouble. Switched from Legacy to Standard mode, then a notice output occured before the page header. It remained there regardsless of any change in settings, deactivating-activating, etc. The output disappeared after rollback to v6.2.

    The output was as follow:
    “Notice: Use of undefined constant COOKIEPATH – assumed ‘COOKIEPATH’ in /path/to/folder/wp-content/plugins/wp-cerber/cerber-load.php on line 737

    Warning: Cannot modify header information – headers already sent by (output started at /path/to/folder/wp-content/plugins/wp-cerber/cerber-load.php:737) in /path/to/folder/wp-content/plugins/wp-cerber/cerber-load.php on line 737”
    Repeated. This occured on all pages; the live site as well as wp-admin pages.

    As I find no one else having this issue, there are quite high odds that the issue are related to incompatibilities between our plugins or similar – yet I’d be glad if you checked this out.

    Thanks in advance.

    • This topic was modified 8 years, 1 month ago by sanniel.
    • This topic was modified 8 years, 1 month ago by sanniel.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gioni

    (@gioni)

    Hi!

    Here is the quick solution: add the following line to the wp-config.php file.

    define('COOKIEPATH', '/');

    P.S. That’s a rare case. I’ll fix it in the next version.

    Thread Starter sanniel

    (@sanniel)

    Thank you, problem solved!

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

The topic ‘v6.5 cause php output in header’ is closed to new replies.