Class 'CmsRoute' not found
Posted: Fri Jun 08, 2012 11:09 am
Hi.
I know, that it's common error, but all of solutions there won't solve problem.
I had site based on CMSMS. Everything was ok.
Later, I've changed domain (not hosting), so I've changed config file too:
When I enter www.mypage.eu I've get error:
I can login as admin too. The only one problem is this error when I write www.mypage.eu
I know, that it's common error, but all of solutions there won't solve problem.
I had site based on CMSMS. Everything was ok.
Later, I've changed domain (not hosting), so I've changed config file too:
Code: Select all
$config['root_url'] = 'http://www.mypage.eu';
$config['ssl_url'] = 'https://www.mypage.eu';
$config['root_path'] = '/home/stevie/domains/mypage.eu/public_html';
$config['admin_dir'] = 'admin';
$config['previews_path'] = '/home/stevie/domains/mypage.eu/public_html/tmp/cache';
$config['uploads_path'] = '/home/stevie/domains/mypage.eu/public_html/uploads';
But when I enter www.mypage.eu/index.php then everything is ok.Fatal error: Class 'CmsRoute' not found in /home/stevie/domains/mypage.eu/public_html/lib/classes/class.contentoperations.inc.php on line 1077
I can login as admin too. The only one problem is this error when I write www.mypage.eu