Canadian Structural and Mechanical Limited

Expert Structural and Mechanical Solutions from Sarnia Lambton's Premier Industrial Contractor.

Missing Method in AboutController

You are seeing this error because the action www.gudgeon.on.ca is not defined in controller AboutController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the AboutController::www.gudgeon.on.ca() in file : app/controllers/about_controller.php

<?php
class AboutController extends AppController {
   function www.gudgeon.on.ca() {
   }

}
?>