Community & Support

Access Denied after saving block region

Hi

It's my first post on the drupal forum !
Please, be indulgent...

I've noticed a little problem with Drupal 6.4

When I try to change the region of a block by using the combo box, and after pushing the save button, I get the following message :

Access Denied... :-(

But, when I perform a simple drag'n'drop and I click "Save"...

all is ok....

Have you got the same behaviour with drupal 6.4 ?
(I'm logged as an administrator, I use Drupal 6.4 with french translations, I drop my block in a custom region ie: .info file)

Thx

Comments

up

up

up

up

I can't replicate your error

I can't replicate your error on my v6.4 install.

Everything I say is opinion, even if interpreted as fact.
Sometimes I may be inaccurate or *GASP* wrong!
Sometimes I attack Drupal due to frustration. Get over it.

Thx I've this problem with

Thx

I've this problem with Drupal 6.4 with XAMMP & Windows and on Linux Server.
When I click on "configure" button near the block and then perform a Dnd & a click on Save, it seems to work...

Very Very strange behaviour....

Is there a place where I can download Drupal 6.3 to test If I have the same problem ?

Thx

You can download Drupal 6.3

I'm experiencing the same

I'm experiencing the same issue. It began happening after I upgraded to 6.4

Me, too

Same issue. Running 6.4.

Is there a value in the database we could be editing for the meantime? What is that table/field name? Thanks!

Maybe we can try to find

Maybe we can try to find what is specific In our drupal website to help drupal developper to find this bug.... and then submit a bug report...

For me, I'm with drupal 6.4 with the following modules :
-CCK
-Views
-Administrator Menu
-Path auto
-Tiny MCE
-Service Links
-Tagadelic

I use a custom theme.
The bug appear each time I try to move a block.
The bug disappear when I go into the block, save the block , and then move the block

The bug doesn't exist in drupal 6.3

The bug disappear when I go

The bug disappear when I go into the block, save the block , and then move the block

Thanks for the work-around ------ works for me, too!

I was having a similar

I was having a similar problem. While trying to move blocks to another region and hitting save, it would give an access denied error. After reading this post and trying the "configure" within the block, I found that I still wasn't able to change the region.

After going to my themes settings page, I discovered that the "enable" box had been unchecked on my custom theme. So the box was re-checked and the block settings re-tried, now everything works!

Oh great

Thanks a lot !

It works !!! It's perfect...

Maybe we can report the issue to the drupal team ?

I hope this post will help a lot of people migrating to drupal 6.4 !

issue reported

issue reported

Thanks

It works for me, too

No woman no cry

Yep

Yep, this fix worked for me, too. Question is - why did it become unchecked??

Thank you very much

Thank you very much

This was happened on Drupal 6.5 too

Hi, this is was happened in Drupal 6.5 too this is the problem solving i hope can usefull for anyone that experience this problem :

1. Go to admin/build/themes
2. Give check the theme that you used.

Nice

---
http://www.ckcybers.com

yes, but

Yes, but the problem is that it becomes mysteriously unchecked again and again :)

ahhh thanks.... It is

ahhh thanks.... It is happening to me too.. after installing cck and adding new feed.... hope they can fix it.. thank god for this forum.

quick fix

Quick fix, add a theme default to your settings.php file. For example:

$conf = array(
  'site_name' => 'Career Site,
  'theme_default' => 'Careers Blue',
  'anonymous' => 'Visitor',
);

Me Too

This happened to me as well. Fix in the settings.php file worked.

block permission and theme checkbox

I went into my theme list. None were checked as 'enabled' but my custom theme was set to 'default'. I checked the box, and it fixed the problem with saving the blocks. Pretty lame but I'm glad it worked.