I am testing:
Omega HTML5 Starterkit 7.x-3.0-alpha1
Delta 7.x-3.0-beta1
Context 7.x-3.0-beta1
The first time I clicked on Delta tab in a theme settigs page I have recieved a message
"Warning: Call-time pass-by-reference has been deprecated in C:\Users\Oleg\Sites\acquia-drupal\sites\all\modules\delta\delta_ui\delta_ui.admin.inc on line 157
Warning: Call-time pass-by-reference has been deprecated in C:\Users\Oleg\Sites\acquia-drupal\sites\all\modules\delta\delta_ui\delta_ui.admin.inc on line 176"
Then I tried to make a context for my new custom layout and noticed that Delta reaction has disappeared from context reactions. Maybe this is not a Delta module problem, but I think you should know about it.
Comments
Comment #1
fubhy commentedDid you update using /update.php on your site?!
Comment #2
himerus commentedIt is a cache issue. Clearing cache should work to get contexts to show delta reactions.
On the first error, we need to look into that one, fubhy... I've hit it a few times, then it goes away. (on a clean install/reinstall)
Comment #3
chanse commentedI have made a new test website and install only ctools, admin, context, delta modules and Omega, Tao, Rubik themes. Then I tried to make a context, but Delta reaction has disappeared. I ran update.php script but this issue is still there.
Comment #4
chanse commentedtnx, after cache cleaning a Delta reaction appeared
Comment #5
fubhy commentedYes its a real error.. I accidently copy&pasted the pass-by reference into the code. Its just a warning and doesn't stop the code from working (at least not if not run in STRICT). I already patched that. It can be downloaded here: https://github.com/ThemeGeeks/Delta
Comment #6
fubhy commentedOh .. And yes: You need to clear the cache because the Context reaction is now different!
Comment #7
fubhy commented@himerus: Would you be so kind to add this fact to the project page?
"Remember to clear your cache after updating from 2.x to 3.x!"
Comment #8
fubhy commentedComment #10
timtunbridge commentedThis fixed it for me too. I was not upgrading but just doing a fresh install. Clearing cache made the Delta reaction option appear.
Comment #11
tchab2 commentedClear cache fixed automatically my bug on selection.
Many thanks for this post :)