When I have i18nblocks enabled I am unable to save any change to the blocks. Turning the module off and on has made several changes to the way the blocks were presented and seems to have more or less reset the blocks.

Comments

jazzitup’s picture

The same thing is happening to me too with v5.x-2.2.
I've disabled page caching, cleared cache tables, and cleared cache with the FF browser, but no luck.

blueskipper’s picture

let me get this clear? so if you have let's say 20 blocks on a page, those little scum stop likewhat, saving and do not show, wherever you put them.

and what happens if you remove the blocks? to a number less then 18 or 20 in my case, does the save work again?

it just happened to me...i added custom blocks about 15-16 plus the regular drupal blocks

in my case i'm using drupal 5.10 on a bealestreet theme from roople, got panels to display frontpage and seems this is the only place i can add blocks - regions are frozen as the save block function...any ideas how to solve...thx

jmlavarenne’s picture

What happens for me is the following :

I change a block's position or a block's weight. I clic save. My changes have not been implemented - it is as if I have done nothing.

blueskipper’s picture

yes..that's it.....same behavior here...

come on we need some drupal brain here :)

blueskipper’s picture

one more thing...Blackguard...i see you posted this topic in june..is it that all this time your blocks actually don-t work???

jmlavarenne’s picture

Right - for this site I change the block values straight in the database fields. Not ideal, but works for now until I can focus on this issue again.

blueskipper’s picture

solved...blocks works again

contacted the hosting guys, problem is with the php limitations in the settings...that's the response.

mike_r1977’s picture

Version: 5.x-2.3 » 6.x-1.0-beta4
Component: Module i18nblocks » Code

This has been happening to me under 6.4 as well.

benorgan’s picture

Hi,

Which PHP settings were these? I'm getting the same problem

jazzitup’s picture

Even with the most recent Drupal 5.11 and i18n 5.x-3.x-dev this is still happening... module i18n.blocks conflicts with some other module I believe.

point-1’s picture

@Blueskipper: Could you find more details about the problem? I have the same problem and don't know what to ask my hosting guys.

jose reyero’s picture

Version: 6.x-1.0-beta4 » 5.x-2.x-dev
Priority: Critical » Normal

I cannot reproduce with 6.x version, so it may be an issue with 5.x

(6.x shouldn't do anything with that blocks page)

ssiaperas’s picture

I was having the same problem on a Drupal 6.9 site. I was unable to to change position by drag, drop, and save, or by weight and save. I was not receiving notification at the top of the blocks list page telling me that the blocks had been saved; it would just refresh the page.

I had the PHP time limit increased to 120, but that didn't help.

After much testing, on other servers, this issue has now been solved. The server had PHPSuHosin (http://www.hardened-php.net/suhosin/). Once this was disabled on the server, block positions could be saved again. I don't know if this will be the fix on other sites, but it worked in this case.

vicapowell39’s picture

please, please tell me what php settings you ended up changing. I'm having the same problem and i recently loaded in a new php.ini file!

blueblade’s picture

Hi vicapowell39, i have the same problem here...have you figured it out?

jeresoft’s picture

if you have suhosin you need to set /etc/php5/conf.d/suhosin.ini

suhosin.request.max_value_length = 1000000
suhosin.request.max_vars = 1000
suhosin.post.max_value_length = 1000000
suhosin.post.max_vars = 1000

jose reyero’s picture

Component: Code » Blocks
Status: Active » Closed (won't fix)

Unsupported version.

vands4’s picture

Hi,

I am facing the same problem in drupal 6.20 version. I am unable to save the blocks positioning by drag and drop.