Hi,
WPDM download links are working fine on your site, but not sure how you integrated them with wc. Please give me your wc product link where you added wpdm link to check the issue in detail.
Hi,
Please keep buy now option disabled for now, use only regular checkout option:
Regular checkout is working fine.
We are working on the buy now option, it will work properly from that next update.
okay now.
okay now, it was due to an API change in wpdm v6.
Hi,
Your URL https://www.specmacenter.com/downloads/ is working fine, please let me know where are you facing a problem.
Please update to the latest version 6.0.6. That will fix any issue you are facing.
I meant, copy the changed file ( Session.php ) from https://productivehomeschoolingcom.bigscoots-staging.com to your production site to avoid waring or add define('WPDM_ACCEPT_COOKIE', false);
in your wp-config.php.
LOL, you meant tree view shortcode, we already documented it on https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/. Simply adding newwin=1
with shortcode shall open the link in a new window/tab.
Please give me an URL where the download link opens on the same tab for you. In my test ( https://flowersoapscoil.ipage.com/aitech/test/?search=p ), it is opening in a new tab.
Please copy /src/__/Session.php
Alternatively, you may add define('WPDM_ACCEPT_COOKIE', false);
in your wp-config.php, which shall disable wpdm cookie and you will not see that notice on the error log.
But, it seems like, your server is blocking the wpdm cookie, that also could be a reason for that notice.
Hi,
WPDM latest version requires min wp 5.3
Please update to 5.0.8. After the update, please deactivate and reactive the plugin, which will resolve the issue.
It is because there are many other errors/notices coming from your site. However, I’ve disabled wpdm’s log.
Please try now.
okay now.
Please send me temporary wp-admin login info to check.
Filter hook wpdm_download_link
and download_link
works differently.
wpdm_download_link
accept 2 parameters 1st parameter is download link html code, 2nd parameter is an array just contaiting package ID, ['ID' ► {Package ID}]
, and inside the filter to can retrieve package date using the give ID, $packageObject = WPDM()->package->init($param2['ID']);
and download_link
filter is documented here https://www.wpdownloadmanager.com/doc/filter-reference/download_link/
However, please let me know what are you trying to do, so that I can explain your better :).
Hi,
Probably a warning/error from his plugin doesn’t affect his plugin, but always any warning/error affects site operations overall.
Also, his excuse is not good, simple, there should not be any WARNING within a plugin.
The warning generating from his plugin resulting unexpected output for your site, so any other plugin that needs to set session or cookie will fail due to the unexpected output, that’s where wpdm through the notice, but still it may not affect download functions. If you deactivate ActiveMember360, the issue with be resolved.
Checking.
Working properly now, we have fixed the issue and updated the plugin.
[wpdm_download_count]
shortcode will show the total download count for the entire site.
[wpdm_package_count]
shortcode will show the total package count
Hi,
Downloads are working fine now, I’ve added the following code before the download function to re-serialize data in the format your server now recognizing.
https://gist.github.com/codename065/66fed509a2b898d4bcddcb12081d9023