CodeBlastr / SYSTEM

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.
GNU General Public License v3.0
73 stars 33 forks source link

php error just after install #40

Closed ecommy closed 11 years ago

ecommy commented 11 years ago

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

ecommy commented 11 years ago

my PHP version is 5.4.9

CodeBlastr commented 11 years ago

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.