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