Roundcube Community Forum

Release Support => Older Versions => 0.1 beta 2 => Topic started by: next4ideas on February 17, 2014, 01:43:50 PM

Title: New error during installation - Mimetype
Post by: next4ideas on February 17, 2014, 01:43:50 PM
>>> Mimetype to file extension mapping:  NOT OK

i already set the path

Code: [Select]
$config['mime_types'] = 'etc/mime.types';
... still get this alert
Title: Re: New error during installation - Mimetype
Post by: SKaero on February 17, 2014, 02:14:48 PM
Are you sure you didn't mean /etc/mime.types? Also make sure your web server can access the file.
Title: Re: New error during installation - Mimetype
Post by: ABerglund on February 17, 2014, 03:26:55 PM
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.
Title: Re: New error during installation - Mimetype
Post by: next4ideas on May 14, 2014, 11:58:32 AM
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';