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