Page 1 of 1

[solved] Problem restoring CMS site

Posted: Tue Oct 07, 2008 4:17 pm
by quackles
Hello all, long time user, first time poster  ::)

Our webserver died last week, and I've replaced it with a windows server 2003 box.  I have installed mysql 5 and php5.  I have restored the folder and the database from our CMS intranet.  I've gone ahead and set up the site in IIS.  When I try to visiit the main page, I recieve the following message:

string(106) "Smarty error: [in template:16 line 9]: [plugin] unknown tag - 'sitename' (core.load_plugins.php, line 124)" string(103) "Smarty error: [in template:16 line 9]: [plugin] unknown tag - 'title' (core.load_plugins.php, line 124)" string(107) "Smarty error: [in template:16 line 12]: [plugin] unknown tag - 'metadata' (core.load_plugins.php, line 124)" string(109) "Smarty error: [in template:16 line 15]: [plugin] unknown tag - 'stylesheet' (core.load_plugins.php, line 124)" string(111) "Smarty error: [in template:16 line 18]: [plugin] unknown tag - 'cms_selflink' (core.load_plugins.php, line 124)" string(105) "Smarty error: [in template:16 line 57]: [plugin] unknown tag - 'anchor' (core.load_plugins.php, line 124)" string(103) "Smarty error: [in template:16 line 78]: [plugin] unknown tag - 'menu' (core.load_plugins.php, line 124)" string(105) "Smarty error: [in template:16 line 86]: [plugin] unknown tag - 'search' (core.load_plugins.php, line 124)" string(110) "Smarty error: [in template:16 line 93]: [plugin] unknown tag - 'breadcrumbs' (core.load_plugins.php, line 124)" string(107) "Smarty error: [in template:16 line 104]: [plugin] unknown tag - 'content' (core.load_plugins.php, line 124)" string(105) "Smarty error: [in template:16 line 110]: [plugin] unknown tag - 'print' (core.load_plugins.php, line 124)" string(114) "Smarty error: [in template:16 line 137]: [plugin] unknown tag - 'global_content' (core.load_plugins.php, line 124)"

If I try to access the admin login page, it does redirect to the proper page, then comes back with:

No input file specified.

Is there another step I need to take to restore my site? 

Many thanks in advance!

Re: Problem restoring CMS site

Posted: Tue Oct 07, 2008 7:18 pm
by alby
quackles wrote: Is there another step I need to take to restore my site? 
Check permissions for php owner

Alby

Re: Problem restoring CMS site

Posted: Wed Oct 08, 2008 11:00 am
by quackles
Thanks for the help!  I'm not sure what you mean, though..  I've given full permissions in the security tab to iusr_server, iwam_server, network and everyone on the folders containing the actual website php files and the mysql databases folder, but the end result is the same..  What user is the php owner?  Sorry, I know I need spoonfeeding! 

Re: Problem restoring CMS site

Posted: Wed Oct 08, 2008 11:11 am
by quackles
Scratch that, got it working!!!  The original site was on D:\intranet, but not having access to the original server (it broke in proper style), I restored the site to d:\data\intranet - made the relevant changes in the config.php file and we have liftoff!