Missing controller
You are seeing this error because controller BottlesLgController could not be found.
Notice: If you want to customize this error message, create sourcenaturals/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : sourcenaturals/controllers/bottles_lg_controller.php
<?php
class BottlesLgController extends AppController {
var $name = 'BottlesLg';
}
?>
|