• Resolved soosoio

    (@soosoio)


    This came up for debug. Not sure what to do with this. Did notice that user password change cannot be saved and several actions lead to a page that says critical error and action not completed.

    WARNING: wp-admin/includes/misc.php:1310 - Cannot modify header information - headers already sent by (output started at /home/dh_zmfmfy/comeback.world/wp-content/advanced-cache.php:22)
    require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_admin_headers, header
    
    WARNING: wp-admin/admin-header.php:9 - Cannot modify header information - headers already sent by (output started at /home/dh_zmfmfy/comeback.world/wp-content/advanced-cache.php:22)
    require_once('wp-admin/admin-header.php'), header
    • This topic was modified 5 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is Advance cache plugin setting WP_CACHE in wp-config.php file check the line as;

    define(‘WP_CACHE’, true);

    below is the statement which need to be commented like

    // define(‘WP_CACHE’, is_file(__DIR__.’/wp-content/advanced-cache.php’));

    to prevent this error you can set to false, like

    define(‘WP_CACHE’, false);

    • This reply was modified 5 years, 9 months ago by Suresh Shinde.
    Thread Starter soosoio

    (@soosoio)

    Problem solved! Thank you!

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

The topic ‘Cannot modify headers’ is closed to new replies.