Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: Jason on July 15, 2006, 04:52:02 PM

Title: Blank Subject, Sender and Date.
Post by: Jason on July 15, 2006, 04:52:02 PM
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!
Title: Re: Blank Subject, Sender and Date.
Post by: flosoft on July 16, 2006, 08:01:27 AM
What Browser are you using?
Title: Re: Blank Subject, Sender and Date.
Post by: Jason on July 16, 2006, 08:42:24 AM
I've tried both Internet Explorer and Firefox, both have the same problem.
Title: Re: Blank Subject, Sender and Date.
Post by: flosoft on July 20, 2006, 03:56:15 AM
Maybe try a SVN Version?
Title: Re: Blank Subject, Sender and Date.
Post by: Jason on July 20, 2006, 01:34:42 PM
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.
Title: Re: Blank Subject, Sender and Date.
Post by: yllar on July 20, 2006, 02:18:28 PM
did you updated your tables via mysql.update.sql when moving from release to svn ?
Title: Re: Blank Subject, Sender and Date.
Post by: Jason on July 20, 2006, 06:46:02 PM
yes but i still recieve the error
Title: Re: Blank Subject, Sender and Date.
Post by: Jason on July 21, 2006, 01:35:45 AM
i sloved the problem... it was my IMAP server WorkgroupMail... I changed over to hMailServer and all is good...Thanks