Notice (8): Undefined variable: LANG [APP/views/layouts/default.ctp, line 57]
HR
Notice (8): Undefined variable: LANG [APP/views/layouts/default.ctp, line 71]
Notice (8): Undefined variable: SITE_NAV [APP/views/layouts/default.ctp, line 71]
Not Found: /var/www/ipuweb/app/views/elements/_site_navigation.ctp

Missing Method in CartsController

Error: The action index is not defined in controller CartsController

Error: Create CartsController::index() in file: app/controllers/carts_controller.php.

<?php
class CartsController extends AppController {

	var $name = 'Carts';


	function index() {

	}

}
?>

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

(default) 4 queries took 4 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `cart`551
2DESCRIBE `books`19191
3DESCRIBE `magazines`17171
4DESCRIBE `pages`20201