Support the ongoing development of Laravel.io →
Input Database Forms
Last updated 1 year ago.
0

Do you get any stack trace in your laravel.log file? That should help find the origin of the error.

0

This is the last 2 lines in the laravel.log file

#21 C:\wamp\www\laravel-modules\public\index.php(49): Illuminate\Foundation\Application->run()
#22 {main} [] []
0

Ok, we need it from the error message above #1 ;)

Last updated 9 years ago.
0

ok cool. Sorry about that :-p

Here is a link to everything I have in the laravel.log file.

http://pastebin.com/A6mTNbja

I had to put it there because the laravel forum would display all the text

Last updated 9 years ago.
0

Does the error go away if you change this

{{ Form::model($users, array('method' => 'PATCH', 'route' => array('admin.users.update', $users->id))) }}

to this

{{ Form::model($users, array('method' => 'PATCH', 'route' =>'admin.users.update', 'route_id'=>$users->id)) }}
0

Yes it does. Thank you

0

In my Case, I was not using 'compact' to pass varible from controller to view.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

shiva shiva Joined 24 Jul 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.