Menu

#28 failed_queries contains errors / Tabel event_modifications

open
nobody
None
5
2004-07-16
2004-07-16
Anonymous
No

Some logrecords are not stored in the table
event_modifications.

See the file failed_queries in the LOG directory.

Typical failure:
INSERT INTO event_modifications
(eid,modified,changes,userid) VALUES
('1','1089364208',NULL,'5');

The value Changes is here NULL
but if you look into the table event_modifications you
notice that NULL is not accepted as valid value.

Solution:
Change the
MySQL table event_modifications
Field Changes
to accept NULL

(or does somenone wants to chenge the code to not
write NULL to this file)

regards l.roovers@hccnet.nl

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.