Support the ongoing development of Laravel.io →
posted 10 years ago
Installation
Last updated 2 years ago.
0

This happening to my Laravel 4.1 project too, but different case.

  • Blade parser (just like this issue => https://github.com/laravel/framework/issues/3774) ==> in my case is some word has been used for regex and cannot be used anymore for other use (such as "theme")
  • Blade parser (multiline blade comment tag)
  • Input library (to many using has())

Whats going on? just ask Mr. Taylor Otwell

Last updated 2 years ago.
0

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.

Last updated 2 years ago.
0

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.

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

stevechen stevechen Joined 9 Feb 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.