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


