Recent Topics

1 Jan 17, 2009 03:12    

My b2evolution Version: Not Entered

I just moved servers and exported the database and the whole website. The blog seems to work fine except for the skin. It is a customized skin and it was working in my previous server but here I am getting this line of error. I am not sure if anybody can give me an idea by reading this:

Warning: Cannot modify header information - headers already sent by (output started at /home/.../blog/skins/watches/_main.php:1) in /home/.../blog/inc/MODEL/skins/_skin.funcs.php on line 71

If I change the skin it works.

Thanks!
JC

2 Jan 17, 2009 04:13

Easiest answer: fix the skin ;)

Oh and to do that you might look for white space at the beginning or end of each file in your skin. Dunno how or why it might be there, but hey if you check each file for anything before the first <?php and after the last ?> you might find resolution.

3 Jan 17, 2009 04:33

Hi CymruArgie,

Welcome to the forums.
It looks like your previos host has php warnings disabled by default and your new host has not.
According to the notice there is whitespace (newline, space, tab) before the starting

<?php

in blog/skins/watches/_main.php.
Remove it and you'll be fine.

Good luck


Form is loading...