Lack of interest Improve the error message when a controller is not XenForo_ControllerPublic_Abstract

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Rigel Kentaurus

Well-known member
I just spend some 30 minutes debugging this :(

The message I had was about actionIndex() not being found in the controller ...
First I checked the function name, of course
Checked for static (not that it matters)
Checked for class name, file name ...

Took me a while, and some debugging to realize that it was because the class does not implement XenForo_ControllerPublic_Abstract, if the exception thrown could have a more clear error message that would be awesome :)
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.

Similar threads

Back
Top Bottom