Sunday, April 9, 2017

Get error when in staging server, but not in local

im getting this error when i submit the form

ErrorException in AuthentificationController.php line 255: Undefined variable: user

This is the AuthentificationController.php line 255

\Session::put('shipping', $totalShipping);

im confused because this error only appearing when in staging server, when i try launch in local with same branch its not error. i had pull branch too.

can someone help me? im using laravel 5.1



via Faisal Hilmi

Advertisement