views:

47

answers:

1

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..

A: 

This sounds a lot like the question you asked a little later, which I answered.

http://stackoverflow.com/questions/3368754/solving-dual-url-problem

Jack B Nimble