From c61b5c2cbe68945aff4464a5ea0fe118dca90861 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Wed, 26 Nov 2008 22:08:12 +0100 Subject: [PATCH] Improved a little bit more the installation documentation. --- INSTALL.mdtext | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALL.mdtext b/INSTALL.mdtext index 368916a..74e88e9 100644 --- a/INSTALL.mdtext +++ b/INSTALL.mdtext @@ -114,3 +114,16 @@ If you get the error: you need to compile PHP with the "tokenizer" flag. +## For People with open_basedir restriction error + +If you get an error like: + + file_get_contents(): open_basedir restriction in effect. + File(/etc/mime.types) is not within the + allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/) + +Just copy the file `/etc/mime.types` into the folder `/home` and put +this in your configuration file: + + $cfg['idf_mimetypes_db'] = '/home/mime.types'; +