Hi, I’m really bad at bug fixing, so I hope someone can help me out with this. I’ve updated from (memory) MODx 9.6.2 to Evo 1.0.2 and when I went to load a web page that uses TinyMCE, I got the following message:
PHP error debug
Error: Missing argument 30 for getTinyMCEScript(), called in /home8/dairyind/public_html/manager/includes/document.parser.class.inc.php(746) : eval()’d code on line 37 and defined
Error type/ Nr.: Warning - 2
File: /home8/dairyind/public_html/assets/plugins/tinymce3241/tinymce.functions.php
Line: 95
Line 95 source: function getTinyMCEScript($elmList, $theme=’simple’, $width, $height, $language=’en’, $frontend, $base_url, $plugins, $buttons1, $buttons2, $buttons3, $buttons4, $disabledButtons, $blockFormats, $entity_encoding, $entities, $pathoptions, $cleanup, $resizing, $css_path, $css_selectors, $use_browser, $toolbar_align, $advimage_styles, $advlink_styles, $linklist, $customparams, $site_url, $tinyURL, $webuser) {
I did find this topic:
http://modxcms.com/forums/index.php/topic,31987.0.html
But I couldn’t find the matching code (old or new). I’ve also checked out lines 37 and 95 of the two files mentioned and I can’t see any problems (because I’m so bad at bug fixing I guess).
Can anyone help?