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