Forums / Setup & design / error kernel(1) access denied
Jan Bengia
Saturday 04 June 2005 4:52:30 pm
Hi, I get an error when trying to do the "Building an Exponential site" Tutorial (http://www.ez.no/ez_publish/documentation/toc/(from)/36647) After doing the basic setup of the tutorial (first page) I am trying to access the User-Site. But I get an error "kernel(1) - access denied". There is also an LogIn-field and if I login with the admin-PWD everything works fine ...So why doesnt it work without login?
My config: I've done an installation of eZ 3.6 with "plain" template on a WAMP (XAMPP) System. Main language is German, transl. English. The site access is in "host mode".
Thanks!Jan
kracker
Saturday 04 June 2005 5:15:52 pm
The answer here is fairly simple because your Exponential installation's user/role permissions are configured incorrectly to allow allow anonymous users access under a different siteaccess than the one you are using.
This happens often when moving Exponential to another server or environment without adding the desired siteaccess into theAdmin >> User >> Role >> Anonymous >> Permissions.
<b>Looks like</b>
user login SiteAccess( news_user )
<b>Might need to look more like</b>
user login SiteAccess( news_user, plain_user )
//kracker<i>311 : Amber</i>
<i>http://www.ez.no/ez_publish/documentation/incoming/design/siteaccess_configurationhttp://www.ez.no/ez_publish/documentation/incoming/design/designs_and_siteaccesses</i>
Member since: 2001.07.13 || http://ezpedia.se7enx.com/
Sunday 05 June 2005 4:34:36 am
oh, well, perfect!