Notice (8): Undefined variable: meta_keywords [APP/views/layouts/default.ctp, line 20]
Notice (8): Undefined variable: meta_description [APP/views/layouts/default.ctp, line 21]
Notice (8): Undefined variable: category_id [APP/views/layouts/default.ctp, line 141]

 

TGS (USA), Inc.

7545 Irvine Center Drive
Suite 200
Irvine, CA 92618,

P: (949) 769-2283, (949) 302-7493
F: (949) 666-6791
Email:
info@tgsinc.us

Notice (8): Undefined variable: category_id [APP/views/layouts/default.ctp, line 152]
AppGuide CataLog_Enquiry USANetwork adodbFlash adodbReader

Missing Method in AppController

Error: The action webroot is not defined in controller AppController

Error: Create AppController::webroot() in file: app/controllers/app_controller.php.

<?php
class AppController extends AppController {

	var $name = 'App';


	function webroot() {

	}

}
?>

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