Closed (fixed)
Project:
Storm
Version:
5.x-1.2
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2008 at 14:43 UTC
Updated:
31 Jul 2008 at 06:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
Roberto Gerola commentedThis is due to revisions. Fix in cvs now, thanks.
Comment #2
arpadkiss commentedThank you for your quick response.
I have downloaded the 5.x-1.2 version (now)
deleted all storm items (I have tried only organizations and people so I deleted them)
disabled the old module
deleted the old module
copy the new module
enabled all storm parts
edit attributes, no dublicated, CORRECT
make a new knowledge base, edit it, no dublicated, CORRECT!
make a new organization, edit it, no dublicated, CORRECT!
make a new task, edit it, no dublicated, CORRECT!
make a new ticket, edit it, no dublicated, CORRECT!
Fault1. make a new timeracker,
user warning: Unknown column 'ticket_nid' in 'field list' query: INSERT INTO stormtimetracking (vid, nid, organization_nid, organization_title, project_nid, project_title, task_nid, task_title, task_stepno, ticket_nid, ticket_title, trackingdate, timebegin, timeend, duration) VALUES (248, 167, 158, 'Atys-co Kft.', 163, 'project1', 0, '', '', 0, '', 1216076400, '00:00', '22:18', 22.3) in /var/www/www.arpadkiss.com/includes/database.mysql.inc on line 172.
I thing you fix it here: http://drupal.org/node/282786
fault2. open notes page:
user warning: Column 'status' in where clause is ambiguous query: SELECT DISTINCT(n.nid), n.title FROM node AS n INNER JOIN stormtask AS sta ON sta.nid=n.nid LEFT JOIN i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='hu' OR i18n.language ='' OR i18n.language IS NULL) AND ( status=1 AND type='stormtask' AND sta.project_nid=0 ) ORDER BY title in /var/www/www.arpadkiss.com/includes/database.mysql.inc on line 172.
It is my system fault or no?
Fault3. make a new people, edit it, duplicated it again. :-(
Comment #3
Roberto Gerola commentedFixed and released.
Update to version 1.3
Thanks.
Comment #4
arpadkiss commentedThank your quick fix again.
You correct fault3!
What do you think about fault1 and 2? Are they my system fault? (fault1 wasn't change, fault2 changed--> no error, no notes)
Comment #5
Roberto Gerola commentedfault1 is fixed : run update.php
fualt2 is fixed : check your filters and published status of your notes
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.