Further investigation showed that the caching of the browser was complicating things - this was one reason why there were no new entries in the error_log or access_log files.
After restarting the browser, I found the following message in the apache error_log file:
Code:
[Tue Sep 04 09:58:51 2007] [error] [client 192.168.1.120] PHP Fatal error: Call to undefined function mb_encode_mimeheader() in /var/www/html/crm/download.php on line 69, referer: http://192.168.1.91/crm/index.php?module=Emails&action=DetailView&record=c4004a00-d730-cf81-5a52-46d580b29a56
This provided the hint that I needed.
The solution was then to install the php-mbstring RPM.
Attachments are now being shown. Problem solved.
Bookmarks