Page 1 of 1

Admin Issue

Posted: Fri Mar 04, 2011 12:57 am
by tpereira
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

Re: Admin Issue

Posted: Fri Mar 04, 2011 7:31 am
by RonnyK
Did you clear the cache ?

Ronny

Re: Admin Issue

Posted: Thu Mar 24, 2011 9:39 am
by jayhay
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 ...