Fatal error: Call to undefined method CookieComponent::del()

2010-10-08 Thread n4thancake
Hi to all I have this strange error in my code. I want to make a cookie system with cakephp, and in app_controller.php I include var $components = array('Auth', 'Cookie'); var $helpers = array('Html', 'Form', 'Session'); but everytime I click on Logout link the error appears. This is the

Re: Fatal error: Call to undefined method CookieComponent::del()

2010-10-08 Thread Tilen Majerle
use delete method not del :D -- Tilen Majerle http://majerle.eu 2010/10/8 n4thancake hellbr...@gmail.com Hi to all I have this strange error in my code. I want to make a cookie system with cakephp, and in app_controller.php I include var $components = array('Auth', 'Cookie'); var $helpers