mime types

Status
Niet open voor verdere reacties.

mariannevanh

Terugkerende gebruiker
Lid geworden
14 dec 2004
Berichten
2.134
Allereerst mijn excuus, ik weet niet goed in welk subforum ik de vraag mag plaatsen.

Ik probeer de webmailapplicatie Roundcube (versie 1.10) op mijn eigen server te plaatsen, maar loop tegen een probleem aan dat ik niet opgelost krijg.
In de installatiestappen zie ik op een gegeven moment:

Test filetype detection

Fileinfo/mime_content_type configuration: OK
Mimetype to file extension mapping: NOT OK
Please set a valid path to your webserver's mime.types file to the mime_types config option.
If you can't find such a file, download it from svn.apache.org.

Ik heb deze file gedownload en geplaatst in de map van mijn Roundcube-installatie, zie afbeelding.
In config/config.inc.php in de directory config heb ik onderstaande code toegevoegd (er stond nog niet iets dergelijks in):

Code:
// Absolute path to a local mime.types mapping table file.
// This is used to derive mime-types from the filename extension or vice versa.
// Such a file is usually part of the apache webserver. If you don't find a file named mime.types on your system,
// download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
$config['mime_types'] = null;

Daarna heb ik de 3e stap uit het installatie-script ...../installer/index.php?_step=3 herhaald, maar de foutmelding blijft.

Wie kan mij helpen?
 
Mijn websitehost is Versio. Mijn FTP-programma (Total Commander) laat zien als map:
Code:
0:/domains/domeinnaam.nl/public_html/xxxxx/config/
(xxxxx = de naam van de directory waarin roundcube is geïnstalleerd.
Wat is nu het absolute pad?
"0:" is een aanduiding van Total Commander.
 
Code:
/domains/domeinnaam.nl/public_html/xxxxx/config/
is het absolute pad. Dan krijg je dus:
Code:
$config['mime_types'] = "/domains/domeinnaam.nl/public_html/xxxxx/mime.types";
want het mime.types bestand staat niet in de config folder, maar één folder erboven.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan