Form does not redirects back after submit

This topic contains 4 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 6 months ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
October 10, 2013 at 6:34 am 8906
Tareq Hasan I just bought the $159.00 version of User Frontend PRO and im having problems with a submit form. The problem is tht after i submit the form the page shows a little circle animation moving around. This little circle animation keeps rotating and the page does not redirect to the new post. I dont know a lot about php and programming so i really cant fix the problem. please i need help.
October 10, 2013 at 6:35 am 8907
Luis Luis

http://wedevs.com/support/topic/no-redirection/
This person is having the same problem i am

October 10, 2013 at 6:37 am 8908
Luis Luis

any clues???

October 10, 2013 at 6:39 am 8910
Luis Luis

http://www.animalesperdidospr.com/
here is my website if you click on the link and then select the post tab, and then try to post something you will see what i mean

October 10, 2013 at 11:03 am 8914
Tareq Hasan Tareq Hasan

Warning: Missing argument 1 for FBAPFacebook::__construct(), called in /home1/usmc007/public_html/wp-content/plugins/facebook-auto-publish/admin/publish.php on line 199 and defined in /home1/usmc007/public_html/wp-content/plugins/facebook-auto-publish/api/facebook.php on line 47
{“success”:true,”redirect_to”:”http:\/\/www.animalesperdidospr.com\/2013\/10\/10\/test-4\/”,”show_message”:false,”message”:”Post saved”}

The plugin, facebook-auto-publish is creating the problem for you. It’s generating a warning and it’s modifying the ajax response. That’s why the plugin can’t parse the ajax response. Either you’ve to disable the plugin, or put these lines to your wp-config.php file in WordPress.
[php]
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);
[/php]

Viewing 4 Posts - 1 through 4 (of 4 total)