Missing Controller
Error: SignupController could not be found.
Error: Create the class SignupController below in file: Rosetta-CMS/controllers/signup_controller.php
<?php
class SignupController extends AppController {
var $name = 'Signup';
}
?>
Notice: If you want to customize this error message, create Rosetta-CMS/views/errors/missing_controller.ctp
