I am trying to get the plugin "Article Directory" working on my WordPress Blog.
I have done:
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));
But now i get:
Warning: Illegal offset type in /home/content/--/----/html/--/wp-includes/class-wp-editor.php on line 157
Warning: Illegal offset type in /home/content/--/---/html/---/wp-includes/class-wp-editor.php on line 425
Does anyone has the same problem and could give me a solution?