Fresh Drupal 7 installation with Omega (7.x-3.0-rc1), Omega Tools (7.x-3.0-beta2), Context, Delta installed.

Enabled Alpha. Went in to Delta, created a test, changed the grid from Fixed to Fluid, pressed Save and got the error:

Recoverable fatal error: Object of class stdClass could not be converted to string in alpha_cache_clear() (line 703 of /public_html/sites/all/themes/omega/alpha/includes/alpha.inc).

But does the same even without a change.

Comments

Ubershiz’s picture

From fuhby..

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.

fubhy’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

-enzo-’s picture

Doesn't work for me.