Page 1 of 1

[SOLVED] Activity Mod Error

PostPosted: Mon Jan 01, 2007 9:34 pm
Author: Dioncecht
When my users click submit in a game to submit thier score, They occassionally get the following error

[code]Could not delete oldest privmsgs text (inbox)  DEBUG MODE  SQL Error ]

But it seems to save it. Any ideas what might cause this?

Re: Activity Mod Error

PostPosted: Fri Jan 26, 2007 1:59 pm
Author: Southern Man
Could they be winning trophys from people who have full Inboxes, therefore the trophy lost message cannot be written?

Re: Activity Mod Error

PostPosted: Wed Feb 21, 2007 9:20 pm
Author: Ma®©uS
INSERT INTO phpbb_privmsgs (privmsgs_type, privmsgs_subject, privmsgs_from_userid, privmsgs_to_userid, privmsgs_date, privmsgs_ip, privmsgs_enable_html, privmsgs_enable_bbcode, privmsgs_enable_smilies) VALUES ( 1 , 'Trophy Lost!' , 1, VALUE MISSING HERE, 1167711939, '4429f47e' , 1, 1, 1)

PostPosted: Thu Feb 22, 2007 6:41 am
Author: Dioncecht
it looks like it was looking for the owner of a previous high score so it could tell thenm that they lost thier trophy, but since there was no previous high score, it didn't know what to do. I just went in, played them all at least once and after that it seemed to be fine. The error didn't crop up again.

Sorry.. forgot to mark this one as solved.. I'll do so now