| Author |
Message |
shmk Worker


Joined: Dec 21, 2004 Posts: 116
|
Posted:
Tue Oct 04, 2005 10:09 am |
|
Link fixed.
For the ones who wanna look if there are any errors in theme.php that cause the header error. |
|
|
|
 |
shmk Worker


Joined: Dec 21, 2004 Posts: 116
|
Posted:
Tue Nov 08, 2005 11:10 am |
|
Tried various fix and code changes but I continue to get this lines in my error log
| Code: |
PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.magic-style.org/home/themes/magicstyle_green/theme.php:134) in /web/htdocs/www.magic-style.org/home/includes/sessions.php on line 240
PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.magic-style.org/home/themes/magicstyle_green/theme.php:134) in /web/htdocs/www.magic-style.org/home/includes/page_header.php on line 488
PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.magic-style.org/home/themes/magicstyle_green/theme.php:134) in /web/htdocs/www.magic-style.org/home/includes/page_header.php on line 490
PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.magic-style.org/home/themes/magicstyle_green/theme.php:134) in /web/htdocs/www.magic-style.org/home/includes/page_header.php on line 491
|
|
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Tue Nov 08, 2005 12:19 pm |
|
Do you get this error only when using that particular theme?
If that IS the case, then it is a fair bet that it is the themes theme.php file that is to blame. |
|
|
|
 |
shmk Worker


Joined: Dec 21, 2004 Posts: 116
|
Posted:
Fri Nov 11, 2005 8:16 am |
|
I don't know if it's a theme bug because i have 4 theme all with the same core.
I derived the firts one on the fisubsilversh.
Do you have one "secure" on which I can make some tests ? |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Fri Nov 11, 2005 3:49 pm |
|
Look in your theme.php, make sure it doesn't output anything in the code that's outside a function call. Also, check and make sure there are no blank lines in the beginning or end (blank lines that are outside of the <? ?> marks) |
|
|
|
 |
shmk Worker


Joined: Dec 21, 2004 Posts: 116
|
Posted:
Thu Nov 17, 2005 4:15 am |
|
OMG there was a newline under "?>" I removed and the error is gone
REALLY THANKS |
|
|
|
 |
|
|
|
|