This error popped up when accessing the 'admin/appearance/omega-tools/edit/%omega_tools_cache' page.
The error is on line 159 of the omega_tools.module file.
This is a simple fix that just requires preparing a varible. Patch is on its way.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | omega_tools-passed_by_reference-1844608-1.patch | 828 bytes | nlisgo |
Comments
Comment #1
nlisgo commentedHere is the patch.
Comment #2
ivanhelguera commentedHad the same problem in Drupal Commerce Kickstarter distro, which uses Omega without Omega Tools, which I install manually. Directly afterwards I was able to use it to control the look of , but when I switched to custom KC subtheme, and then back to editing the Omega subtheme I created, I got this error, and the advanced (zone/region etc) theme cofiguration options were gone.
Clearing the cache did resolve the problem, though. The code that the suggested patch modifies is still there in 3.0 RC4.
[EDIT] The problem reappeared, and this time i did use the patch. I did a bit of layout editing using the module, and everything seems to work OK - for now...
Comment #3
nlisgo commentedComment #4
Tinnka commentedThank you, it works for me
Comment #5
clcl commentedIt works for me too. Thanks!