On Fri, 23 Jul 2010 01:44:05 +0400, "Dennis P. Nikolaenko" dennis@nikolaenko.ru wrote:
On 20.07.2010 20:20, Arne Berglund wrote:
Greetings, all.
I actually don't think this is strictly a Roundcube issue, but I'm hoping someone may be able to shed some light on it.
I have two identical SVN r3788 instances, one will display messages with embedded HTML (no separate HTML attachment), but the other will not. In the one that fails, the source shows all images, P tags, Table tags, etc. are loaded, but no message text.
The only differences between these two instances are the servers running them. The one that works is a Fedora Core 10 virtual machine, Apache with PHP 5.2.9. The one that fails is RHEL5-5 running PHP 5.2.13. The php.ini are essentially identical, and all of the same PHP modules appear to be installed on both systems.
Hi, Arne.
Try to create a minimal phpinfo.php:
<?php phpinfo();
And compare the output from your servers.
Did that. There are minor differences, but nothing that jumps out at me as being related. I was hoping someone may have already seen this and could recommend a shortcut. If not, I'll have to try to slog through the PHP differences bit-by-bit. Since the box having the problem is actually the newer PHP version, I'm leaning towards something being missing, not mis-configured or buggy.