• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Gravity Forms | The Best WordPress Form Plugin | Form Builder

Gravity Forms | The Best WordPress Form Plugin | Form Builder v2.8.7

No permission to download
Anyone else using v2.4.21.4 (that Babak just posted), and cant access /wp-admin/plugins.php anymore?
I'm thinking theres an issue with the null, but i dont have time rn to debug...

2.5 is out
Only beta v2. not the final release.
 
Anyone else using v2.4.21.4 (that Babak just posted), and cant access /wp-admin/plugins.php anymore?
I'm thinking theres an issue with the null, but i dont have time rn to debug...

Confirmed. Something is causing the the version check api to keep firing.

Annotation 2020-11-15 044644.jpg
 
  • Like
Reactions: dr94101
The fix is in `gravityforms/common.php: 2684` `function get_version_info()`.
PHP:
    public static function get_version_info( $cache = true ) {
        // Add these two lines to fix the null infinite requests.
        $version_info = array( 'is_valid_key' => '1', 'version' => '', 'url' => '', 'is_error' => '1' );
        return $version_info;

        //rest of function
    }

@Babak im not by my work computer so I can't zip the changes. Can you fix and reup?
 
Please test and report back. :)
 

Attachments

  • gravityforms-2.4.21.4_NULLED.zip
    5.4 MB · Views: 221
  • Love
Reactions: Babak
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock