我在Media Temple DV上安装了Laravel的问题:
tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (/var/www/vhosts/mywebsite.com/:/tmp/)
这是给出此问题的代码:
if (empty($this->cookie_file)) {
$this->cookie_file = tempnam("", "phrets");
}
我认为这可能是一种权限,但我真的不太确定。