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

