1.2.2.8120 and Undefined variable: html

2009-03-20 Thread Henrik Gemal
I just tried to upgrade to CakePHP 1.2.2.8120 and now I'm getting Undefined variable: html My app_controller.php: class AppController extends Controller { var $components = array(P28n); var $helpers = array(Html, Form, Javascript, Session); } My test_controller.php: class

Re: 1.2.2.8120 and Undefined variable: html

2009-03-20 Thread Henrik Gemal
Any idea why this worked in 1.2.1.8004 and not 1.2.2.8120 ? What has changed? On Mar 20, 9:46 am, Sergei yatse...@gmail.com wrote: I think you need to merge your $helpers variable, because you variable in testcontroller overwrites one in appcontroller. On 20 мар, 16:35, Henrik Gemal

Re: 1.2.2.8120 and Undefined variable: html

2009-03-20 Thread jitka (poLK)
class TestController extends Controller { Guess what is wrong in this line. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To

Re: 1.2.2.8120 and Undefined variable: html

2009-03-20 Thread Sergei
I think you need to merge your $helpers variable, because you variable in testcontroller overwrites one in appcontroller. On 20 мар, 16:35, Henrik Gemal henrikge...@gmail.com wrote: I just tried to upgrade to CakePHP 1.2.2.8120 and now I'm getting Undefined variable: html My

Re: 1.2.2.8120 and Undefined variable: html

2009-03-20 Thread Henrik Gemal
class BookingsController extends AppController { rite? On Mar 20, 10:48 am, jitka (poLK) slunii...@gmail.com wrote: class TestController extends Controller { Guess what is wrong in this line. --~--~-~--~~~---~--~~ You received this message because you are

Re: 1.2.2.8120 and Undefined variable: html

2009-03-20 Thread Aivaras
Exactly On Fri, Mar 20, 2009 at 11:58, Henrik Gemal henrikge...@gmail.com wrote: class BookingsController extends AppController { rite? On Mar 20, 10:48 am, jitka (poLK) slunii...@gmail.com wrote: class TestController extends Controller { Guess what is wrong in this line.