----- Original Message -----
From: "Ken Marcus - Precision Web Hosting, Inc."
> You might try setting the php_admin_value open_basedir for each of your
> sites
>
> E.g.
> php_admin_value open_basedir
> /var/lib/php/session:/home/.sites/$preview:/home/sites/$filename:/home/tmp:/
> tmp:/usr/bin/pear:/usr/share/pear
>
>> print FIL2 "php_admin_value open_basedir
>> /var/lib/php/session:/home/.sites/$preview:/home/sites/$filename:/home/tmp:/
>> tmp:/usr/bin/pear:/usr/share/pear\n";
I am getting this error after the change:
[Thu Aug 07 16:35:37 2008] [error] [client ] PHP Warning: is_file() [<a
href='function.is-file'>function.is-file</a>]: open_basedir restriction in
effect. File(/home/sites/www.domain.com/web/tmp/com_jce_150_rc4.zip) is not
within the allowed path(s):
(/var/lib/php/session:/home/.sites/16/site186/:/home/sites/www.domain.com/:/home/tmp:/tmp:/usr/bin/pear:/usr/share/pear)
in /home/.sites/16/site186/web/libraries/joomla/filesystem/archive/zip.php
on line 127, referer: http://www.domain.com/administrator/index.php
please help