Warning (2): file_put_contents(/var/www/vhosts/webfacer.com/dev/app/tmp/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied [CORE/Cake/Log/Engine/FileLog.php, line 69]
CakePHP: the rapid development php framework: Errors

Missing Controller

Error: ScriptsController could not be found.

Error: Create the class ScriptsController below in file: app/Controller/ScriptsController.php

<?php
class ScriptsController extends AppController {

}

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

Stack Trace

#0 /var/www/vhosts/webfacer.com/dev/app/webroot/index.php(96): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}