Tuesday 03 October 2006 12:58:12 pm
Hi Scott
The problem with the database most likely appears because the database settings are stored in the folders /settings/siteaccess/<name of the siteaccess>/site.ini.append.php. <name of siteaccess> is originally plain or plain_admin. You renamed these to tcsm and tcsm_admin but EZ does not know this yet.
To do this, you have to set the DefaultAccess to tcsm. To do this you just need to check the file settings/override/site.ini.append.php. There just replace the word 'plain' with 'tscm' and 'plain_admin' with 'tscm_admin'. The most important block is where it says
[SiteSettings] DefaultAccess=plain
In case you use this tutorial:
http://ez.no/products/ez_publish/documentation/building_an_ez_publish_site/creating_the_tscm_site It is true that it is for an older version of EZ so some settings might be slightly different. Still you should get an idea of what to do. If you follow all steps it should work fine. If you still have problems please post the content of your /settings/override/site.ini.append.php (remove any private information) and the folder structure of the /settings folder. Greetings from Luxembourg Claudia
|