• Resolved Renaat

    (@rsioncke)


    I get two errors in my debugbar. The errors disappear when I turn off anti-spam bee.

    error 1
    WARNING: wp-admin/includes/misc.php:1198 – Cannot modify header information – headers already sent by (output started at ***/wp-content/plugins/anti-splog/anti-splog.php:137)
    require_once(‘wp-admin/network/admin.php’), require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, wp_admin_headers, header

    error 2
    WARNING: wp-admin/admin-header.php:9 – Cannot modify header information – headers already sent by (output started at ****/wp-content/plugins/anti-splog/anti-splog.php:137)
    require(‘wp-admin/plugins.php’), require_once(‘wp-admin/admin-header.php’), header

    how can I keep using both plugin without the error code?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bernhard Kau

    (@kau-boy)

    Hey @rsioncke,

    I check the combination of Antispam Bee together with Anti Splog and the issue lies with Anti Splog, as the warning messages you posted also indicate.

    Anti Splog is using the function “create_function” which is labeled “deprecated” in PHP 7.2+ and you therefore see the warning message. As it’s just a warning, it could be ignored, but you should deactivate the debug mode, to the warning is not shown in the admin dashboard.

    The better approach would be to ask WPMUDEV to fix that issue and update the plugin. It has not received an update for aroung 2 years and that’s probably why it was not tested with PHP 7.2 for incompatibility.

    Thread Starter Renaat

    (@rsioncke)

    Thanks for checking this.
    I contacted WPMUDEV about your findings.

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

The topic ‘Anti-splog error message caused’ is closed to new replies.