Missing Controller

Error: Inflatable-interactiveController could not be found.

Error: Create the class Inflatable-interactiveController below in file: app/controllers/inflatable-interactive_controller.php

<?php
class Inflatable-interactiveController extends AppController {

	var $name = 'Inflatable-interactive';
}
?>

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

Scroll to Top