LMS-Laravel / OLD-LMS-Laravel

Laravel Learning Management System (LMS)
283 stars 162 forks source link

default.views.errors.form_error #9

Closed ahmedelhadi closed 8 years ago

ahmedelhadi commented 8 years ago

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)

angelkurten commented 8 years ago

It seems that is not the view, see if there is vistam and tell me if the problem continues

ahmedelhadi commented 8 years ago
[16:21:09] LOG.error: InvalidArgumentException: View [default.views.errors.form_error] not found. in...errorlog
ahmedelhadi commented 8 years ago

after fresh installation

limaster commented 8 years ago

I also have this problem @angelkurten

limaster commented 8 years ago

View [default.views.errors.form_error] not found

limaster commented 8 years ago

Is not that you did not submit view

angelkurten commented 8 years ago

The problem is generate because Linux / Ubuntu is case-sensitive, soon effected, the relevant changes

angelkurten commented 8 years ago

bug solved

ahmedelhadi commented 8 years ago

not solved

dmitriy-01 commented 8 years ago

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

angelkurten commented 8 years ago

@websquared Thanks

Marian0 commented 7 years ago

Having the same issue

ohluis commented 7 years ago

I'm still getting the same error message.

ohluis commented 7 years ago

Has this project been abandoned? No recent updates?

fahreza007 commented 7 years ago

@websquared Thank you man

jramirezgranada commented 6 years ago

@angelkurten you have to update views.php 'paths' => [ realpath(base_path('Themes/Default/views')), ], with this line the layout will work as you expect,