From: "Ken Marcus - Precision Web Hosting, Inc."
>
> You could add the directory location without the .zip on the end, from
> the error message to your list of allowed urls.
>
I'm still getting the same error even with the added path you described
PHP Warning: move_uploaded_file() [<a
href='function.move-uploaded-file'>function.move-uploaded-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/web/tmp:/home/sites/www.domain.com:/home/tmp:/tmp:/usr/bin/pear:/usr/share/pear)
in /home/.sites/16/site186/web/libraries/joomla/filesystem/file.php on line
344, referer: http://www.domain.com/administrator/index.php
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/web/tmp:/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
As Joomla, Wordpress and other CMS, are dynamic with regards to the
folders - is there a way to make a wildcard path, with a * ?
I have tried different wildcards at the end, but can't seem to get it to
work.
----
Thomas