The method getLang was not found in the usertype model.
Check your spelling or add the method to the model's CFC file.
Line 61 in controllers\Register.cfc
59:
60: // lookups for all user types
61: usertypes = model("usertype").getLang();
62: areas = model("area").getLang();
63: states = model("states").findAll(order="sortorder ASC");
Error thrown on line 61 in controllers\Register.cfc
- called from line 156 in wheels\global\cfml.cfm
- called from line 125 in wheels\controller\processing.cfm
- called from line 92 in wheels\controller\processing.cfm
- called from line 199 in wheels\dispatch\functions.cfm
- called from line 6 in wheels\index.cfm
- called from line 2 in rewrite.cfm
- called from line 4 in wheels\events\onrequest.cfm