Improved a little bit more the installation documentation.

This commit is contained in:
Loic d'Anterroches 2008-11-26 22:08:12 +01:00
parent 22fec9f732
commit c61b5c2cbe

View File

@ -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';