Roundcube Community Forum

 

i receive only blank messages with roundcube after update to v0.2-alpha

Started by rmc2000, June 17, 2008, 08:46:06 AM

Previous topic - Next topic

rmc2000

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


rosiste

I have the same problem. Errorlog contain warning about missing DOMDocument.php.

EnigmaPsi

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

rmc2000

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....

:/

dano

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.

EnigmaPsi

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.