rydurham / Sentinel

A Sentry bridge package for Laravel
http://www.ryandurham.com/projects/sentinel/
317 stars 68 forks source link

after installed I went to mydomin/login then got error #195

Closed theatec900 closed 8 years ago

theatec900 commented 8 years ago

ErrorException in 7dd7e74765f2104aeb7d5f7bcaac514002163d02.php line 14: Undefined variable: errors (View: /var/www/html/lab/laravel5/resources/views/sentinel/sessions/login.blade.php)

theatec900 commented 8 years ago

my laravel version : 5.2 and rydurham/sentinel: 2.3

theatec900 commented 8 years ago

hi, I have solved that problem already. that problem was function Input::old is old. but now, I have a new problem when i tried to mydomain/register

I have found this error=>

BadMethodCallException in Controller.php line 103: Method [beforeFilter] does not exist.

and i tried to change beforeFilter to middleware in "vendor/rydurham/sentinel/src/controllers/RegistrationController.php line 43" then I found a new error is =>

ReflectionException in Container.php line 738: Class Sentinel\csrf does not exist

and I dont know how to solve it.

rydurham commented 8 years ago

This has been fixed in v2.3.1. Thanks for giving me the heads up!

theatec900 commented 8 years ago

Hi, when I tried to mydomain/register is still error like this below

BadMethodCallException in Controller.php line 103: Method [beforeFilter] does not exist.

rydurham commented 8 years ago

Sorry about that! Should be fixed now in v2.3.2.