Re: Fix for error Fatal error: Class 'Debugger' not found in ... for php 5.4

2012-04-18 Thread rvcT
hough. > I would help, too, but my time is limited at the moment unfortunately > > > Am Mittwoch, 18. April 2012 17:01:55 UTC+2 schrieb rvcT: >> >> using cake 2.1.1 + php 5.4 >> when writing your components callback functions ensure that they have the >> sam

Fix for error Fatal error: Class 'Debugger' not found in ... for php 5.4

2012-04-18 Thread rvcT
using cake 2.1.1 + php 5.4 when writing your components callback functions ensure that they have the same declaration as there parent function in class component for example : when using function initialize in your component make it's declaration as public function initialize(Controller $control

Session::setFlash dosn't work under chrome

2012-04-01 Thread rvcT
*cake version:* 2.1.1 *chrome version:* 18.0.1025.142 m Latest *code to reproduce error:* put in controller action: public function testflash(){ $this->Session->setFlash("flash message will not be shown in chrome"); $this->redirect(array('action' => 'index')); } in the default layout: Session->flas