error after upgrade

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Pappnase

error after upgrade

Post 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!?
Hunter58
Posts: 34
Joined: Fri 27. Aug 2004, 16:07
Location: the Netherlands

Post 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
----------------------------------------------------
Hunter58 :lol:
----------------------------------------------------
if something is working you are skilled,
if it is not, it is a fault in the system.
Pappnase

Post 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*
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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

Code: Select all

{PHP:script.php} 
The script was using:

Code: Select all

session_start();
and since "sample.php" is run first, by default, from the frontend_init... the session has already been started.
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

delete sample.php or set the related setting in conf.inc.php to 0

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Pappnase

Post 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)
Tidida
Posts: 32
Joined: Thu 17. Jun 2004, 08:42
Location: Mexico City

Post 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.
User avatar
Oliver Georgi
Site Admin
Posts: 9907
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

"<title></title>"
this seems to be based on the settings of your editor - not phpwcms' fault.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply