Author Topic: Blank Subject, Sender and Date.  (Read 14540 times)

Offline Jason

  • Newbie
  • *
  • Posts: 5
Blank Subject, Sender and Date.
« 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!

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: Blank Subject, Sender and Date.
« Reply #1 on: July 16, 2006, 08:01:27 AM »
What Browser are you using?

Offline Jason

  • Newbie
  • *
  • Posts: 5
Re: Blank Subject, Sender and Date.
« Reply #2 on: July 16, 2006, 08:42:24 AM »
I've tried both Internet Explorer and Firefox, both have the same problem.

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: Blank Subject, Sender and Date.
« Reply #3 on: July 20, 2006, 03:56:15 AM »
Maybe try a SVN Version?

Offline Jason

  • Newbie
  • *
  • Posts: 5
Re: Blank Subject, Sender and Date.
« Reply #4 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.

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: Blank Subject, Sender and Date.
« Reply #5 on: July 20, 2006, 02:18:28 PM »
did you updated your tables via mysql.update.sql when moving from release to svn ?
irc://irc.freenode.net:6667/#roundcube

Offline Jason

  • Newbie
  • *
  • Posts: 5
Re: Blank Subject, Sender and Date.
« Reply #6 on: July 20, 2006, 06:46:02 PM »
yes but i still recieve the error

Offline Jason

  • Newbie
  • *
  • Posts: 5
Re: Blank Subject, Sender and Date.
« Reply #7 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