Saturday 01 September 2007 12:15:49 am
Hello Hans-Henry, While <i>kracker</i> points out in general a more verbose description of the kernel error code's meaning. I think a more clear example would be most helpful here. Your problem appears not to be with your eZ Publish installation in general. While you can start over from scratch, I don't think I would recommend that action at this point, that would seem like an excessive over reaction. This would take an experienced eZ Publish user like myself 15 min to solve from an ssh connection to your server. See it is all in the SiteAccessSettings configuration! Example of the url you might have used to accessed the site, http://admin.example.com/index.php/setup/cache Yet if your siteaccess configuration is not properly configured. eZ might expect the url to be, http://admin.example.com/setup/cache Which could return the kernel 20 error. As eZ would report the error as it thinks your trying to access a module name which is not recognized because ... the site is configured to interpret urls one way and your accessing it another way. Why not first share instead your SiteAccessSettings configuration settings here in the form for further debug? Here is an example ... File: <i>settings/override/site.ini.append.php</i> [SiteSettings]
SiteList[]=ezwebin_site_user
SiteList[]=ezwebin_site_admin
SiteName=Example
SiteURL=www.example.com
[SiteAccessSettings]
CheckValidity=false
ForceVirtualHost=true
AvailableSiteAccessList[]=ezwebin_site_user
AvailableSiteAccessList[]=ezwebin_site_admin
MatchOrder=host
HostMatchMapItems[]=example.com;ezwebin_site_user
HostMatchMapItems[]=www.example.com;ezwebin_site_user
HostMatchMapItems[]=admin.example.com;ezwebin_site_admin
Cheers, Heath
Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org
|