我正在运行 PHP 5.2.6,并设置了 open_basedir。现在我收到以下消息,表示某个路径不在允许的目录列表中,但它在列表中:
"is_dir() [function.is-dir]: open_basedir restriction in effect.
File(/srv/www/www.example.com/httpdocs/pdf_files) is not within
the allowed path(s):
(/srv/www/services.example.com:/tmp:/srv/www/www.example.com/httpdocs/pdf_files:/usr/share/phpmyadmin/:/etc/phpmyadmin/)"
这里有什么问题?
答案1
问题是该路径不存在。