Release Support > 0.1 beta 2

New error during installation - Mimetype

(1/1)

next4ideas:
>>> Mimetype to file extension mapping:  NOT OK

i already set the path


--- Code: ---$config['mime_types'] = 'etc/mime.types';
--- End code ---

... 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.

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';
--- End quote ---

Navigation

[0] Message Index

Go to full version