Hello.

I have been using Storm and the Dynamic Dashboard for Storm modules for several months now.

I just upgraded my Storm installation to the latest development version ( 6.x-2.x-dev (2011-02-25)), in order to try using the Storm Contrib module.

I am now getting the following error on all pages:

user warning: Unknown column 'ste.members' in 'field list' query: SELECT n.nid, n.title, ste.members FROM node n INNER JOIN stormteam ste ON n.vid = ste.vid WHERE ('storm_access'='storm_access') AND ( n.type = 'stormteam' ) ORDER BY n.title ASC in /srv/www/htdocs/sites/all/modules/storm_dashboard/storm_dashboard.module on line 1525.

I believe I am using the latest development version of Dynamic Dashboard for Storm: 6.x-1.x-dev (2011-02-25)

It looks like a similar problem was fixed in the main Storm code a few weeks ago - see this issue for details: #1071738: Unknown column 'ste.members' in 'field list'

If you need further information from me on this issue, please let me know. Thanks.

Pete

Comments

jurgenhaas’s picture

Looks like the data structure of Storm is about to change in the 2.x branch which would require a separate branch for Storm_Dashboard too. Trouble being that we can't currently afford to maintain a new branch of this module and I would like to invite anyone who either wants to jump in as a co-maintainer or even take over this module completely.

kfritsche’s picture

There will be a Storm Dashboard 2.x, which will work with Storm 2.x, but because of the changes of Storm, not for Storm 1.x :)
But first i want to check the other issues here, so that i do not have to fix these bugs for two branches.
But my timetable is overpacked right now, so it may take some weeks and Storm 2.x has a higher priority right now.

kfritsche’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Active » Fixed

I created a new Version 6.x-2.x.

Only change right now is, that it fixes this error for storm 2.x and is so compatible to storm 2.x and not to storm 1.x!

Should be available soon here: http://drupal.org/node/1376296

Status: Fixed » Closed (fixed)
Issue tags: -storm, -dashboard

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