php - Laravel 4.2 white screen -


i've updated laravel 4.1 laravel 4.2.

    "require": {     "laravel/framework": "4.2.3",     "cartalyst/sentry": "2.1.*",     "webpatser/laravel-uuid": "1.*" }, 

now can see white screen, no whoops errors @ all. read laravel 4.2 doesn't show more whoops errors. how can see if error happening?

in app.php doesn't matter if put 'debug' => true, or false. same white screen appears.

i've followed guide http://laravel.com/docs/4.2/upgrade, doesn't says this.

anyone knows why happening?

have considered setting php show errors, error_reporting in php.ini

you can in apache logs find out caused errors


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -