Problem with Registration form

This topic contains 10 reply and 3 voices, and was last updated by JuanDBB 10 years, 5 months ago
Viewing 10 Posts - 1 through 10 (of 10 total)
Author Posts
November 11, 2013 at 5:54 pm 9947
JuanDBB Hello, The registration form register users, but the problem is that it keeps thinking and thinking as it it were doing nothing. What may be the problem please? www.ecuadorenmadrid.es/nuevo-usuario/ Thank you in advance Best Regards,
November 11, 2013 at 11:29 pm 9955
Mahi Mahi

your site having jQuery conflicting. Try to use firebug to find the issue.

November 13, 2013 at 2:47 am 10010
JuanDBB JuanDBB

Thank you. Cannot find what the problem is. It happens also when uploading content, but not always. Content is sent, user is also registered, but the spinning wheel keeps rolling and the user is not redirected. That’s a pity as I really like this plugin. Neither Chrome Tools nor Firebug show any javascript error.

November 13, 2013 at 5:04 am 10017
Mahi Mahi

it just works for me. have u fixed it?

November 13, 2013 at 12:01 pm 10039
JuanDBB JuanDBB

No, sorry. I changed the Registration form to Gravity Forms until I find why it doesn’t work. Are you going to have a look at it? I have changed it back to your plugin for a while so that you can check it. Thanks a lot for your support.

November 14, 2013 at 6:29 pm 10073
Tareq Hasan Tareq Hasan

Checked the form, not a very trivial issue. Just it’s printing a PHP warning and can be disabled. But it’s coming from a file that doesn’t have that kind of code. Have you changed anything in the code?

Anyway, changing WP_DEBUG to false in wp-config.php should solve the issue.

November 14, 2013 at 6:42 pm 10074
JuanDBB JuanDBB

Thank you for your response. WP_DEBUG is already FALSE in wp_config.
Yes, I have changed wp-user-frontend-pro/class/frontend-form-profile.php in order to check if the email address sent is valid. What PHP error are you seeing and where? If I put WP_DEBUG to true I get these errors from the plugin, but none of them seems to be related with what I have changed:
Declaration of WPUF_Frontend_Form_Profile::submit_button() should be compatible with WPUF_Render_Form::submit_button($form_id, $form_settings, $post_id)
Declaration of WPUF_Walker_Category_Multi::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0)
Declaration of WPUF_Walker_Category_Checklist::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array)
Declaration of WPUF_Walker_Category_Checklist::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array)
Declaration of WPUF_Walker_Category_Checklist::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0)
Declaration of WPUF_Walker_Category_Checklist::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array)

November 14, 2013 at 6:54 pm 10075
JuanDBB JuanDBB

Anyway, it is happening to me in ALL forms, but in the content forms it only happens sometimes. Why? I don’t know…

November 14, 2013 at 7:28 pm 10077
JuanDBB JuanDBB

Hello,

I have reinstalled the plugin and seems to work now! Thank you for your support. If the problem arises again I will contact you.

November 14, 2013 at 11:10 pm 10080
JuanDBB JuanDBB

Well, I was too fast. The registration form worked ok, but the forms for uploading content have the same problem from time to time. Well, If I get to know what it’s going on I will post it here.

November 18, 2013 at 1:16 pm 10222
JuanDBB JuanDBB

I have seen that I was not the only one with this problem. I have solved it adding to wp-config.php

@ini_set('display_errors',0);
define('WP_DEBUG_DISPLAY', false);
Viewing 10 Posts - 1 through 10 (of 10 total)