On 22/07/2010 5:48 PM, Arne Berglund wrote: > On Fri, 23 Jul 2010 01:44:05 +0400, "Dennis P. Nikolaenko" > <[email protected]> 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. >
I'd look at which modules are different first - that should be a quick compare. You can install all the missing ones and test - if it doesn't resolve the problem you can just disable them and keep investigating. I'd be looking at something like gd2 being missing. Cheers, Mark _______________________________________________ List info: http://lists.roundcube.net/users/
