I have some custom code and a custom class. The class connects to an API and has error handling. This works fine with tests outside ZenCart.
The issue is, ZenCart seems to supress these errors and instead shows an Internal 500 error, instead of logging / displaying the error.
Where could I change this to show errors / at least ignore the errors?


Reply With Quote

