[Mediawiki-l] Warning: Unknown: open_basedir restriction in effect. File

Ulisse Savi ulisavi at tin.it
Sun Jul 9 06:04:13 UTC 2006


Yes. I' have installed MediaWiki 1.7 with PHP 5.04. 
During installation i have not any error (all is O.K.) but, after i have moved LocalSettings.php in the parent directory i have the error :
http://encyclopedia.meta99.com/
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/pear/UtfNormalUtil.php) is not within the allowed path(s): (/home/httpd/vhosts/encyclopedia.meta99.com/httpdocs:/tmp) in /home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/includes/normal/UtfNormal.php on line 36

Warning: main(UtfNormalUtil.php) [function.main]: failed to open stream: Operation not permitted in /home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/includes/normal/UtfNormal.php on line 36

Fatal error: main() [function.require]: Failed opening required 'UtfNormalUtil.php' (include_path='/home/httpd/vhosts/encyclopedia.meta99.com/httpdocs:/home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/includes:/home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/languages:.:/usr/share/pear') in /home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/includes/normal/UtfNormal.php on line 36

........................

To remove the error i have put a file vhost.conf 

<Directory "/home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/">
php_admin_value safe_mode 0
php_admin_value open_basedir /
</Directory>


to disable Open Base Dir but the error continue :

http://encyclopedia.meta99.com/
Warning: Unknown: open_basedir restriction in effect. File(/home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/index.php) is not within the allowed path(s): (/) in Unknown on line 0

Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0

Warning: Unknown: Failed opening '/home/httpd/vhosts/encyclopedia.meta99.com/httpdocs/index.php' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0


More information about the MediaWiki-l mailing list