Same problem here with Plesk hosting.
I edited conf/httpd.include to add the upload dir in this way:
But errors remain:
Any idea?
Seems like referenced dir ( File(/var) ) is causing trouble, but no such dir is needed for anything related in inc.Settings.php, is it?
I edited conf/httpd.include to add the upload dir in this way:
Code:
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/MYDOMAIN/httpdocs:/tmp:/var/www/vhosts/MYDOMAIN/httpdocs/mydms/content"
</IfModule>
But errors remain:
Code:
[Thu Jan 21 09:38:18 2010] [error] [client 87.219.213.168] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: open_basedir restriction in effect. File(/var) is not within the allowed path(s): (/var/www/vhosts/MYDOMAIN/httpdocs:/tmp:/var/www/vhosts/MYDOMAIN/httpdocs/mydms/content) in /var/www/vhosts/MYDOMAIN/httpdocs/mydms/inc/inc.FileUtils.php on line 61, referer: http://MYDOMAIN/mydms/out/out.AddDocument.php?folderid=3
Any idea?
Seems like referenced dir ( File(/var) ) is causing trouble, but no such dir is needed for anything related in inc.Settings.php, is it?