elbenjaz

Results 3 issues of elbenjaz

Hi all, At this URL: {Base URL}/error/whatever The following error will appear: "Fatal error: Cannot declare class ErrorController, because the name is already in use..." (due a double "require" in...

Hello guys, About improve the usability/UX. If a user fails in LoginController (::requestPasswordReset(), ::setNewPassword()), He will be redirected to login and will have to "go back" using the browser to...

Hi, If we change in composer.json: (adding application/controller/) from: ``` L15: "psr-4": { "": ["application/core/", "application/model/"] } ``` to: ``` L15: "psr-4": { "": ["application/controller/", "application/core/", "application/model/"] } ``` it's...