Intranet SiteAccessSettings

Author Message

bun taing

Friday 07 May 2004 1:06:10 pm

Please help!
How do I get intranet to work without require user login?
I have tried setting RequireUserLogin=false it gives an error kernel (1) at site.ini.append. in the intranet folder. Thanks!
apache 4
php 3.2
mysql 4.14
ezpublish 3.3.5

Willie Seabrook

Friday 07 May 2004 9:43:46 pm

Post the exact text of that file. You're in the right place but something aint flying. Have you done the obvious: put it in the right ini section, and cleared the cache?

bun taing

Monday 10 May 2004 11:14:12 am

Yes, I did clear the cache on page and ini folders. I still give me access denies error/kernel (1)
Here is my settings/siteaccess/intranet/site.ini append:
<?php /* #?ini charset="utf8"?

[SiteSettings]
LoginPage=custom
SiteName=Intranet
SiteURL=localhost/ez/index.php

[SiteAccessSettings]
RequireUserLogin=false
AnonymousAccessList[]=user/success
AnonymousAccessList[]=user/activate

[DesignSettings]
StandardDesign=standard
SiteDesign=intranet

[FileSettings]
VarDir=var/intranet

[ContentSettings]
EditDirtyObjectAction=usecurrent
TranslationList=

[DatabaseSettings]
DatabaseImplementation=ezmysql
Server=localhost
Database=ez
User=publish
Password=publish
Charset=
Socket=disabled

[InformationCollectionSettings]
EmailReceiver=

[UserSettings]
RegistrationEmail=

[MailSettings]
AdminEmail=admin@localhost
EmailSender=

[RegionalSettings]
Locale=eng-US
ContentObjectLocale=eng-US
TextTranslation=enabled
*/ ?>
And I also set /settings/site.ini

[SiteAccessSettings]
# Set to true if you want to force VirualHost mode (with RewriteRules in apache)
# If this is set to true nonVirtaulHost mode will not work correctly
ForceVirtualHost=false
# Set to true if you want the setup system to be activated
CheckValidity=true
# Set the true if you don't want anonymous access to your site
RequireUserLogin=false
#StaticMatch=sdk

bun taing

Tuesday 11 May 2004 5:10:42 am

Can you me how like what file do I need to edit and where. I new at this.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.