Free Open Source Multi-Site CMS ( content management system ) built on the CakePHP rapid development MVC framework. Rapidly build large scale applications or use the numerous plugins like Project Management, Contact Relationship Management (CRM), Invoicing and more.
FYI : you would have to create a new install from scratch for this fix to take effect. Otherwise, you need to add plugins[] = Utils to the proper place in the settings.ini file.
PHP Fatal error: Call to a member function addTypeAttribute() on a non-object in Plugin/Webpages/View/Elements/menus.ctp on line 6
the code involved is:
$this->Tree->addTypeAttribute('data-identifier', $data['WebpageMenu']['id'], null, 'previous');
Thank you in advance for your help