Closed ahmedelhadi closed 8 years ago
It seems that is not the view, see if there is vistam and tell me if the problem continues
[16:21:09] LOG.error: InvalidArgumentException: View [default.views.errors.form_error] not found. in...errorlog
after fresh installation
I also have this problem @angelkurten
View [default.views.errors.form_error] not found
Is not that you did not submit view
The problem is generate because Linux / Ubuntu is case-sensitive, soon effected, the relevant changes
bug solved
not solved
Changing @include(view_path('errors.form-error'))
to @include('errors.form-error')
in Themes\Default\views\auth\login.blade.php
fixed this issue for me
@websquared Thanks
Having the same issue
I'm still getting the same error message.
Has this project been abandoned? No recent updates?
@websquared Thank you man
@angelkurten you have to update views.php
'paths' => [ realpath(base_path('Themes/Default/views')), ],
with this line the layout will work as you expect,
Whoops, looks like something went wrong. 2/2 ErrorException in FileViewFinder.php line 137: View [default.views.errors.form_error] not found. (View: /home/vagrant/Code/acad/themes/Default/views/auth/login.blade.php)