acess denied

Permalink
every time I click on something when I'm editing my website it sais access denied, what can I do?

 
vGibson replied on at Permalink Reply
vGibson
Have you tried clearing your cache by going to the Dashboard -> Sitewide Settings -> Speed Settings -> Click Clear Cache

Also Logging out then back in is worth a try.

As I've never ran into this issue I can't say for certain if these suggestions will work but they will not hurt anything.

Can you give more detail about when this started happening, on what pages, did you previously have access to edit these pages?
msglueck replied on at Permalink Reply
msglueck
I have the same problem. I have some fixed blocks in my templates which allows me to restict users e.g. to just add one headline.

I can edit and after save/update I get "Access denied.". If I reload the page everything is fine until I try to edit again.

<?php 
$pageTitle = new Area('Page-Title -> define as Plain Text in Page Defaults');
$pageTitle->setBlockLimit(1);
$pageTitle->display($c);
?>


It is not connected to the BlockLimit (checked this!). I changed the
defined('C5_EXECUTE') or die(_("Access Denied."));
in the block I used, but it is not originating from the block.

I have advanced permissions activated (but tried edititin as Administrator) and cleared the cache.

Any ideas?

Thanks,
Markus