I found my problem, but not sure what the specific issue is. the MyControllers class is not registered and therefore the UsersController class could not extend it. I tried manually including it at the top of index.php to no avail and ultimately dropped MyControllers and took out the “extends MyControllers” clause from UsersController.php.

(tail -f is your friend)