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?
Changing to WP 3.2 didn't help. I had to go back to WP 3.1.4, but now it's working again.
mystermarque
Member
Posted 9 months ago #
I'm having the EXACT same problem, only with the submission form in the "Article Directory" plugin.
After not being able to find a fix, I downgraded from 3.2.1 to 3.1.4 (thanks for the version number, lipsk) and it resolved the issue for me too.
Does anyone know what's causing this error?
tedece
Member
Posted 6 months ago #
Yeah i have the same and i don't want to downgrade !
I can't found an answer to this error and they stopped to develop this plugin..
:(
http://wordpress.org/support/topic/create-content-broken-on-latest-version-of-wp
I haven't tested it, but without the Tiny MCE buttons, the users will have a hard time editing the ads, so it's not a good fix.
SimonNewton
Member
Posted 5 months ago #
Hi, I just installed the plugin on my website and when I set up the Author Panel Page, there is an Fatal Error:
Fatal error: Call to undefined function wp_tiny_mce() in culturepressreleases.com/public_html/wp-content/plugins/article-directory/author-panel.php on line 269
Any suggestions?
dcaceres
Member
Posted 5 months ago #
I have the same problem...
Seems that Dimox don't think give support for this plugin & theme anymore :-(
Did anyone test it with WP 3.3? Maybe it's solved.
dcaceres
Member
Posted 5 months ago #
I test on my WP 3.3 site. Don't work. The option that suppose exclude an category don't work on WP 3.3
Marlimant
Member
Posted 5 months ago #
The same here im WP 3.3
Create Content tab stopped working (Blank screen).
mentor
Member
Posted 5 months ago #
I fixed this, at least for registered authors, by editing author-panel.php. Just comment out the wp_tiny_mce line as follows:
//wp_tiny_mce();
Welcome to ideas if others would like to comment on the wisdom of this solution.
Peace.
Thanx Mentor.
This works fine in WP3.3
Site Marketing
Member
Posted 4 months ago #
Thanx Mentor
It's working fine in WP3.3.1 also
Site Marketing
jwarnimo
Member
Posted 4 months ago #
I'm new at this however all I am seeing in the author-panel.php is this:
<?php
/*
Template Name: Author panel
*/
if (function_exists('article_directory_author_panel')) article_directory_author_panel();
?>
Should I be looking in a different place to make this fix? Thanks!
Site Marketing
Member
Posted 4 months ago #
You need to edit in the author-panel.php of the plug-in not the theme
uphichet
Member
Posted 4 months ago #
It seems I am getting the useful information. Right now, I'm using the Article Plugin with WordPress version 3.3.1. OK! I could solve the problem as mentor told, really appreciated with the answer.
Nevertheless, I still have a problem with the Author Panel page. When the authors have tried to add a link to their article, It could not be done with Visual Editor (Add / Edit Link Popup Panel)
Can someone tell me how to solve the problem?
Dennis
Member
Posted 3 months ago #
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!
RyLoree
Member
Posted 3 months ago #
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.
RyLoree
Member
Posted 3 months ago #
Found it. I was in the wrong file.