logo top
search button
header

Missing Method in ProductsController

You are seeing this error because the action GP1200.html is not defined in controller ProductsController

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

Fatal: Confirm you have created the ProductsController::GP1200.html() in file : sourcenaturals/controllers/products_controller.php

<?php
class ProductsController extends AppController {
   function GP1200.html() {
   }

}
?>