Page 1 of 1

Installation Problem

PostPosted: Sun Oct 19, 2008 9:31 pm
by ddejarnett
Ok, I've given up trying to figure this one out, but I see some other people have had the same problem. I'm moving my site from one host to another and everything transferred fine, DB has been restored and everything looks good. But I keep getting the following errors when I open the main page:

Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/j/f/html/auction/index.php:1) in /home/content/c/j/f/html/auction/dataface/Dataface/Application.php on line 447

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/c/j/f/html/auction/index.php:1) in /home/content/c/j/f/html/auction/dataface/Dataface/Application.php on line 626

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/c/j/f/html/auction/index.php:1) in /home/content/c/j/f/html/auction/dataface/Dataface/Application.php on line 626

I've checked and safe mode is Off. So I tried creating a new sessions folder on the root of my site and configured the index.php file. I'm having the same issues.

Can anyone help? When I had the site running on the other host, it worked fine.

Thanks,
David

PostPosted: Sun Oct 19, 2008 11:10 pm
by shannah
There must have been a problem with the transfer of the files. It looks like some junk characters have been added to the beginning of your index.php file (and likely other files). These junk characters may be hidden.

Try copying the files over again. It may be to do with FTP settings but not sure.

-Steve