Hi
I Am getting this error while loading remote file in my page using ajax .
Missing Controller
Error: CbcController could not be found.
Error: Create the class CbcController below in file: app/controllers/cbc_controller.php
<?php
class CbcController extends AppController {
var $name = 'Cbc';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
Please suggest some solution.
Thanks..