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

