Support Forum

wysiwyg activation errors

PB Peter Baker
Peter Baker
Member

After activating the wysiwyg plugin I get the below php errors in the plugin section. I had no other sp plugins installed.

 

Warning: include_once(/my/path/sp-resources/forum-plugins/tinymce-richtext/sp-tinymce-upgrade.php) [function.include-once]: failed to open stream: No such file or directory in /my/path/sp-resources/forum-plugins/tinymce-richtext1/sp-tinymce-plugin.php on line 91

Warning: include_once() [function.include]: Failed opening ‘/my/path/sp-resources/forum-plugins/tinymce-richtext/sp-tinymce-upgrade.php’ for inclusion (include_path=’.’) in /my/path/sp-resources/forum-plugins/tinymce-richtext1/sp-tinymce-plugin.php on line 91

Fatal error: Call to undefined function sp_tinymce_do_upgrade() in /my/path/sp-resources/forum-plugins/tinymce-richtext1/sp-tinymce-plugin.php on line 92

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

please note the name of the plugin folder… tinymce-richtext1… that
is incorrect… please change to tinymce-richtext… and all should be
well…

PB Peter Baker
Peter Baker
Member

The 1 is because I downloaded the file twice after the first one was giving me errors. I just deleted the plugin and installed the original without the 1 in the file name and now it works. It is weird that it originally didn’t.