Sorry about the naming confusion. Archive Page and Directory add-on refers to the same add-on.
From now on you can do do the automatic update. Login to your WPDM account from Downloads Settings Updates page to allow automatic update.
Hi,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
Send your license key in private reply if still getting the error.
Thanks.
On that link, you are trying to download a package with id 11441
but I found no package with this id. Update the link with a correct package id to fix the error. Also, update you WPDM to current version 4.9.8
I have already added the patch on your site. It will also be added to the next update of the plugin.
Hi Michael,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
Thanks.
I saw your last reply later. Before that, I installed the v.4.9.7 ( after deleting 4.9.8 ) and then updated the plugin. Yes, future updates will work fine from now on.
Hi,
We haven’t changed anything related to roles. If you want other users to create pacakge then use the frontend uploader. Set the allowed user roles from Downloads Settings Frontend Access page.
How did your custom role users create downloads before?
Thanks.
Fixed the update issue. Just updated the plugin from 4.9.7 to 4.9.8 using the auto update. Thanks for providing the temporary user to debug this.
Your suggestion is noted for implementation. We will add an email template for the admin notification email.
Downloads are working now. Added the following patch to fix the error.
Which template are you using there? Is it possible to share the page link?
It is not a bug. The plugin is designed in that way. A file can be associated with more than one package that’s why we don’t delete files when a package is deleted.
However, you can utilize the code suggested here https://www.wpdownloadmanager.com/support/topic/delete-files-when-deleting-package/ to delete files when deleting a package.
Hi,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
If that doesn’t work send me your order id or license key.
Thanks.
Download Manager uses some custom tables. These tables are prefixed like this {$wpdb->prefix}ahm
An example is wp_ahm_emails
. Some other data are saved in core options and meta table.
It is actually not safe to delete/modify DB table if you are not 100% sure what you are doing.
Have you activated Download Manager on each subsite separately? Please send temporary wp-admin login info in private reply to check the issue.
Please send temporary wp-admin login info in private reply to check the issue.
I have updated the shortcode to [wpdm_login_form redirect="http://www.egian.eu/documents/"]
Now the user will be redirected to the documents page. But you have to clear the cache to make it work as your page is showing the old cached content.
Looks like you have installed the updated version of the directory add-on.
The saving issue and other ajax requests are being blocked by Word Fence with a 403 Forbidden response. You have to allow AJAX request from WPDM to fix the spinning issue.
The license manager is not a must-use feature. So, you can just keep using your current licensing system. When creating a product uncheck the “Enable Licensing” option in the Pricing tab if you don’t want to link a license key with orders of this product.
In your shortcode add a logo
parameter and set your logo URL as the value. That will fix the first warning. Please check the following example,
[wpdm_reg_form logo="https://demo.wpdownloadmanager.com/wpdmpro/wp-content/uploads/sites/2/2019/05/download-manager-logo.png"]
I did login there. But just like you, I don’t see any attached file. The solution at the moment is attaching those files again.
To debug the issue further I need more info about the version you were using before. Also, let me know if you made any recent changes on site.
It is better if you create a new ticket for this because you won’t see my replies if I set them private as you are not the author of this ticket.
How did you add those custom checkboxes? Are you using a hook? I couldn’t find the code inside the theme’s functions.php.
Your custom template directory name download-manager
is misspelled inside your theme. So, those custom templates won’t work.