Hi all,
I have installed Joomla 3.2.1 with Seblod 3.2.0 on local with EasyPHP-DevServer-13.1VC11 (Apache 2.4.4 - MySql 5.6.12 - Php 5.5.0).
I have this notices on Seblod Backend :
Notice: Undefined property: stdClass::$markup_class in D:\EasyPHP-DevServer-13.1VC11\data\localweb\joomla\plugins\cck_field\wysiwyg_editor\wysiwyg_editor.php on line121
Notice: Undefined property: stdClass::$markup_class in D:\EasyPHP-DevServer-13.1VC11\data\localweb\joomla\plugins\cck_field\jform_rules\jform_rules.php on line125
I have checked those lines, problem is with $field->markup_class .= ' cck_form_wysiwyg_editor_box';
Is it possible to solve this notice ?
Best regards.