Notice (8): Undefined property: CakeErrorController::$config [APP/app_controller.php, line 46]
CakePHP: the rapid development php framework: Missing Method in Controller |

Missing Method in PhotosController

Error: The action AC_RunActiveContent.js is not defined in controller PhotosController

Error: Create PhotosController::AC_RunActiveContent.js() in file: app/controllers/photos_controller.php.

<?php
class PhotosController extends AppController {

	var $name = 'Photos';


	function AC_RunActiveContent.js() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.