vbmiller
Member
Posted 11 months ago #
After creating the app on Facebook and setting it up on Facebook, I cannot complete Step 3: WordPress settings, because the submit button is missing. I get an error message that reads: "Fatal error: Call to undefined function submit_button() in /home/mecked/public_html/WP/wp-content/plugins/facebook/fb-admin-menu.php on line 153"
Any suggestions how I can finish the app configuration and begin using it?
http://wordpress.org/extend/plugins/facebook/
eric_madigou
Member
Posted 11 months ago #
Hello
Same problem for me.
I have WordPress 3.4.
vbmiller
Member
Posted 11 months ago #
I do as well, but I hesitate updating it. Are you planning to update yours?
eric_madigou
Member
Posted 11 months ago #
No I have several blogs with this version so it would be better if Facecook did the correction
You're sure you have 3.1+?
http://codex.wordpress.org/Function_Reference/submit_button
This function has existed since then, so unless you removed it, or you have an earlier version, it works.
eric_madigou
Member
Posted 11 months ago #
Yes i'm sure ;)
Resolved by adding missing function submit_button() (taken from WP 3.1 / template.php)in fd-admin-menu.php
Sybren Smith
Member
Posted 10 months ago #
Yes i'm sure ;)
Resolved by adding missing function submit_button() (taken from WP 3.1 / template.php)in fd-admin-menu.php
Could you please share how you did it step by step?? Im a noob at coding but trying to get the WordPress plugin to work. My theme was custom build with WP 3.0.1 using the twenty-ten theme instead of a child theme so i can't update. Your help would be MUCH appreciated!