luisdias / CakePHP-Report-Manager-Plugin

CakePHP 2.x Report Manager Plugin
MIT License
42 stars 22 forks source link

Missing Method in AppController #17

Closed lathemaster closed 9 years ago

lathemaster commented 9 years ago

Installed Plugin and added code to bootstrap.php as specified.

When I execute my url I get the following

Error: The action report_manager is not defined in controller AppController

Error: Create AppController::report_manager() in file: app/Controller/AppController.php.

<?php class AppController extends AppController {

public function report_manager() {

}

}

What am I missing?

lathemaster commented 9 years ago

Resolved - now working - user error