Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sprklinginfo opened this issue Sep 3, 2020 · 1 comment
Labels
answered / solved bug Proved error in PanicHD source code

Comments

@sprklinginfo
Copy link
Contributor

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,

@xaviqv xaviqv added answered / solved bug Proved error in PanicHD source code labels Sep 7, 2020
@xaviqv
Copy link
Contributor

xaviqv commented Sep 7, 2020

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 579e44c

If you find any other issue please let me know.

Thanks for your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered / solved bug Proved error in PanicHD source code
Projects
None yet
Development

No branches or pull requests

2 participants