• 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"

Piotnet Addons For Elementor Pro (PAFE Pro)

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

No permission to download
@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
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 );
 
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.
 
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.
 
I'll raise a ticket with the author
 
wordpress is so stupid about it. If you put a return to the update function in a plugin, it affects them all.
 
  • Like
Reactions: Medw1311
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.
 
@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: Medw1311

Forum statistics

Threads
79,486
Messages
1,143,476
Members
248,998
Latest member
tnoco2024
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