Warning (512): SQL Error: 1054: Unknown column 'Product.name' in 'order clause' [CORE/cake/libs/model/datasources/dbo_source.php, line 684]

Query: SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`brand_id`, `Product`.`title`, `Product`.`url_slug`, `Product`.`content`, `Product`.`price`, `Product`.`sale_price`, `Product`.`use_sale_price`, `Product`.`url`, `Product`.`image`, `Product`.`meta_title`, `Product`.`meta_kw`, `Product`.`meta_desc`, `Category`.`id`, `Category`.`name`, `Category`.`url_slug`, `Category`.`parent_id`, `Category`.`sort`, `Brand`.`id`, `Brand`.`name`, `Brand`.`url_slug`, `Brand`.`logo`, `Brand`.`url`, `Brand`.`meta_title`, `Brand`.`meta_kw`, `Brand`.`meta_desc` FROM `products` AS `Product` LEFT JOIN `categories` AS `Category` ON (`Product`.`category_id` = `Category`.`id`) LEFT JOIN `brands` AS `Brand` ON (`Product`.`brand_id` = `Brand`.`id`) WHERE 1 = 1 ORDER BY `Product`.`name` DESC

Errors

Missing View

Error: The view for ProductsController::index() was not found.

Error: Confirm you have created the file: /home/manscoot/public_html/app/views/products/index.ctp

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