Menu

#32 Completed on and filter bug

open
nobody
None
5
2005-09-21
2005-09-21
No

Completed on:
When I set status to fixed it automaticly sets current
date, which is nice, but its in the wrong format for me so
it reports that its an error. It fills it with a date like
05/04/2005 but when submitting the form it says it
needs to be in yy-mm-dd format.

When clicking on modify button for filters and then save
& go:
bugtracking/viewbugs.php
I get errors.
Could be that its a missing column only?
Here's the error message:
select settingID, setValue from pb_settings where
setType='page' and setMain = 'viewbugs' and
setMajor='2' and setminor='last'

select settingID, setValue from pb_settings where
setType='page' and setMain = 'viewbugs' and
setMajor='2' and setminor='last'

INSERT INTO pb_settings (setType, setMain, setMajor,
setMinor, setValue) VALUES
('page', 'viewbugs', '2', 'last', 'a:14:
{s:7:\"columns\";N;s:6:\"sortBy\";s:13:\"pb_bugs.sevID\";
s:7:\"sortDir\";s:3:\"asc\";s:5:\"batch\";b:0;s:13:\"pb_bug
s.appID\";s:0:\"\";s:14:\"pb_bugs.typeID\";s:0:\"\";s:13:\"
pb_bugs.sevID\";s:0:\"\";s:13:\"pb_bugs.modID\";s:0:\"\";
s:16:\"pb_bugs.openedBy\";s:0:\"\";s:17:\"pb_bugs.versi
onID\";s:0:\"\";s:13:\"pb_bugs.assTo\";s:0:\"\";s:17:\"pb_
bugs.targetVer\";s:0:\"\";s:16:\"pb_bugs.statusID\";s:0:\"
\";s:17:\"pb_bugs.foundInID\";s:0:\"\";}')

122: Unknown column 'setType' in 'field list' -- INSERT
INTO pb_settings (setType, setMain, setMajor,
setMinor, setValue) VALUES
('page', 'viewbugs', '2', 'last', 'a:14:
{s:7:\"columns\";N;s:6:\"sortBy\";s:13:\"pb_bugs.sevID\";
s:7:\"sortDir\";s:3:\"asc\";s:5:\"batch\";b:0;s:13:\"pb_bug
s.appID\";s:0:\"\";s:14:\"pb_bugs.typeID\";s:0:\"\";s:13:\"
pb_bugs.sevID\";s:0:\"\";s:13:\"pb_bugs.modID\";s:0:\"\";
s:16:\"pb_bugs.openedBy\";s:0:\"\";s:17:\"pb_bugs.versi
onID\";s:0:\"\";s:13:\"pb_bugs.assTo\";s:0:\"\";s:17:\"pb_
bugs.targetVer\";s:0:\"\";s:16:\"pb_bugs.statusID\";s:0:\"
\";s:17:\"pb_bugs.foundInID\";s:0:\"\";}')

Discussion


Log in to post a comment.