tavy87

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
Feb 13, 2017 at 4:05 am
#53650
Member
tavy87
OP

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!

Feb 13, 2017 at 12:52 am
#53647
Member
tavy87
OP

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

Jun 6, 2016 at 8:14 pm
#46131
Member
tavy87
OP

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)