Welcome Guest, Not a member yet? Register   Sign In
How to Set up a Remote Testing Environment ?
#1

[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:

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 !


Messages In This Thread
How to Set up a Remote Testing Environment ? - by El Forum - 06-25-2012, 02:59 PM
How to Set up a Remote Testing Environment ? - by El Forum - 06-25-2012, 03:44 PM
How to Set up a Remote Testing Environment ? - by El Forum - 06-25-2012, 04:00 PM
How to Set up a Remote Testing Environment ? - by El Forum - 06-25-2012, 04:09 PM
How to Set up a Remote Testing Environment ? - by El Forum - 06-25-2012, 04:34 PM
How to Set up a Remote Testing Environment ? - by El Forum - 06-25-2012, 06:08 PM
How to Set up a Remote Testing Environment ? - by El Forum - 06-25-2012, 07:00 PM
How to Set up a Remote Testing Environment ? - by El Forum - 06-26-2012, 10:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB