Bugs do not exists in PHPBugTracker

| | Comments (0) | TrackBacks (0)

A problem&solution for my own record.

Two bugs disappeared in PHPBugTracker and the reason was that the status_id field was set to a value that did no longer exist. The following sql solved it the problem but the bug is still there.

update phpbt_bug set status_id='8' where bug_id =31;
update phpbt_bug set status_id='8' where bug_id =32;
select * from phpbt_bug where bug_id='31' or bug_id='32';

[Written while listening to: En till som jag]

0 TrackBacks

Listed below are links to blogs that reference this entry: Bugs do not exists in PHPBugTracker.

TrackBack URL for this entry:

Leave a comment

Monthly Archives

Pages

Powered by Movable Type 4.34-en

About this Entry

This page contains a single entry by Peter Parnes published on augusti 28, 2003 10:37 FM.

Service is at its best when it is not seen, right? was the previous entry in this blog.

My week is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.