I am running a script and i am getting the following error:
WARNING: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/share/php/Am/View/Helper/HeadScript.php) is not within the allowed path(s): (/home/1205915141/members-net/:/tmp:/usr/share/pear/) in line 198 of file /home/1205915141/members-net/public_html/library/Zend/Loader.php
I asked my host to remove the restriction but they said they wont because of security reasons. So resolved to do it my self by overriding the php.ini with an htaccess like this:
php_value open_basedir /usr/share/php/
but it wont work. Im not sure what is exactly the problem, whether the syntax or the path. Could you please give me a hand?
Thank you.