Closed (fixed)
Project:
Omega
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2011 at 14:15 UTC
Updated:
19 Jul 2012 at 15:04 UTC
After upgrading to the new theme version -- by manually replacing the old omega superfolder with the new omega superfolder -- I get this error on all my pages:
Fatal error: [] operator not supported for strings in [redacted site path]/sites/all/themes/omega/alpha/template.php on line 76
I would appreciate any assistance.
Thanks!
Comments
Comment #1
spacegoat1701 commentedUpgrading to the latest .dev version appears to have fixed the issue.
Comment #2
Ankabout commentedSame problem here, but for the latest dev as well.
Fatal error: [] operator not supported for strings in /my/site/sites/all/themes/omega/omega/template.php on line 147Comment #3
fubhy commentedPlease guys! Don't overwrite your existing omega folder with the new one... DELETE the existing omega folder and then PLACE the new omega folder where the old one was.
Comment #4
Argus commentedPerhaps your comment here has set people on the wrong track: "Clear your Cache after overwriting your current Omega installation!" :)
Comment #5
Ankabout commentedJust a note. In the beta1 version, there is an error on line 51 of \omega\preprocess\preprocess-node.inc.
I copied that line, and placed it in my own preprocess function, this was causing the error. This is the code concerned (last line):
Fixed now for me, with rc1.
Comment #7
michaelfillier commentedI received the same error while trying to test out the new inline editing initiative of spark. After disabling edit and fape, everything went back to normal. I was using omega 7.x-3.1.
The edit project is aware of the bug, a fix is in the works, looks like the issue was resolved: http://drupal.org/node/1672248.