こみね 和美(小峰 和美)の西東京市議会四方山話BLOG

Missing Method in DiariesController

Error: The action pings is not defined in controller DiariesController

Error: Create DiariesController::pings() in file: app/controllers/diaries_controller.php.

<?php
class DiariesController extends AppController {

	var $name = 'Diaries';


	function pings() {

	}

}
?>

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

CATEGORY

    Notice (8): Undefined variable:  categories [APP/views/layouts/default.ctp, line 96]
    
    Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 96]
    

RSS

RECENT ENTRY

    Notice (8): Undefined variable:  recentDiaries [APP/views/layouts/default.ctp, line 112]
    
    Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 112]