PDA

View Full Version : Help! Help! Help!


julius
Sun 25th Feb '01, 10:07am
I'm looking for upgrading my vB 1.1.5 to vB 2 beta 2:

I renamed all files from .php to .php3.
I changed all .php to .php3 inside files.
I uploaded the new config.php3 after updating it.

I opened upgrade1.php3 and it gave me this error:

Warning: Cannot add header information - headers already sent by (output started at /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/config.php3:38) in /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/upgrade1.php3 on line 50

Warning: Cannot add header information - headers already sent by (output started at /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/config.php3:38) in /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/upgrade1.php3 on line 51

Warning: Cannot add header information - headers already sent by (output started at /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/config.php3:38) in /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/upgrade1.php3 on line 55

Can anybody please help me?

julius
Sun 25th Feb '01, 11:44am
I made a new install of vB2 beta 2 and gave me this error at the end of installation:

Warning: Cannot add header information - headers already sent by (output started at /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/config.php3:38) in /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/functions.php3 on line 1068

Warning: Cannot add header information - headers already sent by (output started at /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/config.php3:38) in /usr/local/plesk/apache/vhosts/myhost.com/httpdocs/boards/admin/functions.php3 on line 1068

What could it be?

julius
Mon 26th Feb '01, 9:33am
Anybody can help me?

julius
Mon 26th Feb '01, 11:43am
I don't know why, but the problem was in config.php3:

the file ended with

--------------------
?>

--------------------

I just delete last blank line in this way

---------------------
?>
---------------------

Is that because a php file must end without blank line after the close tag ?> ?