2017-08-25 39 views
0

我尝试滑翔标志图像与谊2滑翔extendsionYii2 Glide Sign image错误:tempnam():open_basedir限制生效。文件(/ tmp目录)是不是在允许的路径(S)内:

那我的网址:Url demo

所以有错误:

tempnam(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/admin/web/cenleasing.vn/public_html:/home/admin/tmp) 

那么我该如何解决它

+0

我在这里看到的样品问题,所以我不知道确切的解决方案https://stackoverflow.com/questions/1846882/open-basedir-restriction-in-effect-file-is-within-the-the-the-paths- – dungphanxuan

回答

0

解决方案与vestacp。

要编辑的文件是:

/home/admin/conf/web/httpd.conf 

我不得不发表评论:

php_admin_value open_basedir /home/admin/web/xxx.com/public_html:/home/admin/tmp 
相关问题