xf_phantom
Well-known member
If i visit a invalid url i'm getting
if the routeprefix and routeclass exist, but the controller not
if the routeprefix exist, but the route class is missing:
Better Error messages would make debugging easier
Shouldn't it be "route prefix " xxx wasn't found?A controller for the route path xxx was not found.
if the routeprefix and routeclass exist, but the controller not
The controller XXX does not define an action called Index.
if the routeprefix exist, but the route class is missing:
A controller for the route path xxx was not found.
Better Error messages would make debugging easier