Missing Method in PhotoEventsController
Error: The action add1) is not defined in controller PhotoEventsController
Error: Create PhotoEventsController::add1)() in file: app/controllers/photo_events_controller.php.
<?php class PhotoEventsController extends AppController { var $name = 'PhotoEvents'; function add1)() { } } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.