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

issue with jsonmapper "Class \"\" does not exist" #57

Open
frozt86 opened this issue Apr 11, 2022 · 0 comments
Open

issue with jsonmapper "Class \"\" does not exist" #57

frozt86 opened this issue Apr 11, 2022 · 0 comments

Comments

@frozt86
Copy link

frozt86 commented Apr 11, 2022

i got some issue when i call jsonrpc function that have some parameter that should be array like bellow

{ "jsonrpc": "2.0", "method": "createShippingVendor", "params": { "kode": "ARB", "nama": "Angkatan RB", "keterangan": "pangakalan surabaya", "catatan": "bisa titip", "area": [ {"id": "5310", "keterangan": "di ruteng"}, {"id": "5315", "keterangan": "di labuan bajo"}, {"id": "5319", "keterangan": "di borong"} ] }, "id": 2392 }

and then it throws an error like this

{ "jsonrpc": "2.0", "id": 2392, "error": { "message": "Server Fatal Error", "code": -32603, "data": { "errorMessage": "Class \"\" does not exist: /home/user/project/vendor/netresearch/jsonmapper/src/JsonMapper.php at line 655" } } }

currently i'm using Laravel (9.x) for the frameworks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant