Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.10.1
-
Fix Version/s: 1.10.4
-
Component/s: Zend_Loader
-
Labels:None
Description
I just changed from version 1.10.0 to version 1.10.1, and encountered Warnings i never saw before.
I use WampServer 2.0 for windows and did not change anything in my configuration files, just changed ZF libraries.
Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(G:/phpapplications/lib/ZendFramework-1.10.1/library/G:/phpapplications/myapp/views\helpers/Partial.php) is not within the allowed path(s): (G:/phpapplications) in G:\phpapplications\lib\ZendFramework-1.10.1\library\Zend\Loader.php on line 190
It seems like every call to methods headTitle(), headLink(), headMeta(), headScript(), partial() on a Zend_View instance generates theses Warnings...
Could it be a bug ?
Issue Links
| This issue duplicates: | ||||
| ZF-9263 | Auto-loading stopped working as before in 1.10.1 |
|
|
|
I have the same problem, I upgraded from 1.10 to 1.10.1. I just replaced the library/Zend folder and get many error like this:
function.is-readable]: open_basedir restriction in effect. File(/usr/share/php/My/Helper/BaseUrl.php) is not within the allowed path(s): (/var/www/clients/client4/web39) in /var/www/clients/client4/web39/gui/library/Zend/Loader.php on line 190
Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/share/pear/My/Helper/BaseUrl.php) is not within the allowed path(s): (/var/www/clients/client4/web39) in /var/www/clients/client4/web39/gui/library/Zend/Loader.php on line 190
I use custom view helper and decorator which worked fine in 1.10.
I can't find any place where I add '/usr/share/php' to my path.