• Hi, every time I try to change something in the Multi-color settings menu, I got this error:

    Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /path-to-my-site/wp-content/themes/multi-color/inc/theme-settings.php on line 464

    Warning: Cannot modify header information – headers already sent by (output started at /path-to-my-site/wp-content/themes/multi-color/inc/theme-settings.php:464) in /path-to-my-site/wp-includes/pluggable.php on line 866

    when I try to save the changes.

    Any clues how to fix this?

    https://www.ads-software.com/extend/themes/multi-color/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Please check you theme remove Blank space bitween php end tag <?php and php start tag <?php from your theme functions.php

    Wrong
    <?php
    // php function…
    ?>

    <?php
    // php function…
    ?>

    Okay
    <?php
    // php function…
    ?>
    <?php
    // php function…
    ?>

    See Solving “headers already sent” warnings. The issue is in themes/multi-color/inc/theme-settings.php

    Hi, every time I try to change something in the Multi-color settings I got this error:

    Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /mounted-storage/home156/sub041/sc82590-PBJI/URL.com/wp-content/themes/multi-color/inc/theme-settings.php on line 464

    Warning: Cannot modify header information – headers already sent by (output started at /mounted-storage/home156/sub041/sc82590-PBJI/URL.com/wp-content/themes/multi-color/inc/theme-settings.php:464) in /mounted-storage/home156/sub041/sc82590-PBJI/URL.com/wp-includes/pluggable.php on line 881

    when I try to save the changes.

    Any clues how to fix this?

    byenia

    (@byenia)

    I’m experiencing the exact same message warning as Xtreme NO.

    esmi

    (@esmi)

    As per the Forum Welcome, please post your own topic. Your problem – despite any similarity in symptoms – is likely to be completely different.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Multi-Color] Headers already sent’ is closed to new replies.