Quantcast CakePHP(tm) : Missing Method in Controller

Missing Method in AdviceController

You are seeing this error because the action function.getimagesize is not defined in controller AdviceController

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

Fatal: Confirm you have created the AdviceController::function.getimagesize() in file : app/controllers/advice_controller.php

<?php
class AdviceController extends AppController {
   function function.getimagesize() {
   }

}
?>