magefan / module-wysiwyg-advanced

Extend TinyMCE 4 & 5 tools in Magento 2
https://magefan.com/magento2-extensions
71 stars 18 forks source link

Iterator.php line 63 error #15

Closed EnigmaWebdesign closed 4 years ago

EnigmaWebdesign commented 4 years ago

Dear sir/madam,

I have installed the WYSIWYG editor in Magento 2.3.5p2 and now I get this error:

1 exception(s): Exception #0 (Exception): Notice: Undefined index: id in /var/www/mag2riet.magetest.nl/public_html/vendor/magento/module-config/Model/Config/Structure/Element/Iterator.php on line 63

I only have installed this extension on a fresh Magento 2.3.5p2 installation.

Cheers,

Steve

ihorvansach commented 4 years ago

There recommended method to install the extension is via the composer

composer require magefan/module-wysiwyg-advanced php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f

But you installed it Manually by uploading the archive to app/code folder and forgot to install dependencies. If you take a look into the file app/code/Magefan/WysiwygAdvanced/composer.json you will see that the extension also require megafan/module-community module to be installed. Please install the Magefan Community module (https://github.com/magefan/module-community ) to makes the WysiwygAdvanced works properly.