This happening to my Laravel 4.1 project too, but different case.
Whats going on? just ask Mr. Taylor Otwell
Hello, I resolve this problem in this way:
I use PHP 5.4.4 and Zend Engine v2.4.0 AND I dont no why? I have the xCache installed. This is the problem, my Laravel dont run well whit this. So I dont load more the xcache in PHP and I solved the problem. .
How I disabled de xCache? In a simple mode. In debian the php loads where in /etc/php5/apache2/conf.d Here delete the simbol-link 20-xcache.ini This is all.
hope this helps answer! Im from Argentina, sory for my english.
Gracias gracias gracias!!! Perdí todo un día dándole vueltas a esto!
rm /etc/php5/apache2/conf.d/20-xcache.ini
/etc/init.d/apache2 restart
Y listo!
Muchas gracias nuevamente desde Paraguay
jpasosa said:
Hello, I resolve this problem in this way:
I use PHP 5.4.4 and Zend Engine v2.4.0 AND I dont no why? I have the xCache installed. This is the problem, my Laravel dont run well whit this. So I dont load more the xcache in PHP and I solved the problem. .
How I disabled de xCache? In a simple mode. In debian the php loads where in /etc/php5/apache2/conf.d Here delete the simbol-link 20-xcache.ini This is all.
hope this helps answer! Im from Argentina, sory for my english.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community