Gravity Forms | The Best WordPress Form Plugin | Form Builder

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

No permission to download

dannyl

Member
May 7, 2020
85
47
18
Anyone else using v2.4.21.4 (that Tomz 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.
 

dannyl

Member
May 7, 2020
85
47
18
Anyone else using v2.4.21.4 (that Tomz 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

dannyl

Member
May 7, 2020
85
47
18
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
    }

@Tomz im not by my work computer so I can't zip the changes. Can you fix and reup?
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu