Hi, I have the problem that the Homebox module will not save any changes I make in the layout settings page, if I have Organic Groups enabled, I also get no errors (on screen or with firebug) When I switch off the OG it works again.

The only thing different that with OG enabled I get redirected to the same page, when I disable OG i get redirected to the homebox overview page

Comments

rbosscher’s picture

After a few times re-enabeling both homebox and og and rebuilding the permission tables it looks fixed.
Sorry for bothering..

Lendude’s picture

Version: 6.x-3.0-beta2 » 6.x-3.0-beta5
Component: Code » Miscellaneous

I ran into the same issue. Submit would work on local server but the live server would just show the form again after submit, without actually handling the submitted data.

Turned out the problem was with the PHP setting max_input_vars which defaults to 1000 (meaning you are only allowed to submit 1000 fields in your form), with roughly 150 available blocks on our site and Homebox needing 7 inputs per block, we went over this limit. This caused the form-id to be removed from the submission, so no Drupal submit would trigger and so the form would just reload.

max_input_vars is only available since PHP 5.3.9 so #1 probably had a different issue, but the outward signs where the same.

Len

drumm’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 is no longer supported. If this can be reproduced with Drupal 7, please re-open with details.