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