Author Topic: New error during installation - Mimetype  (Read 31427 times)

Offline next4ideas

  • Jr. Member
  • **
  • Posts: 47
New error during installation - Mimetype
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: New error during installation - Mimetype
« Reply #1 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.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: New error during installation - Mimetype
« Reply #2 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.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline next4ideas

  • Jr. Member
  • **
  • Posts: 47
Re: New error during installation - Mimetype
« Reply #3 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';