0

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");
}

許可の問題かもしれないと思っていますが、よくわかりません。

4

1 に答える 1