CakePHP 3.0 - Custom helpers not working

2014-06-11 Thread Mikaël Capelle
Hi everyone, I'm trying to update my helpers to CakePHP 3.0 but each time I try to load them I get the following error : Error: *Html* could not be found. Error: Create the class *Html* below in file: App\View\Helper\Html.php My AppController looks like : public $helpers = [ 'Html' =

Re: CakePHP 3.0 - Custom helpers not working

2014-06-11 Thread José Lorenzo
Can you open a ticket in github about it? I'll take a look at it as soon as possible On Wednesday, June 11, 2014 10:21:20 PM UTC+2, Mikaël Capelle wrote: Hi everyone, I'm trying to update my helpers to CakePHP 3.0 but each time I try to load them I get the following error : Error: