Gilberto Ramos
Gilberto Ramos
Thanks for this man! I generated my menu array from the database, followed the tutorial step by step and the line ``` php $this->MenuBuilder->setMenu('main-menu', $menus); ``` threw the error ```...
First, thanks for your quick response. I checked the existence of the file and the file exists. This is the array I generated: ``` php array ( array ( 'title'...
@bmcclure I thought about the PHP version too since I have PHP 5.5 in my notebook so I tried with my office workstation where I use PHP 5.4 and I've...
@bmcclure not sure I did it. I will go back into my repository, test it again and I'll let you know.
@bmcclure indeed that was the problem! "Even if you use CakePlugin::loadAll, you would still need to add an array key in there for Menu telling it to load it's bootstrap...