Roundcube Community Forum

 

Blank Subject, Sender and Date.

Started by Jason, July 15, 2006, 04:52:02 PM

Previous topic - Next topic

Jason

I can login to RoundCube sucessfully and it looks great, but the subject, sender, and date are all blank, the message size is listed. I can not view any of my messages... Is there a way to fix this... I use PHP4 on IIS6.0, MySQL database and WorkgroupMail IMAP Server. THANK YOU!


Jason

I've tried both Internet Explorer and Firefox, both have the same problem.


Jason

I tryed the svn version... i get this error DB Error in C:\Inetpub\roundcube2\program\include\rcube_db.inc (478): DB Error: syntax error Query: INSERT INTO messages (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers) VALUES ('2', 0, 'INBOX.msg', now(), NULL, '1277', '', '', '', '', FROM_UNIXTIME(), 2011, 'O:8:\"stdClass\":8:{s:3:\"uid\";s:4:\"1277\";s:4:\"size\";s:4:\"2011\";s:4:\"seen\";b:0;s:6:\"recent\";b:0;s:7:\"deleted\";b:0;s:8:\"answered\";b:0;s:5:\"flags\";s:0:\"\";s:12:\"internaldate\";s:20:\"19-Jul-2006 08:44:41\";}') [nativecode=1064 ** You have an error in your SQL syntax; check the manual that c
I think this is the reason the fields come up blank, looking at the database the messages are never written in, but the users and cache are.

yllar

did you updated your tables via mysql.update.sql when moving from release to svn ?

Jason


Jason

i sloved the problem... it was my IMAP server WorkgroupMail... I changed over to hMailServer and all is good...Thanks