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



