Hello,
I'm using NoseRub 0.8.2 and after following the installation
instructions (creating the database, and creating & updating
database.php / noserub.php with an admin.hash, etc) when I call the
system update
http://mydomain.com/noserub/jobs/<admin.hash>/system/update
I'm getting this message:
Missing Controller
Error: JobsController could not be found.
Error: Create the class JobsController below in file: app/controllers/
jobs_controller.php
class JobsController extends AppController {
var $name = 'Jobs';
}
Notice: If you want to customize this error message, create app/views/
errors/missing_controller.ctp
FYI, I also had to add 'Session' to the $components list in
app_controller.php to get this to work.
Sincerely,
Christopher