tavy87

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
in reply to: Invalid License Key! #53650

tavy87
Member

I was able to fix it by updating to the latest version. It’s honestly hard to tell if you have the latest version, as the automatic update within Settings does NOT work for me even if it says SUCCESS! after clicking to update.

So I had to download the zip file myself, extract it, upload it via FTP and overwrite my old plugin folder, and then go back into WP-admin and activate the plugin, and then save my license key. It worked after that.

The update process really should be simpler, not sure why the one-click update doesn’t work for Download Manager.

Hope this helps someone!

in reply to: Invalid License Key! #53647

tavy87
Member

I’m having this issue suddenly too! How do we fix it or verify our license again?

in reply to: Frontend Uploader Links Broken? #46131

tavy87
Member

I found that in several php files: author-dashboard.php, wdpm-list-files-front.php, wpdm-add-new-file-front.php, and maybe more? There is a few lines of code:

$edit_url = $burl . '/edit-package/%d/';
if(get_post_meta(get_the_ID(),'__urlfix', true) == 1 || !get_option('permalink_structure'))
        $edit_url = $burl.$sap.'adb_page=edit-package/%d/';

It is this If statement that is never running for some reason on my website. I removed the If statement and simply have:

$edit_url = $burl . '/edit-package/%d/';
$edit_url = $burl.$sap.'adb_page=edit-package/%d/';

Now it seems to work… Will this ruin any other areas of my website that I should be mindful of? Or is there another solution I’m not seeing?

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)