Support Forum

Call to undefined function sp_tinymce_do_upgrade()

GN George Nagy
George Nagy
Member

Running into an issue when upgrading the TinyMCE plug-in from v1.2 to v2.0.1.  The install seems to go okay, but after it completes, an error shows up:

Fatal error: Call to undefined function sp_tinymce_do_upgrade() in /var/www/mysite/wp-content/sp-resources/forum-plugins/tinymce-richtext/sp-tinymce-plugin.php on line 88

Running WordPress v3.5 and SP v5.2.

See screenshot:

tinymce-error.jpg

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

yes, that should not affect anything… in tinymce 2.0, the upgrade script was moved to a different file.. unfortunately, the way wp does some upgrades is indeterministic and it can try to upgrade using the old file location…  but when it does happen (and its not for the majority), things work fine after that one error… 

just go back and upgrade any remaining plugins…

GN George Nagy
George Nagy
Member

Okay – thanks for the confirmation.  Everything does seem to be working fine, but figured it was worth checking.  Appreciate the follow-up as always!