Missing Controller

Error: WishlistController could not be found.

Error: Create the class WishlistController below in file: app/controllers/wishlist_controller.php

<?php
class WishlistController extends AppController {

	var $name = 'Wishlist';
}
?>

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

(master) 3 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Session`.`id`, `Session`.`data`, `Session`.`expires` FROM `cake_sessions` AS `Session` WHERE `id` = '7r1rbli9gl4ojshtrl65vuvf73' LIMIT 1001
2INSERT INTO `page_views` (`geo_country`, `geo_region`, `geo_region_name`, `geo_dma_code`, `geo_postal_code`, `geo_city`, `session`, `ip_address`, `domain_name`, `script_url`, `mobile`, `modified`, `created`) VALUES ('US', NULL, NULL, NULL, NULL, NULL, '7r1rbli9gl4ojshtrl65vuvf73', '38.107.179.230', 'theberricscanteen.com', '/wishlist/index/add/product/1871/', 0, '2012-02-07 13:27:11', '2012-02-07 13:27:11')11
3SELECT LAST_INSERT_ID() AS insertID110
(default) 0 query took ms
NrQueryErrorAffectedNum. rowsTook (ms)