php

I got a strange error message:

file_get_contents(): open_basedir restriction in effect. File(/path/to/file) is not within the allowed path(s): (/Library/WebServer:/var/tmp:/path/to)

As seen, the path to the file has been added in the allowed paths, why does open_basedir restriction remain in effect?


You'd need to check permissions of /path and /path/to. Somehow it didn't show You don't have permission to access but this open_basedir restriction in effect message.

链接地址: http://www.djcxy.com/p/69266.html

上一篇: basedir限制有效。 文件(/)不在允许的路径中:

下一篇: PHP