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.

CommentFileSizeAuthor
1.jpg38.8 KBchanse

Comments

fubhy’s picture

Did you update using /update.php on your site?!

himerus’s picture

It 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)

chanse’s picture

I 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.

chanse’s picture

tnx, after cache cleaning a Delta reaction appeared

fubhy’s picture

Yes 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

fubhy’s picture

Oh .. And yes: You need to clear the cache because the Context reaction is now different!

fubhy’s picture

@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!"

fubhy’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

timtunbridge’s picture

This fixed it for me too. I was not upgrading but just doing a fresh install. Clearing cache made the Delta reaction option appear.

tchab2’s picture

Issue summary: View changes

Clear cache fixed automatically my bug on selection.

Many thanks for this post :)