06-25-2012, 02:59 PM
[eluser]vincej[/eluser]
Hi - my site is almost done. Now I want to put all my existing code up on a server for remote testing. However, I want it in a separate folder, not available to the public as there is an existing old site still installed. So .. I created a separate folder 'CLFarms' inside /public/ and uploaded all my files off my C drive.
I made no further changes.
I am now getting 3 errors:
Needless to say my site does not display anything.
I tried changing the config file to see if that would help - I made the following changes to no effect:
I have tried using the config with the /public/ in and out of the address - it made not difference.
Can anybody tell me where I am going wrong ??
Many Many thanks !
Hi - my site is almost done. Now I want to put all my existing code up on a server for remote testing. However, I want it in a separate folder, not available to the public as there is an existing old site still installed. So .. I created a separate folder 'CLFarms' inside /public/ and uploaded all my files off my C drive.
I made no further changes.
I am now getting 3 errors:
Code:
Message: Cannot modify header information - headers already sent by (output started at /services9/webpages/g/r/organiclife.com/public/CLFarms/index.php:2)
Code:
Message: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /services9/webpages/g/r/organiclife.com/public/CLFarms/index.php:2)
Code:
Message: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /services9/webpages/g/r/organiclife.com/public/CLFarms/index.php:2)
Needless to say my site does not display anything.
I tried changing the config file to see if that would help - I made the following changes to no effect:
Code:
$config['base_url'] = 'http://organiclife.com/public/CLFarms/';
I have tried using the config with the /public/ in and out of the address - it made not difference.
Can anybody tell me where I am going wrong ??
Many Many thanks !