Missing Controller
Error:
ParserController could not be found.
Error:
Create the class ParserController below in file: app/Controller/ParserController.php
<?php
class ParserController extends AppController {
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_controller.ctp
Stack Trace
#0 /home/myvle/public_html/app/webroot/index.php(96): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}