I have a client that I have been hosting a staging site for who is ready to launch his new site to the world. So I tried to migrate them to their new server and when completed navigated to the homepage only to get a blank page. I checked index.php and added a few echo statements to see where I was getting in the code and found it to be this line:
Code: Select all
require_once( $dirname.'/include.php' ); #Makes gCms object
so I looked into include.php and found that no code gets executed past this line
Code: Select all
@session_name('CMSSESSID' . $session_key);
I have no idea why this would not only fail but prevent the rest of the page from executing. Can anyone think of anything?
I have managed to migrate this site to 3 other servers successfully but not the clients. Go figure! Saddly I have limited access to the clients server and cannot even access error.log.
PHP version 5.0.3