• I upgraded to WP 3.2.1 and the Wp-Ad-Manager Create Content tab stopped working. It shows a blank screen.

    Looking in the source code I saw that the rendering stopped with this error:

    <b>Fatal error</b>: Call to undefined function submit_button() in <b>/home/glowbar/public_html/wp-admin/includes/internal-linking.php</b> on line <b>118</b>

    I tried deactivating all other plugins and it didn’t help. Also re-uploaded all the WP 3.2.1 installation and no success.

    Does anyone know how to solve this problem?

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hi jwarnimo!
    You just go to article-directory/author-panel.php (article-directory plugin)

    and you will get one line

    wp_tiny_mce( false, array( ‘height’ => ‘370’ ) );

    very simple you just comment on line

    //wp_tiny_mce( false, array( ‘height’ => ‘370’ ) );
    have fun!

    I am having trouble finding

    wp_tiny_mce( false, array( ‘height’ => ‘370’ ) );

    In my ad-inserter.php file. Can someone tell me approx where in the file it is located? I tried Ctrl F but it did not find it.

    Found it. I was in the wrong file.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Fatal error on WP 3.2.1’ is closed to new replies.