![]() ![]() |
|
Missing ControllerError: AddonsController could not be found. Error: Create the class AddonsController below in file: public_html/controllers/addons_controller.php
<?php
class AddonsController extends AppController {
var $name = 'Addons';
}
?>
Notice: If you want to customize this error message, create public_html/views/errors/missing_controller.ctp |
|