I'm having an issue with Laravel, installed on a Media Temple DV:
tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (/var/www/vhosts/mywebsite.com/:/tmp/)
This is the code that is giving this issue:
if (empty($this->cookie_file)) {
$this->cookie_file = tempnam("", "phrets");
}
I'm thinking that it might be a permissions thing, but I'm really not too sure.