Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rmc2000 on June 17, 2008, 08:46:06 AM

Title: i receive only blank messages with roundcube after update to v0.2-alpha
Post by: rmc2000 on June 17, 2008, 08:46:06 AM
Hi, after that i update for v0.2-alpha any emails that i receive it's ok, but when i click to see the message, any text is showing in my screen, i receive only blank messages, and if i configure my email account on outlook (example) the text (content) of message are show 100% ok...

Any idea and suggestion to how i can fix it?

Thanks
Title: i receive only blank messages with roundcube after update to v0.2-alpha
Post by: rmc2000 on June 18, 2008, 12:35:58 PM
someone can helpme?
Title: i receive only blank messages with roundcube after update to v0.2-alpha
Post by: rosiste on June 18, 2008, 03:13:03 PM
I have the same problem. Errorlog contain warning about missing DOMDocument.php.
Title: i receive only blank messages with roundcube after update to v0.2-alpha
Post by: EnigmaPsi on June 18, 2008, 05:01:18 PM
You don't have PHP DOM installed. This can be done either at php compile time or after, depending on wich distro you're using.

For centos5, you shoud do:

yum install php-xml

For CentOS 4, if you installed php from centosplus repo (that's php-5.1.6), you should do:

yum install php-xml --enablerepo=centosplus

For other distros or for windows, I've no idea. Hope this helps. Just keep in mind to install php-xml or php-domxml, depending on your distro.

Best regards from Romania
Title: i receive only blank messages with roundcube after update to v0.2-alpha
Post by: rmc2000 on June 20, 2008, 02:47:49 PM
But my roundcube is on WINDOWS server, and and PHP on windows not have php-xml i try active extension=php_domxml.dll but continue not working!

And message are showing blank for some emails....

:/
Title: i receive only blank messages with roundcube after update to v0.2-alpha
Post by: dano on June 20, 2008, 03:57:16 PM
Do you have the cache enabled and are the messages that are showing blank ones you previously deleted?  I have seen where even though a message was deleted it was still in the cache and showed in my inbox but the message was blank.
Title: i receive only blank messages with roundcube after update to v0.2-alpha
Post by: EnigmaPsi on June 21, 2008, 05:52:08 PM
It should work on windows too.

You need to restart the apache server after you enabled that extension.

I recommed you to re-install roundcube 0.2 with the included installer and solve everything marked in red at the first step of the installation.