Support the ongoing development of Laravel.io →
Installation
Last updated 1 year ago.
0

me too have the same issue please help fix this problem.

Last updated 1 year ago.
0

can you post your config

Last updated 1 year ago.
0

I have the very same problem...

Last updated 1 year ago.
0

I fixed it out! Was a cache conflict. OPcache and xcache running at the same time... "sudo apt-get remove xcache" worked for me!

Another solution, this time from "alverated" (http://laravel.io/user/alverated), is disable opcache: In Main php.ini: /etc/php5/fpm/php.ini, should have "apc.cache_by_default = off"

Last updated 1 year ago.
0

This fixed my problem..

sudo nano /etc/php5/fpm/php.ini

remove comment ;

opcache.enable=0

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

alverated alverated Joined 28 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.