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