Author Topic: Cannot load Email messages > blank screen  (Read 6213 times)

Offline harbar1232

  • Newbie
  • *
  • Posts: 1
Cannot load Email messages > blank screen
« on: July 31, 2008, 02:39:30 AM »
Most thinks work fine, Login, and sending/receiving mail both work fine. but when I click on the mail to view it I get a white screen with Firefox and an error 500 screen in IE.

this is the url of the white screen.
.../webmail/?_task=mail&_action=show&_uid=20&_mbox=INBOX
(insert domain at ...)

I am hoping to find a solution to this problem soon.

Thanks,
HarBar1232

EDIT: I found out I can view the email if I click forward, but I would still like to be able to access it normally.
« Last Edit: July 31, 2008, 02:44:45 AM by harbar1232 »

Offline taliz

  • Newbie
  • *
  • Posts: 1
Possibly missing php xml
« Reply #1 on: January 10, 2009, 08:33:36 PM »
I had the same problem, turns out my php was not compiled with xml.

In roundcube/logs/error I got this: [11-Jan-2009 02:11:47] PHP Fatal error:  Class 'DOMDocument' not found in /usr/share/roundcube/program/lib/washtml.php on line 235

So I did a yum install php-xml and messages started to load properly. :)