php - Laravel 4.1 shared host weird behaviour -


i having troubles deploying laravel shared hosting. have point out have been doing kind of deployment many times , never encountered error this. new hosting company using , first laravel application ever on gues problem them.

here error getting:

https://www.premiumrewardsclub.com/new/

and heres phpinfo:

https://www.premiumrewardsclub.com/phpinfo.php

the paths correct think, otherwise getting file not found error, third day of debugging app not 100% sure rule out paths error. saying.

i couldn't find useful after days of research on error, please if has clues this, point me in direction because out of ideas..

thank you!

edit: if thats of help, have come conclusion application gets bootstrapped dies here:

$framework = $app['path.base'].                  '/vendor/laravel/framework/src';  require $framework.'/illuminate/foundation/start.php'; 

dd($app['path.base']); returns bool(false);

the strange thing return value of dd($app); differs local dev machine missing "this" property object completely. version of php on dev machine same 1 on server.

ideas?

it looks not have php pear installed on server.

solution here: why "no such file or directory ... autoload.php" when accessing laravel app?


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -