Make sure the path specified in the error is writeable by the web server user account, looks like it's not?
The alternative is to change app/config/sessions.php and change the session storage path to "/tmp" which is the default PHP session save path (laravel changes this, probably to keep session files more secure on shared hosting servers).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community