PHP 5.6警告:is_dir():open_basedir限制生效

时间:2017-08-08 11:37:02

标签: php ssl composer-php magento2

我在我的网站上使用SSL。 早些时候它工作正常,但现在它无法正常工作。 我遇到了问题。

Warning: is_dir(): open_basedir restriction in effect. 
File(/etc/pki/tls/certs) is not within the allowed path(s):
(/home:/tmp:/usr) in /home/xx/public_html/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php on line 914

任何解决方案?

1 个答案:

答案 0 :(得分:0)

它出现在错误消息中。 添加证书的路径 配置,或将证书移动到其中一个允许的路径。