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