[Solved] Moving domains
Posted: Sat Aug 20, 2011 2:23 pm
I'm moving a cmsms site from one host to another. In the past, I have found the simplest way is to back up the databases and download all the files, then put them on the new server and change the config file. The issue I have with this host is that when I launch the site, I get the following:
Many thanks.
The files are there and the document root is correct in the config file. However, the first directory should be services, not services3 as it is in the closedir(). Does anybody have any pointers on what I should be looking at?Warning: opendir(/services/webpages/n/o/my_domain.co.uk/public/my_domain/admin//lang) [function.opendir]: failed to open dir: No such file or directory in /services3/webpages/n/o/my_domain.co.uk/public/lib/translation.functions.php on line 88
Warning: closedir(): supplied argument is not a valid Directory resource in /services3/webpages/n/o/my_domain.co.uk/public/lib/translation.functions.php on line 94
Warning: opendir(/services/webpages/n/o/my_domain.co.uk/public/my_domain/admin//lang) [function.opendir]: failed to open dir: No such file or directory in /services3/webpages/n/o/my_domain.co.uk/public/lib/translation.functions.php on line 88
Warning: closedir(): supplied argument is not a valid Directory resource in /services3/webpages/n/o/my_domain.co.uk/public/lib/translation.functions.php on line 94
Warning: opendir(/services/webpages/n/o/my_domain.co.uk/public/my_domain/admin//lang) [function.opendir]: failed to open dir: No such file or directory in /services3/webpages/n/o/my_domain.co.uk/public/lib/translation.functions.php on line 88
Warning: closedir(): supplied argument is not a valid Directory resource in /services3/webpages/n/o/my_domain.co.uk/public/lib/translation.functions.php on line 94
Warning: opendir(/services/webpages/n/o/my_domain.co.uk/public/my_domain/admin//lang) [function.opendir]: failed to open dir: No such file or directory in /services3/webpages/n/o/northeggardoncarthouse.co.uk/public/lib/translation.functions.php on line 88
Warning: closedir(): supplied argument is not a valid Directory resource in /services3/webpages/n/o/my_domain.co.uk/public/lib/translation.functions.php on line 94
Fatal error: Class 'CmsRoute' not found in /services3/webpages/n/o/my_domain.co.uk/public/lib/classes/class.module.inc.php on line 495
Many thanks.