Author Topic: i receive only blank messages with roundcube after update to v0.2-alpha  (Read 3842 times)

Offline rmc2000

  • Jr. Member
  • **
  • Posts: 40
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

Offline rmc2000

  • Jr. Member
  • **
  • Posts: 40
i receive only blank messages with roundcube after update to v0.2-alpha
« Reply #1 on: June 18, 2008, 12:35:58 PM »
someone can helpme?

Offline rosiste

  • Newbie
  • *
  • Posts: 2
i receive only blank messages with roundcube after update to v0.2-alpha
« Reply #2 on: June 18, 2008, 03:13:03 PM »
I have the same problem. Errorlog contain warning about missing DOMDocument.php.

Offline EnigmaPsi

  • Newbie
  • *
  • Posts: 2
i receive only blank messages with roundcube after update to v0.2-alpha
« Reply #3 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:

Code: [Select]
yum install php-xml

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

Code: [Select]
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

Offline rmc2000

  • Jr. Member
  • **
  • Posts: 40
i receive only blank messages with roundcube after update to v0.2-alpha
« Reply #4 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....

:/

Offline dano

  • Full Member
  • ***
  • Posts: 124
i receive only blank messages with roundcube after update to v0.2-alpha
« Reply #5 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.

Offline EnigmaPsi

  • Newbie
  • *
  • Posts: 2
i receive only blank messages with roundcube after update to v0.2-alpha
« Reply #6 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.