Missing Controller
: AdSellerController could not be found.
: Create the class AdSellerController below in file: app/controllers/ad_seller_controller.php
<?php
class AdSellerController extends AppController {
var $name = 'AdSeller';
}
?>
: If you want to customize this error message, create app/views/errors/missing_controller.ctp
