Closed (fixed)
Project:
Delta
Version:
7.x-3.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2011 at 09:36 UTC
Updated:
27 Apr 2012 at 20:42 UTC
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
Comment #1
Ubershiz commentedFrom 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.
Comment #2
fubhy commentedComment #4
-enzo- commentedDoesn't work for me.