I've isolated the problem to a "href".
Here is my bubu(<a href="{{URL::to('horoscop-'.$zodie)}}) . If I delete the URL and leave the href blank, no more error, as soon as I put a url of any kind in the href, all goes bum.
I don't know if its a good or bad solution, but since I'm not on a VPS to acces apache and disable the zlib compression from there I placed this: ini_set('zlib.output_compression', 'Off'); at the beggining of the index.php in laravel and seemed to do the trick.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community