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