• Resolved flush

    (@flush)


    In an attempt to get rid of BOM in my files I used the editor BabelPadNT to “save as” UTF-8: 8-bit Unicode Transformation Format, whithout BOM, and after that the Lightbox doesn’t work anymore for any of the images or image sets on my site.
    And when I go in the admin, I get this message:
    Warning: Cannot modify header information – headers already sent by (output started at /hosting/raphaella.co.kr/docs/blog/wp-content/themes/fspring_widgets/functions.php:1) in /hosting/raphaella.co.kr/docs/blog/wp-includes/pluggable-functions.php on line 272

    What do this message mean?
    How could re-encoding the php files have disabled the plugin?? What should I do now?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • your file, “pluggable-functions.php” has a space after the final ?>, or before the initial <?. (That’s the most common issue)

    Whitespace is a bad thing ??

    If that doesn’t solve the problem, then you’ve got me. But I’m positive your character encoding has nothing to do with it. That’s a PHP error.

    Thread Starter flush

    (@flush)

    Thanks for your help Doodlebee
    I’ve never touched that file, how could it have an error? The Lightbox was working just before I decided to re-encode the files with that BabelPad (because I couldn’t get rid of BOM with Notepad++).
    I’m really scared to edit that file because I can’t seem to save files properly with Notepad++ without putting BOM in them
    PS Anyway there is no space before or after
    I don’t understand what I’ve done wrong, I only re-saved my files with BabelPadNT.

    Thread Starter flush

    (@flush)

    I re-saved all my files without BOM thanks to an editor called UNIRED, and everything works now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lightbox not working after re-encoding in utf-8’ is closed to new replies.