Closed (fixed)
Project:
Storm
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 08:01 UTC
Updated:
31 Jul 2008 at 04:47 UTC
When I try to create a timetracking on any task/ticket, i get the following error:
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 (7, 7, 1, 'Tinderbox', 2, 'PABA', 5, 'task_1', '', 0, '', 1216108200, '07:50', '07:52', 0.02) in /var/www/ocdevel/includes/database.mysql.inc on line 172.
I've played with all the field values and time formats, but nothing. In the end, the timetracking isn't created.
Comments
Comment #1
Roberto Gerola commentedFixed and committed, thanks.
In meantime, if you want to fix it on your installation, create a new page with PHP filter and insert this code :
and save the page.
Delete the page.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.