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