Missing Controller

Error: ArtysciController could not be found.

Error: Create the class ArtysciController below in file: app/controllers/artysci_controller.php

<?php
class ArtysciController extends AppController {

	var $name = 'Artysci';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp


facebook