I’m using the following tutorial to build a password reset form: http://bakery.cakephp.org/articles/eimermusic/2007/10/23/ticket-component-resetting-user-passwords
However when I submit the form I get the following error: Fatal error: Class 'Ticket' not found in /Users/cameron/Sites/thehive/app/controllers/components/tickets.php on line 60
And Line 60 is this: $ticketObj = new Ticket();
Any ideas what the problem is and how to fix it thanks?
Models are not automatically available in components. One possible way to import your model class is: