- This topic has 5 replies, 4 voices, and was last updated 1 year, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Welcome to GPLDL - we are still beta - please report any bugs via the contact form.
Hello, just downloaded the WP STAGING PRO plugin to migrate o page to another but it is asking me for license key ….
Open the files below
Pro/Backup/Ajax/Listing.php
Pro/Backup/Ajax/FileList.php
and on or around line 55 change this line:
$isValidLicenseKey = (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey();
to:
$isValidLicenseKey = true;
disclaimer: for testing purposes only.
Correction to the above
Edit: Pro/Backup/Ajax/FileList.php on or around line 55 change this line:
$isValidLicenseKey = (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey();
to: $isValidLicenseKey = true;
Edit: Pro/Backup/Ajax/Listing.php on or around line 55
‘isValidLicense’ => (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey(),
to: ‘isValidLicense’ => true,
disclaimer: for testing purposes only.he
Gives me this error:
Error: 500 – . Please try again or contact support.
Hi, still not working. Why would you pay GPLDL if their plugins does not work?
Hi Bastian, you are not paying anyone. If you decide to make a donation you are doing so to allow GPLDL to maintain a catalogue of unmodified premium WordPress items. They may or may not work as you attended and some may require serial numbers which cannot be provided here because we respect the developers’ TOS. Some people in the community may provide solutions of how to modify the code as you see above. If you do not like that or if it still does not work for you, we strongly recommend to buy a full license from the developers and support them.