When I try to save the admin block config layout at admin/structure/homebox/layout/dashboard
none of the settings are saved.

This was working for me earlier but it stopped somehow. I haven't installed anything new.
It appears that homebox_admin_display_form_submit() is never fired and the page just refreshed when you click submit.

any suggestions?

Comments

loze’s picture

Nevermind I figured it out. I had to increase max_input_vars in .htaccess

php_value max_input_vars 2000

loze’s picture

Status: Active » Closed (works as designed)