Closed simashin closed 11 years ago
After update to 4.00006 (from 3.18) and begin using API::RESTv1_1 the method show_user does not work - the software dies with - "Sorry, that page does not exist at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 162"
Sorry, it begin to work fine when i changed: my $user = $nt->show_user( $user_id ); to my $user = $nt->show_user( { id => $user_id} );
It seems that syntax changed from 3.18
After update to 4.00006 (from 3.18) and begin using API::RESTv1_1 the method show_user does not work - the software dies with - "Sorry, that page does not exist at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 162"