I just transferred the files from one host to another.
The URL is http://www.citymedicalpc.com
Now when I login to the ADMIN panel, I get the following errors:
Warning: include_once(/home/city/public_html/citymedicalpc/lib/test.functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/city/public_html/admin/header.php on line 174
Warning: include_once() [function.include]: Failed opening '/home/city/public_html/citymedicalpc/lib/test.functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/city/public_html/admin/header.php on line 174
Fatal error: Call to undefined function testremotefile() in /home/city/public_html/admin/header.php on line 175
Admin Issue
Re: Admin Issue
Did you clear the cache ?
Ronny
Ronny
Re: Admin Issue
I just had the same problem after migrating a couple of CMSMS sites. The problem was the absolute directory definitions in the config.php file which I had forgotten to update for the new server.
So:
$config['root_path']
$config['previews_path']
$config['uploads_path']
... and so on ...
So:
$config['root_path']
$config['previews_path']
$config['uploads_path']
... and so on ...