Monday 29 January 2007 6:48:13 am
Running ezp 3.9.0 When I edit a node in siteaccess: plain_admin and publish this is not updated in siteaccess: plain_user. So I have to run the site with viewcaching disabled - which is slow (and painful).. If I clear the viewcache manually from the contextmenu in admin when viewing the object, this doesnt work either. I searched the forum and found the RelatedSiteAccessList setting. I added this setting like this: settings/siteaccess/plain_admin/site.ini.append.php
[SiteAccessSettings]
RelatedSiteAccessList[]=plain_user
settings/siteaccess/plain_user/site.ini.append.php
[SiteAccessSettings]
RelatedSiteAccessList[]=plain_admin
<b>Is my use of RelatedSiteAccess correct? </b> Debig doesnt give me any errors. I've also checked the rights i var directory. <b>Any tips to why my viewcache isnt cleared on publish?</b>
|