Monday 11 July 2005 1:42:15 am
I'm currently making a "mysite" admininterface based on the original websites content. To do this I made a new folder called "mysite" under design and made appropiate subfolders and templatefiles (pagelayout etc).
Then i added "mysite" on three places in settings/override/site.ini.append.php:
SiteList[]=mysite
AvailableSiteAccessList[]=mysite HostMatchMapItems[]=mysite.mopo.no;mysite I copied the "website" folder (the folder for the current web) under settings/siteaccess and named the new copy "mysite". Then I made chages in site.ini.append.php (changes all "website" to "mysite", except the var/website and database reference). Then I removed all overrides made for "website" in settings/siteaccess/mysite/override.ini.append.php DNS and symbolic links are all inplace, so when I got to myiste.xxxx.no the mysite SHOULD appear. However, all is see is the debug output with the followin errorcode:
Timing: Jul 11 2005 10:23:29
Module start 'content'
Error: error/view.php Jul 11 2005 10:23:29
Error ocurred using URI: /
Timing: Jul 11 2005 10:23:29
Module end 'error'
Warning: eZTemplate Jul 11 2005 10:23:29
No template could be loaded for "mysite_top.tpl" using resource ""
Warning: eZTemplate Jul 11 2005 10:23:29
No template could be loaded for "mysite_quickmenu.tpl" using resource ""
Warning: eZTemplate Jul 11 2005 10:23:29
No template could be loaded for "mysite_mainmenu.tpl" using resource ""
Warning: eZTemplate Jul 11 2005 10:23:29
No template could be loaded for "mysite_content.tpl" using resource ""
Timing: Jul 11 2005 10:23:29
End
Can anyone help me resolve this? Have I forgotten to do something? Or is there just wrong to do this the way I try? Thanks :)
Because I can!
|