Copying entire site to a different directory causes errors
Posted: 13 Oct 2008, 19:21
I've got a V2 site up and running perfectly in a subdirectory on my server for testing. I'm ready to move the site to production, however when I copy the entire contents over to the server's root directory (or to another subdirectory for that matter), I get errors when trying to open the site:
If it makes any difference, I'm using Dreamweaver to copy and paste all the directories which gets/puts each file individually (not sure if there's a more direct way to copy on the server via ftp). Also, I have gone through and set the appropriate files/directories to 777 permissions after copying.
Any ideas what's wrong here? I could just do a redirect to the subdirectory to get my site live, but I'd like to do this the right way.
Code
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /serverpath/imagevue/common.inc.php:131) in /serverpath/imagevue.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at /serverpath/imagevue/common.inc.php:131) in /serverpath/imagevue/include/ivAuth.class.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /serverpath/imagevue/common.inc.php:131) in /serverpath/imagevue/include/ivControllerFront.class.php on line 195Any ideas what's wrong here? I could just do a redirect to the subdirectory to get my site live, but I'd like to do this the right way.