![]() ![]() |
|
Your TrolleyYou have 0 items in your shopping trolley which totals $0.00 Online ShopWe Accept: |
Missing Method in MpagesControllerError: The action Rebel is not defined in controller MpagesController Error: Create MpagesController::Rebel() in file: public_html/controllers/mpages_controller.php.
<?php
class MpagesController extends AppController {
var $name = 'Mpages';
function Rebel() {
}
}
?>
Notice: If you want to customize this error message, create public_html/views/errors/missing_action.ctp. |