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

Duplicator Pro - Best Site Migration & Backup Plugin For WordPress

Duplicator Pro - Best Site Migration & Backup Plugin For WordPress v4.5.17.1

No permission to download
Weird, I'm using Babak file + edit this file:

I also tried it on my site, working fine. Try reinstalling.
or replace this file :
It doesn't work. I've noticed that simulated response doesn`t have the "item_name" and "activeSubscription" values. Not sure it this has something to do.

It doesn't work anyway. Downgrading to 4.5.16.1 working fine.
 
Weird, I'm using Babak file + edit this file:

I also tried it on my site, working fine. Try reinstalling.
or replace this file :
I got it working by editing addons/Probase/src/models/LicenseData.php and changing getLicenseData() function into this:

PHP:
public function getLicenseData() {
    // Override default license data to simulate a valid license.
    $this->data = [
        'success'            => true,
        'license'            => 'valid',
        'item_id'            => 31,
        'item_name'          => $this->plugin_name ?? '',
        'checksum'           => '1415b451be1a13c283ba771ea52d38bb',
        'expires'            => 'lifetime',
       // 'payment_id'         => 31,
        'customer_name'      => 'GPL',
        'customer_email'     => '[email protected]',
        'license_limit'      => 1000,
        'site_count'         => 1,
        'activations_left'   => 999,
        'price_id'           => '11',
        'activeSubscription' => true,
    ];

    $this->status = self::STATUS_VALID;
    $this->type = AbstractLicense::TYPE_ELITE;
    $this->lastRemoteUpdate = gmdate("Y-m-d H:i:s"); // Update with the current time.

    return $this->data;
}
 
the version I uploded has all the fixes alredy done and its working on 2 of my sites
 
  • Like
Reactions: Unreal_NFS
I believe that the trouble is being caused by the stored timestamps. So if there is a wrong timestamp, the license is being cached in someway and it's not being retrieved using the add_action

Yes, you right, there is delay after the license verification failed.

Can you help me check my previous plugin (or using Babak file), go to Duplicator Pro > Setting > Licensing, then press [Clear Key] or [Deactivate]. It should triger a new license update.
 
Yes, you right, there is delay after the license verification failed.

Can you help me check my previous plugin (or using Babak file), go to Duplicator Pro > Setting > Licensing, then press [Clear Key] or [Deactivate]. It should triger a new license update.
Yes, I've tried several times with [Clear key] or deactivating it. Sometimes it seems to work, and it displays the green text, but when going into another screen the missing license banner is being displayed again. So it doesn't keep activated / licensed. That's why I've overrided the getLicenseData function. This way it works with no problem.
 
  • Like
Reactions: tothetop
Does anyone have a 4.5.16.4 package which work out of box? last "fixed" version blur schedule and storage when installed on the top of previous version. I have track load of websites and don't want to fiddle with the custom code

thank you
 

4.5.17 – April 18th, 2023​

PHP Version: 5.6.20+
WordPress Version: 4.0 or greater
Tested up to: 6.5

Plugin:
  • [NEW] Added ability to download diagnostic data toolkit from the “Tools” > “Utilities” section
  • [NEW] Added Remote Download Backup Feature
  • [NEW] Added Remote Restore Backup Feature
  • [NEW] Added in the OneDrive storage the option “HTTP Version” useful for the storage to work on Plesk
  • [UPD] Added Support for Onedrive Business account
  • [UPD] Updated encryption library (pcrypt removed)
  • [UPD] Improved the label, description, and UI of the HTTP Basic Auth setting
  • [UPD] Improved output string escaping
  • [UPD] Enable using Duplicator’s SSL certificate for verification in FTP storages with cURL
  • [UPD] Updates for WordPress 6.5
  • [FIX] Remove the user’s duplicator capabilities when removing the plugin and improve the uninstall cleanup function.
  • [FIX] Fixed a problem where, on some servers, if the ignore_user_abort function is not defined, the backup creation fails.
  • [FIX] Fixed an issue where a Backup was considered present in remote storage even though the transfer had failed.
  • [FIX] Fixed the problem where after a scan, before creating a Backup, if you set up quick filters with previously set up but disabled filters, they would not reset.
  • [FIX] Better error handling for Google Drive when the first chunk upload fails.
  • [FIX] Fixed package upload issues with OneDrive Business.
Installer:
  • [FIX] Removed WP function usage in the installer script.
 

Latest posts

Forum statistics

Threads
79,454
Messages
1,142,796
Members
248,417
Latest member
Chrozic
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