Page 1 of 1
error after upgrade
Posted: Sat 28. Aug 2004, 20:16
by Pappnase
hello
after updgrade i get the following error
Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/***/phpwcms_template/inc_script/frontend_init/sample.php:4) in /www/htdocs/***/include/inc_front/front.func.inc.php(2048) : eval()'d code on line 1
what could it be!?
Posted: Sat 28. Aug 2004, 20:41
by Hunter58
I guess the upgrade is not totaly done.
I did a fresh install because of some problems and all is working fine.
Beware
between RC4 (june) and RC4 (august) the datbase definitions are changed too
Maybe this can point you in the right direction
Posted: Sat 28. Aug 2004, 22:12
by Pappnase
hello
if you had no content then it's fine but i have to much content there.
cos it's the docu site*ggg*
Posted: Sat 28. Aug 2004, 22:59
by DeXXus
I see the Docu site seems okay, but if you have not solved this problem, reply back...
I experienced it also from a script I was calling via
The script was using:
and since "sample.php" is run first, by default, from the frontend_init... the session has already been started.
Posted: Sat 28. Aug 2004, 23:13
by Oliver Georgi
delete sample.php or set the related setting in conf.inc.php to 0
Oliver
Posted: Sun 29. Aug 2004, 12:14
by Pappnase
hello
all is fixed the problem was wsftp i don't know why but with a new upload via filezilla all is fine! (thanks to oli)
Posted: Tue 12. Oct 2004, 07:36
by Tidida
Hi,
I don't know why but i solved the same problem another way, hope it helps some one. An if I did something I shouldn't had done please tell me. I don't know why but there were this tags "<title></title>" before the "<?php" in the conf.template_default.inc.php. So i removed them and presto!! the error was gone.
By the way i had a symilar error but with diferrent numbers and files:
Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/include/inc_conf/conf.template_default.inc.php:1) in /home/***/public_html/include/inc_lib/article.editcontent.inc.php on line 215
Don't know if it was luck, or what happened (the original file didn't had those tags). Hope I can help.
Posted: Tue 12. Oct 2004, 09:34
by Oliver Georgi
"<title></title>"
this seems to be based on the settings of your editor - not phpwcms' fault.
Oliver