Re: [RCU] Not seeing JPG attachments

2011-12-26 Thread Jess Collicott
Well, I created a new Roundcube 0.7 installation, and am still having the same issues. I even tried sending an e-mail from Roundcube with an image to itself, and Roundcube couldn't display it. I'm not sure what changed. I did a search in the mime.types file, and found an entry for jpeg, but no

Re: [RCU] Not seeing JPG attachments

2011-12-26 Thread Jess Collicott
I'm hunting around the php.ini file, which was updated 12/3, with the upgrade to PHP 5.3.8. Are these functions needed by Roundcube? ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = Off ; Whether to allow include/require to open URLs (like http:// or

Re: [RCU] Not seeing JPG attachments

2011-12-26 Thread Jess Collicott
Ahhh... I found something in the new install's error log that look's useful: [26-Dec-2011 18:52:00] PHP Warning: finfo_open() [function.finfo-open]: Failed to load magic database at '/usr/share/file/magic'. in /var/www/rcm/program/include/rcube_shared.inc on line 419 Does this trip anything f

Re: [RCU] Not seeing JPG attachments

2011-12-26 Thread Claudio Kuenzler
Do you use open_basedir? If yes, you need to add some directories to the path. Here my vhost config: ServerName myroundcube.example.com DocumentRoot /var/www/roundcube CustomLog /var/log/apache2/roundcube_access_log common php_admin_value open_basedir "/var/www/rou