Problems&Solutions: augusti 2003 Archives

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]
| | Comments (0) | TrackBacks (0)
 

Personal Problem&Solution for my own notes only.

Today my PC audio on Blipp got distorted and mic-in vanished. Many BSODs and much testing showed turned out that the driver for the USB pccard reader is not very correct. Uninstalling the driver and drive solved the problem. It was the violet LexarMedia reader with dual drives. The drive itself worked with the driver.

[Written while listening to: madonna - american life - 02 - hollywood - - ]
| | Comments (0) | TrackBacks (0)
 

Monthly Archives

Pages

Powered by Movable Type 4.34-en

About this Archive

This page is a archive of entries in the Problems&Solutions category from augusti 2003.

Problems&Solutions: september 2003 is the next archive.

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