Piotnet Addons For Elementor Pro (PAFE Pro)

Piotnet Addons For Elementor Pro (PAFE Pro) v7.1.61

No permission to download

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,649
26,993
120
@BNew99 When you have time can you have a look through the code of PAFE Pro and see if you can find code that blocks updates for some other plugins showing up.

I had an issue where on my main update checker test site I wasn't getting notifications for Elementor Free 2.9.8 and Pro 2.9.3 (its also happened with some other Elementor Addons, but not all of them). I finally traced the issue down to PAFE Pro (after deactivating it all the updates appear).

This isn't an issue with your Null as I'm using genuine licenced versions.
Have you had a chance to check this @BNew99 or @NullMaster can you look at it?
 
  • Like
Reactions: NullMaster

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
Can you just show me the changed code, as i can't really test the issue until other updates are available.
Nothing changed. the same method.
admin-page.php
Code:
   $domain = get_option('siteurl');
    $domain = str_replace('http://', '', $domain);
    $domain = str_replace('https://', '', $domain);
    $domain = str_replace('www', '', $domain);

    // if ($domain != 'wp.test' && $domain != 'pafe.piotnet.com') {
    //     $file = fopen(__DIR__ . "/log.txt","w");
    //     fwrite($file,$domain . '-' . get_option('piotnet-addons-for-elementor-pro-username'));
    //     fclose($file);
    // }
    
    $response = 200;
    $response_body = wp_remote_retrieve_body( $response );
    $response_body_trim = trim($response_body);
    
    update_option( '_site_transient_update_plugins', '' );
    update_option( 'piotnet-addons-for-elementor-pro-activated', 1 );
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,649
26,993
120
Nothing changed. the same method.
admin-page.php
Code:
   $domain = get_option('siteurl');
    $domain = str_replace('http://', '', $domain);
    $domain = str_replace('https://', '', $domain);
    $domain = str_replace('www', '', $domain);

    // if ($domain != 'wp.test' && $domain != 'pafe.piotnet.com') {
    //     $file = fopen(__DIR__ . "/log.txt","w");
    //     fwrite($file,$domain . '-' . get_option('piotnet-addons-for-elementor-pro-username'));
    //     fclose($file);
    // }
   
    $response = 200;
    $response_body = wp_remote_retrieve_body( $response );
    $response_body_trim = trim($response_body);
   
    update_option( '_site_transient_update_plugins', '' );
    update_option( 'piotnet-addons-for-elementor-pro-activated', 1 );
That doesn't solve my problem I don't think.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
There is no error in his work. can you share screen
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,649
26,993
120
There is no error in his work. can you share screen
When I had it activated on a site it stopped updates for other plugins showing up, when i disabled this plugin they showed up.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
wordpress is so stupid about it. If you put a return to the update function in a plugin, it affects them all.
 
  • Like
Reactions: MrSam_1

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,649
26,993
120
wordpress is so stupid about it. If you put a return to the update function in a plugin, it affects them all.
That is so messed up. I know there is a coming soon plugin that does this too.
 

BNew99

Well-known member
Babiato Lover
Trusted Uploader
Apr 2, 2019
726
2,414
100
@medw1311
Yes the problem comes from the plugin itself.
I have the same issue whatever the version I use, original licenced or nulled one.
Unfortunately if the developper is a very prolific code producer he's not a great talker. And many of my emails went unanswered.
 
  • Like
Reactions: MrSam_1

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