-
Search Results
-
Topic: Invalid download link
Hi,
I am getting this “Invalid download link” 500 error on downloads when i enable reCAPTCHA. The reCAPTCHA appears to be setup correctly, and the test button in download manager settings says pass. When i’m logged into the wordpress site, downloads work fine, so its like even though acccess control is set to “All visitors”, its not actually giving access to guests.
I’ve read through every other invalid download link post on this forum and nothing seems to have helped. I deactivated any plugins that looked like they could interfere with no improvement.
I enabled debug logs and ran them through copilot, this is its summary:
“This shows:
– The page loads correctly.
– CAPTCHA validation succeeds.
– A WPDM AJAX request returns 400.
– The generated download link then returns 500 Internal Server Error.So the problem is not Google reCAPTCHA. The test result and logs both confirm CAPTCHA validation is successful.
The fault appears to be inside WordPress Download Manager (WPDM) after CAPTCHA has been accepted.”
Any ideas?
Hi,
Is there a way to change button color values in link templates? I’ve duplicated and modified a couple of them, but I haven’t been able to change that value.
Thanks.
Hi there, I am using this shortcode.
On initial load it only shows the packages from the 2 assigned Categories, Once I choose a Category from the drop down and then choose “all categories” in the drop down it shows all packages from all categories of my website and not the 2 assigned to this shortcode like on the initial load of the page.
[wpdm_all_packages category_filter="true" categories="Kleine Leute Großer Gott, Kleine Leute Großer Gott Zusatzmaterial" tag_filter="true" orderby="date" order="DESC" cols="page_link|categories|publish_date|download_link" colheads="Titel|Kategorie|Datum::150px|Download::100px"]
Any solution for this?
THX GabrielTopic: Sort by date not working
Hi there, as many other users I have the same problem. Unable to sort by date. The Table would always sort by the first column.
[wpdm_all_packages category_filter="true" categories="Kleine Leute Großer Gott, Kleine Leute Großer Gott Zusatzmaterial" tag_filter="true" orderby="date" order="DESC" cols="page_link|categories|publish_date|download_link" colheads="Titel|Kategorie|Datum::150px|Download::100px"]Any solution for this?
THX GabrielHi WPDM Support Team,
I am planning to build a software download experience on our WordPress site similar to this workflow: https://downloads.flexconsoftware.com/p/emulation#step-1
Before purchasing, we would like to confirm if your plugin (along with any of your official add-ons) can handle this exact flow:
1. Software Selection & Lead Capture: A user arrives at the download page, selects the desired software version/architecture (e.g., Windows 64-bit, macOS, Linux), and fills out a multi-field form (Name, Email, Company, etc.).
2. Inline Email OTP Verification: Upon submitting the email, the system generates a 6-digit OTP code (or a verification link) sent to the user’s inbox. The user enters this code on the same page (or verifies it via link) to confirm ownership.
3. Seamless Download Access: Once verified, the download is unlocked instantly without requiring page reloads or forcing a traditional password-based registration.
4. No Link Expiration: The access/download link provided after verification must not expire over time.Could you please advise if this setup can be achieved using WPDM and its add-ons, or if you recommend integrating WPDM with a form plugin (e.g., Elementor Pro Forms / Fluent Forms) + an OTP verification tool?
Looking forward to your guidance!
Best regards,
Topic: post_content does not work
On some pages I have blocks similar to this one
[wpdm_all_packages login=0 thumb=1 items_per_page="20" categories="XYZ" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|publish_date|post_content|download_link" colheads="Title|Date|Description|Download::155px"]
I can see all the details except post_content (this column displayed correctly in previous versions). How can I fix this?