I am using Digital Ocean as my server, I have a Ubuntu droplet running laravel fine on my site. But now I am making a \'projects backend\' where there is just a folder with
This is a known problem, you will need to turn off XCache in your .htaccess like so:
php_flag xcache.cacher Off php_flag xcache.size 0 php_flag xcache.stat Off
More information: http://laravel.io/forum/08-01-2014-laravel-42-is-conflict-with-php5-xcache-module