Roundcube Community Forum

 

New error during installation - Mimetype

Started by next4ideas, February 17, 2014, 01:43:50 PM

Previous topic - Next topic

next4ideas

>>> Mimetype to file extension mapping:  NOT OK

i already set the path

$config['mime_types'] = 'etc/mime.types';

... still get this alert

SKaero

Are you sure you didn't mean /etc/mime.types? Also make sure your web server can access the file.

ABerglund

I could never get /etc/mime.types to work on my CentOS server. The file was there, and permissions were fine, but Apache couldn't see it. I ended up putting a copy inside the RC directory, and declaring the full absolute path - /opt/roundcubemail/mime.types in my case.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

next4ideas

still getting error

i'v tryed with those:

Quote$config['mime_types'] = 'usr/share/psa-roundcube/mime.types';
$config['mime_types'] = '/usr/share/psa-roundcube/mime.types';