shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

file_put_contents(): Exclusive locks may only be set for regular files #27

Closed moston closed 9 years ago

moston commented 9 years ago

I have seen this issue here but it was fixed by using AWS. My laravel app is configured for memcache session but i've get this error: zrzut_ekranu-1

It's fresh installation of laravel so I don't know what could be a problem. I've only configured GaSupport and this happens.

shpasser commented 9 years ago

It looks like your app is configured to use filesystem as session storage. Are you sure you copied / renamed your .env.production file to .env before the deployment?

moston commented 9 years ago

Yeah, I'm sure of it. I was changing values to other options but it doesn't work.

shpasser commented 9 years ago

In order to help I will need your configuration files: .env, php.ini, app.yaml and also cached configuration file bootstrap/cache/config.php.

moston commented 9 years ago

Ok my cached config.php had entries with using files. Fixed :)