I just moved my ZF application from one server to another, and everything is loading smoothly, except for forms. It just throws this error:
Fatal error: Class 'Admin_Form_Cms_AddForm' not found in /xx/application/modules/admin/controllers/CmsController.php on line 42
The modules, models, controllers are loaded as they should be, but no forms. What could have gone wrong, and how do I fix this?