Not signed in (Sign In)
  • Support Us

    You want to support Sadish?
    You can
    Donate Now

  • Buy our Theme : NigaRila

    NigaRila
    NigaRila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    NigaRila - Buy it now !


    Buy our Theme : Pal Nila

    PalNila
    PalNila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    Pal Nila - Buy it now !








Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome guest!
Want to take part in these discussions? Please Sign In or Apply for membership now!
  1.  permalink
    Dear Sadish...

    http://therapy-in-english.dk/

    Thank you so much for a wonderful theme...!

    I want to continue using it, but my webhotel have updated to PHP 5.3. On the frontend there are no issues, but the admin part of WP does serve up a blank page whenever I have updated a post or page.

    Going back to a default theme, the problem is solved, and the webhotel have pointed out a compatibility issue betwen the theme and PHP 5.3

    Any suggestions and ideas would be appreciated!

    Thank you!
    Mark
  2.  permalink
    hi again

    The reason why I'd like to stay with version 3.5 is that I have applied a number of hacks (all of which I have read from this forum) that have really cleaned up the theme nicely.

    Sadly though, I haven't kept a record of the hacks, and would have to do a lot of re-reading if your suggestion is to upgrade to a newer version of Misty Look!

    Yes, I know... documentation, documentation, documentation!

    Mark
  3.  permalink
    oh, by the way.... when trying to access:

    http://therapy-in-english.dk/wp-admin/

    I get this error (hope this helps):


    Warning: Cannot modify header information - headers already sent by (output started at /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-content/themes/mistylook_3_5_UK/functions.php:1) in /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-includes/pluggable.php on line 865

    Thank you
    Mark
    •  
      CommentAuthorSadish
    • CommentTimeDec 15th 2009
     permalink
    Try removing any blank spaces after ?> at the end of functions.php in the mistylook theme.
  4.  permalink
    Hi Sadish!

    Yes, there were blank spaces, and I removed them from the end of functions.php and uploaded the new versions..

    Accessing http://therapy-in-english.dk/wp-admin/ I get this error:

    Warning: Cannot modify header information - headers already sent by (output started at /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-content/themes/mistylook_3_5_UK/functions.php:1) in /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-includes/pluggable.php on line 865

    I reloaded new versions of the theme, and got the same problem...

    Any other ideas would be appreciated!

    Mark
  5.  permalink
    Actually, I attempted to log out of the admin, and this is what I got:

    Warning: Cannot modify header information - headers already sent by (output started at /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-content/themes/mistylook_3_5_UK/functions.php:1) in /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-login.php on line 290

    Warning: Cannot modify header information - headers already sent by (output started at /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-content/themes/mistylook_3_5_UK/functions.php:1) in /customers/therapy-in-english.dk/therapy-in-english.dk/httpd.www/wp-login.php on line 302

    and then on lines; 689, 690, 691, 692, 694, 697, 698, 699, 700 ,703, 704, 705, 706 and 865

    After Googling around, I learned about the white space error, so I have also removed any white spaces from the other PHP files, and I found these errors in "index.php" "footer.php" as well as "functions.php".

    This didn't help the problem.

    So, I have collected all the current PHP files in one place, feel free to download them at http://therapy-in-english.dk/sadish.zip

    I hope this helps!

    Thank you once again, Sadish!
    Mark
  6.  permalink
    Sadish,

    Problem solved!

    Thank you to BLUE STUNT at:

    http://wordpress.org/support/topic/296687?replies=12

    And to: http://stackoverflow.com/questions/1067742/clean-source-code-files-of-invisible-characters

    The character was a Byte Order Mark "a Microsoft invention to tell, in a Unicode file, in which order multi-byte characters are stored.

    To get rid of it, tell your editor to save the file either as ANSI/ISO-8859 or as Unicode without BOM".

    To do this in Notepad++ go Format > Convert to UTF-8 without BOM then Format > Encode in UTF-8 without BOM.

    I did all this, and the errors have all gone away!

    Please mark this post as resolved!

    Mark
    •  
      CommentAuthorSadish
    • CommentTimeDec 15th 2009
     permalink
    Cool. I know it's some white spaces in the code but never thought so much may be necessary for you. Thanks for reporting back.
  7.  permalink
    hi there Sadish

    Actually the problem wasnt ONLY about the white spaces, but about the hidden Byte Order Marks that are even added to a PHP file when edited in Windows Notepad!

    As soon as I opened the PHP files in Notepadd++ and cleared away the hidden characters, then the problems went away!

    Thank you
    Mark