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.
Any ideas? Since the RHEL box is our production server, I would prefer to get that instance working properly.
-- Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
List info: http://lists.roundcube.net/users/
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: --
And compare the output from your servers.
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.
On 22/07/2010 5:48 PM, Arne Berglund wrote:
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.
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/
On Thu, 22 Jul 2010 20:58:13 -0400, Mark Little marklittle@koallo.com wrote:
On 22/07/2010 5:48 PM, Arne Berglund wrote:
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.
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
Mark et al,
I finally got back around to looking at this. There appears to be two differences of note. And Mark, you appear to have me on the right track, as both are GD-related. The install that does not work is missing both of these two entries in the configure string:
with-xpm-dir=/usr with-t1lib=/usr
Problm is that this install was built from RPMs from a non-RHEL repo, and I'm struggling a bit to see if I have what I need to simply re-config and re-make, or if additional modules are needed.
I'll report back if I make any progress on this. Thanks to all for the help so far.
Arne
List info: http://lists.roundcube.net/users/