17.01.2015, 12:17
Go to xampp/php/php.ini [or locate php.ini for the service you use] and turn on short_open_tag.
If you still get that error, go to
And turn debug to true
Also, it seems you are using an older version of the panel. Go to this thread's first page and download PCPv4.2
Code:
short_open_tag=On
Code:
laravel/app/config/app.php
Code:
'debug' => true,