• Resolved segmant

    (@segmant)


    Hi Guys

    Im getting this error on all 17 of my sites when i update any post/page or custom page type.

    Warning: Invalid argument supplied for foreach() in /htdocs/wp-content/plugins/hummingbird-performance/core/modules/class-module-page-caching.php on line 1018

    Warning: Cannot modify header information – headers already sent by (output started at /htdocs/wp-content/plugins/hummingbird-performance/core/modules/class-module-page-caching.php:1018) in /htdocs/wp-admin/post.php on line 198

    Warning: Cannot modify header information – headers already sent by (output started at /htdocs/wp-content/plugins/hummingbird-performance/core/modules/class-module-page-caching.php:1018) in /htdocs/wp-includes/pluggable.php on line 1216

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

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

    (@calumbrash)

    Hi @segmant,

    Thank you for using Hummingbird and reporting this issue.
    We are aware of this issue and have a fix for this which will be available in the next update. In the meantime could you go to Page Caching settings in your network admin and turn on “Clear full cache when post/page is updated”. Please let us know if this resolves the issue.

    Cheers,
    Calum

    • This reply was modified 7 years ago by calumbrash.
    Thread Starter segmant

    (@segmant)

    Hi Calum

    Yes took that step to switch the “Clear full cache when post/page is updated” but also found a previous user with the same issue and added the

    if ( ! $metas ) {
        continue;
    }
    

    after line 1016 in the /core/modules/class-module-page-caching.php

    cheers for the quick response

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘headers already sent – ERRORS’ is closed to new replies.