Wednesday 03 September 2003 1:33:18 am
Hi Paul, thanks for your answer.
I found the problem:
files
settings\siteaccess\softone\site.ini.append
and
settings\siteaccess\softone_admin\site.ini.append missed all crlf characters: it means that all settings lines was merged in a unique line, making impossible to distinguish any single option or setting. I opened these files with the notepad and I inserted manually a crlf at the end of each line and now all goes well.
The question is:
1. these files was automatically generated by the setup and was correct (since I had a correct access to both the sites in my first access).
2. I never opened this files, so it was not a fault of some windows editor. -> 3. Perhaps some internal procedure have opened these files during normal navigation and saved or wrongly generated them. Note that I was looking at the tutorial published by Rob Purser on SitePoint (eZ publish 3.1: Take It For A Spin). So my actions was: I created the folder mydesign in settings/siteaccess; I created the file site.ini.append in this folder with the content described in the tutorial; I added the line "AvailableSiteAccessList[]=mydesign" in the settings\site.ini file; I created the mydesign/override/templates directories in the design directory... but at this point the access to the normal softone site was impossible (error kernel(50))... Hope this help you to understand what can have caused the problem.
|