Hello,
We are using WordPress version 5.5.3
Our Download Manager add-on is at version 5.2.4
We are using the following Page Template for a package:
<div class=”thumbnail”>
<div class=”media”>
[icon]
<div class=”media-body”>
[page_link]<br />
Released: [create_date]<br />
Updated: [update_date]<br />
Downloads: [download_count]<br />
[download_link]
</div>
</div>
</div>
The download link looks like this:
https://enea-my.sharepoint.com/:i:/g/personal/mitu_enea_se/EecFQ1jNfzpNhqccLJPFeXoByt17m5BBmIPwcq7e1Lp9Ug?e=j4QRZR
and clicking on it does NOTHING.
While using an older version of the WPDM, the download link looked like this, and the download worked:
https://enea-my.sharepoint.com/:i:/g/personal/mitu_enea_se/Ea3uhf2237ZEijRFMw0JyxgBMZMW2GV-o3x6CuxaHkCKoA?e=UcqRL8
We noticed that when using the [file_list] along with Single File Download attribute Enabled, the Download link/button looks OK and it works.
How can we make the download link work again?
Thank you,
Mihai Nitu
Hello,
I’m getting a lot of php errors with DM
Example:
Notice: Trying to access array offset on value of type bool in /home/site/public_html/wp/wp-content/plugins/download-manager/admin/tpls/settings/addon-update.php on line 79
Timestamp: 2020-12-06 12:38:45 UTC
Stack Trace
-----------
1. include('/home/site/public...')
/home/site/public_html/wp/wp-content/plugins/download-manager/admin/menus/class.Settings.php:339
2. WPDM\admin\menus\Settings->pluginUpdate()
/home/site/public_html/wp/wp-content/plugins/download-manager/admin/tpls/settings.php:30
3. include('/home/site/public...')
/home/site/public_html/wp/wp-content/plugins/download-manager/admin/menus/class.Settings.php:42
4. WPDM\admin\menus\Settings->UI('')
/home/site/public_html/wp/wp-includes/class-wp-hook.php:287
5. WP_Hook->apply_filters('', Array(1))
/home/site/public_html/wp/wp-includes/class-wp-hook.php:311
6. WP_Hook->do_action(Array(1))
/home/site/public_html/wp/wp-includes/plugin.php:478
7. do_action('wpdmpro_page_settings')
/home/site/public_html/wp/wp-admin/admin.php:259
8. require_once('/home/site/public...')
/home/site/public_html/wp/wp-admin/edit.php:10
Context
-------
URL : /wp/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=plugin-update&newpurchase=1
Referer : https://site/wp/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=plugin-update
HTTP Method : GET
HTTP Host : site
HTTP Status : 200
isSSL : Yes
Current Filter : wpdmpro_page_settings
Execution Time : 2.066 s
Memory Usage : 8.29 MiB
PHP SAPI : litespeed
Hi – I’m trying to setup the PAD importer and it all works, but I need a slight configuration change. I want just the PAD submit URL field and not the email field. Basically so anyone can just submit a PAD file rather than have to put in an email address. I know it can be done as I’ve done it before, but I cannot remember how to do it!
Any ideas?