0

I'm new here. I've tried all I could but couldn't setup my laravel app. I've also tried the solutions provided here

How to install Laravel 4 to a web host subfolder without publicly exposing /app/ folder?

but I keep on getting HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error has occurred.Any help please?

Community
  • 1
  • 1
Kdavis
  • 1
  • Check your error logs, or enable error reporting to try and get more information on what's erroring. – Jonnix Jun 02 '15 at 21:58

2 Answers2

0

change your host php version

PHP >= 5.4 MCrypt PHP Extension

http://laravel.com/docs/4.2#server-requirements

0

Consider using Forge, it saves you a lot of time and you would support the creator

  • Thanks guys. It's my version of PHP. And $array = []; also caused a lot of the problem. This isn't allowed in PHP5.3 i guess – Kdavis Jun 17 '15 at 14:13