首页 > 其他 > 详细

软件系统报错的解决方法 Warning: is_readable() [function.is-readable]: open_basedir restriction in effect

时间:2016-07-15 19:09:31      阅读:403      评论:0      收藏:0      [点我收藏+]

技术分享

 


Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/www/wdlinux/apache_php-5.2.17/lib/php/ZendX/Application/Resource/Frontcontroller.php) is not within the allowed path(s): (/www/web:/tmp) in/www/web/vtopnet_hz/library/Zend/Loader.php on line 198

Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/www/wdlinux/apache_php-5.2.17/lib/php/ZendX/Application/Resource/Layout.php) is not within the allowed path(s): (/www/web:/tmp) in/www/web/vtopnet_hz/library/Zend/Loader.php on line 198

Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/www/wdlinux/apache_php-5.2.17/lib/php/ZendX/Application/Resource/Db.php) is not within the allowed path(s): (/www/web:/tmp) in/www/web/vtopnet_hz/library/Zend/Loader.php on line 198

Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/www/wdlinux/apache_php-5.2.17/lib/php/ZendX/Application/Resource/View.php) is not within the allowed path(s): (/www/web:/tmp) in/www/web/vtopnet_hz/library/Zend/Loader.php on line 198

修改相关的路径:

 

php_admin_value open_basedir /www:/tmp

 

软件系统报错的解决方法 Warning: is_readable() [function.is-readable]: open_basedir restriction in effect

原文:http://www.cnblogs.com/hakeer/p/5674137.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!