http://www.youtube.com/watch?v=7i93vPfKlo4
I am using Omega rc1 and Delta beta5

Comments

fubhy’s picture

Status: Active » Fixed

Confirmed.

Line 102 of alpha/theme-settings.php:
Change

alpha_cache_clear($form_state['theme'], (isset($form_state['delta']) ? $form_state['delta'] : NULL));

to

alpha_cache_clear($form_state['theme'], (isset($form_state['delta']) ? $form_state['delta']->machine_name : NULL));

Patch coming soon.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

cimo75’s picture

Same for html5 Omega subtheme, I tried that change but still the same issue

wavesailor’s picture

Check your webserver error logs.

I had the same problem and it turned out that I needed to increase the

suhosin.request.max_vars 500
suhosin.post_vars 500