Hello All,
I had the same problem: Fatal error: Call to undefined function wp_tiny_mce() in //wp-content/plugins/article-directory/author-panel.php on line 269.
I tried the solution that Sgodar gave: Open /plugins/aricle-directory/author-panel.php in a text editor and replace line 269:
wp_tiny_mce( false, array( ‘height’ => ‘370’ ) );
with
wp_editor( $content, array(“tinymce” => $a));
It actually solved that problem but this one came up: Warning: Illegal offset type in /home/content/84/9258884/html/SAPPHIRESTAR/wp-includes/class-wp-editor.php on line 157
Warning: Illegal offset type in /home/content/84/9258884/html/SAPPHIRESTAR/wp-includes/class-wp-editor.php on line 425
Does anyone has the same problem and could give me a solution?