• Basically, title.

    I have been pulling my hair our trying to figure out the issue with registrations on my site.

    I use gravity forms for everything, optin forms, registration form, payment gateway, and more.

    The only thing I don’t use it for is login, but anyway…

    Being that I have a very complex setup, I started troubleshooting everything except gravity forms.

    After about 40 hours of this I decided to go to the bare minimum: fresh wp install with 2 plugins: gravity forms and gravity forms registration add-on.

    I still had issues.

    Found an old version of gravity forms and tried that. Still having issues.

    Then as my last resort, I decided to do a fresh install with the previous wp version (6.7.4) and try it again.

    Everything started working perfectly.

    During trouble shooting with the latest wp version (6.8.3), I noticed the log stops right after Calling wp_create_user()

    another error log I would see regularly on Gravity Forms Registration log was the following:
    2025-10-25 13:34:06.100758 – ERROR –> GF_Feed_Processor::task(): Aborting. Feed (#1 – User Registration Feed 1) attempted too many times for entry #10. Attempt number: 2. Limit: 1.

    then sometimes after about 2 minutes, the new user would appear on the site -but not all the time. other times no user would show up at all.

    seems like some sort of time out issue.

    Like I mentioned before, registrations work perfect with the previous wp version, so I’m guessing its something to do with wp and not necessarily gravity forms.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Like I mentioned before, registrations work perfect with the previous wp version, so I’m guessing its something to do with wp and not necessarily gravity forms.

    If something changed in the new version of WordPress, it is the responsibility of individual plugin and theme authors to adapt their plugin/theme code to play nice with the new version of WordPress, and not the other way round.

    I’ll recommend getting in touch with Gravity and letting them know you’re having issues with your software on the latest version of WordPress: https://www.gravityforms.com/help/

    Good luck!

    Hi @eightiesbaby, As the issure related to Gravity Forms,  I recommend reaching out to the plugin’s support team with your questions. They are the most qualified to provide accurate and detailed information. Here is the support link goes https://www.gravityforms.com/open-support-ticket/

    Turn on the debug log mode adding following in your wp-config file

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);


    Then look for the debug.log file in the wp-content directory. There might be a fatal error occurring. Could you please share it here so that you can get a solution?

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.