You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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
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,
The text was updated successfully, but these errors were encountered: