Hello,
This morning, I'm trying to access my webmail and surprise after connexion .... I have plenty off this error :
DB Error in /home/cista/www/webmail/program/include/rcube_db.inc (283): DB Error: constraint violation Query: INSERT INTO messages (user_id, del, cache_key, idx, uid, subject, from
, to
, cc, date, size, headers) VALUES ('2', 0, 'INBOX.msg', '875', '2740', '', NULL, 'ml@cista.be', '', FROM_UNIXTIME(1134846156), '1378', 'O:14:"iilbasicheader":23:{s:2:"id";s:3:"875";s:3:"uid";s:4:"2740";s:7:"subject";s:0:"";s:4:"from";N;s:2:"to";s:11:"ml@cista.be";s:2:"cc";s:0:"";s:7:"replyto";s:0:"";s:11:"in_reply_to";s:0:"";s:4:"date";N;s:9:"messageID";s:7:"mid:875";s:4:"size";s:4:"1378";s:8:"encoding";s:0:"";s:5:"ctype";s:0:"";s:5:"flags";s:0:"";s:9:"timestamp";d:1134846156;s:1:"f";N;s:4:"seen";b:0;s:7:"deleted";b:0;s:6:"recent";b:0;s:8:"answered";b:0;s:4:"junk";N;s:12:"internaldate";s:20:"17-Dec-2005 21:02:36";s:8:"is_reply";N;}') [nativecode=1048 ** Column 'from' cannot be null]
javascript:handleSend();
Envoyer
Thanks,
This should be corrected with the very latest CVS version. All Headers will be converted to strings before passing to the database.
Regards, Thomas
Christian Ista wrote:
Hello,
This morning, I'm trying to access my webmail and surprise after connexion .... I have plenty off this error :
DB Error in /home/cista/www/webmail/program/include/rcube_db.inc (283): DB Error: constraint violation Query: INSERT INTO messages (user_id, del, cache_key, idx, uid, subject,
from
,to
, cc, date, size, headers) VALUES ('2', 0, 'INBOX.msg', '875', '2740', '', NULL, 'ml@cista.be', '', FROM_UNIXTIME(1134846156), '1378', 'O:14:"iilbasicheader":23:{s:2:"id";s:3:"875";s:3:"uid";s:4:"2740";s:7:"subject";s:0:"";s:4:"from";N;s:2:"to";s:11:"ml@cista.be";s:2:"cc";s:0:"";s:7:"replyto";s:0:"";s:11:"in_reply_to";s:0:"";s:4:"date";N;s:9:"messageID";s:7:"mid:875";s:4:"size";s:4:"1378";s:8:"encoding";s:0:"";s:5:"ctype";s:0:"";s:5:"flags";s:0:"";s:9:"timestamp";d:1134846156;s:1:"f";N;s:4:"seen";b:0;s:7:"deleted";b:0;s:6:"recent";b:0;s:8:"answered";b:0;s:4:"junk";N;s:12:"internaldate";s:20:"17-Dec-2005 21:02:36";s:8:"is_reply";N;}') [nativecode=1048 ** Column 'from' cannot be null] javascript:handleSend(); Envoyer Thanks,