undefined function special_editor_output_html()
get daily errors
Hello,
Running vB 4.2.0 Patch Level 3 and VaultWiki 3.0.20
I reported this error to vBulletin:
Code:
[01-Mar-2013 23:43:40 UTC] PHP Fatal error: Call to undefined function special_editor_output_html() in /home/flight/public_html/vbfs/vb/ckeditor.php(529) : eval()'d code on line 16
and got this reply:

Originally Posted by
Lynne Sands
Hello,
Line 529 of the ckeditor.php file is:
Code:
($hook = vBulletinHook::fetch_hook('editor_output_html')) ? eval($hook) : false;
This means that you have an issue with a plugin using the hook location editor_output_html . You will need to either uninstall the modification, disable the modification, or fix the modification in order to get rid of the error.
Lynne Sands
vBulletin Support Staff
vBulletin.org Admin
Then I checked and the only plugin at editor_output_html is:
VaultWiki Editor - Fix for AJAX Tabs editor_output_html
So I am contacting you to see if you have a solution?
Thank you!
Rick