panichd icon indicating copy to clipboard operation
panichd copied to clipboard

error: Missing required parameters for [Route: panichd.member.update]

Open sprklinginfo opened this issue 3 years ago • 1 comments

Hi, When accessing the 'Members' page on admin, this error showed up:

Illuminate\Routing\Exceptions\UrlGenerationException Missing required parameters for [Route: panichd.member.update] [URI: panichd/member/{member}].

does this relate to 'user_route' config? the default value is 'disabled', I tried to change to 'user' or 'enabled'. it seems not helping. my app is typical laravel app and uses the default 'user' for members.

Thanks,

sprklinginfo avatar Sep 03 '20 18:09 sprklinginfo

Hi @sprklinginfo , It is not related to that configuration parameter in this case, but indeed it's a bug related to a wrong parameter name for the route panichd.member.update in view admin\member\index.blade.php. I have just uploaded a patch for it https://github.com/panichelpdesk/panichd/commit/579e44c3e5cd27700d44e3d538b1af3f3ebaaf59

If you find any other issue please let me know.

Thanks for your feedback!

xaviqv avatar Sep 07 '20 15:09 xaviqv