Enabling any of the “lock options” results in inability to download.
Removing lock options allows downloads, so there is an error/bug somewhere in the lock options part.
Enabling linkedIn sharing or facebook liking even results in not loading the page completely so it seems there is a major issue.
Havent tested with all template styles, but that doesnt seem to be the issue, it is enabling any of the locking options.
Ok. I deleted V4 and installed 3.37 again. All Downloads are back.
but also with an new and valid license the plugin do not let me add a new download or manage my 350 galeries. It still swithes emmediatly to the license site …
What can I do? Spending 45$ again …
I was happy with 3.37, because I did not want to change all 350 ID´s ….. but I need to add new downloads
After further examination it seems as if Zip File creation is not supported for URL downloads or Google Drive downloads. Is this correct?
Shouldnt the plugin cache the URLs locally and then create a zip file from these?
It appears that if I create a new download or remove and re-upload the files it shows the download button and password again.
I don’t have time to re-upload all my downloads. Is there a broken link?
You need to copy the tpls/ dir from download manager plugin dir to active theme dir. (This is required to do in-case you want to update your plugin later the change wont be effected on design)
Then rename it copied tpls dir ( which is in your theme dir ) to download-manager
Now edit wpdm-all-downloads.php in download-managerdir ( which is in your active theme dir )
AND, just got this back from server host, So please could you dealt with it ASAP. thaks
The PHP www-error.log displays a PHP Fatal error which likely correlates to each time you attempt a download. You can test this yourself by attempting the download, then checking the log, and looking at the timestamp of the error message, or just looking for a new entry at the bottom.
The error message mentions the plugin ‘download-manager’ specifically, so this is likely the cause of the failed downloads :
[19-Jan-2017 23:20:43 UTC] PHP Fatal error: Call to undefined function WPDM\wpdm_is_url() in /srv/data/web/vhosts/www.habitararchitects.co.uk/htdocs/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 30
This is an error with the plugins code, it is calling a function that is not defined within the code. I suggest you pass along this error to your plugin developer.
I am new to wordpress and I have bought your system including the archive pages. I am trying to create a page where you can see all of the top level categories and then drill down.
I am also trying to work out how I can edit this page so that the feature image only shows in the small area – not before the results:
You can create a page and add any of the following short-code : [wpdm_category]– Query All Downloads From One or More Categories [wpdm_tags]– Query all downloads from specified tag(s) [wpdm_all_packages] – List all downloads in tabular format in a page
example, Category short-code will all parameters:
[wpdm_category id="Category Slug(s)" operator="IN" title="Custom Title Here or 1" desc="Custom Dscription or 1" toolbar="1" order_by="field name" order="asc or desc" item_per_page="10" template="temaplte name or ID" cols=4 colspad=2 colsphone=1]
However, you can use Advanced TinyMCE button plugin, which will help you to add short-codes in your page.
1. It is not possible to automatically add users to a level. Registered user must subscribe to a plan ( use [wpmp-membership-plans] shortcode to show all plans, user can subscribe from this page ) to access downloads assigned to that plan.
2. User can access all membership downloads from dashboard or a custom download page ( use [wppm_downloadarea] shortcode to create custom download page )
3. Sorry not cleat. But if you are trying to change button of link/page template then use Image button or Button Templates add-on.
I know that I can do a new link template, and this is what I have done, but around this template and all my downloads, wpdm is putting this two div containers around. and I cant change this. Or I dont know where.
The license key when entered says that it is invalid. I’m wondering why that is? I was using the plugin locally while developing and entered the license key and have removed the license key since I’m migrating to staging and wanted to test in staging. Now when entering the license key, it says that it is invalid. I’m assuming that the license key can be reset, in which if that could be done, that’d be awesome.
Also, one other issue is that the user dashboard urls generated lead to 404 pages.
On the local development site, the logout url is : downloads-dashboard/?udb_page=logout
but in staging the url is : downloads-dashboard/logout
How do I fix the urls being generated? Is this due to the license key? I’ve tried updating all settings in staging, updating permalinks and still all of the logout, profile update, etc… URL’s are resulting in a 404 error.
I just uninstalled previous version and installed the latest, 4.6.1 Pro. -I also installed and activated the latest dropbox plugin. For dropbox plugin I followed instructions here:
I am stuck on step 5. I cannot find the cloud storage tab in >Downloads >Settings. There is a tabbed menu with Basic, Frontend, Social, Updates and License.
Both Download Manager and Dropbox appear to be active. I am using WordPress 4.7.1
I’m using Download manager already for a long time and I purchased it already for a few sites.
On the URL above you’ll see 5 tabs.
The downloads on the 1st 4 tabs works fine.
I added the 5th tab only recently and the downloads are not working. I always get ‘file not found’.
I add the files by ‘Bulk import’.
When I add a file manually 1 by 1, than it does work.
Also I don’t t see the map tree structure anymore on the bulk import page and when I add the URL of the files, he shows me all files, but in the last column I see size: 0.00Mb
I already updated to the latest version but that didn’t helped.
I was thinking on some security restriction but then it’s strange that it is working for 1 file.
Hi, the problem can be solved in
WP Super Cache plugin in causes the problem. As all downloads via our plugin are done via a GET request. So I check the option: ‘Don’t cache pages with GET parameters. (?x=y at the end of a url)’ and the downloads are working again.
or
You can try using w3 total cache http://wordpress.org/plugins/w3-total-cache/ instead
or
In WP super Cache by setting the Cache Timeout from “WP super Cache” to 1, and then back to 1800.
or
try basically adding \?wpdmdl.* to the list of url strings that force a page not to be cached in Super Cache settings.
or
if you have any cache plugin installed clear cache first. Then go to permalink settings and save it without making any changes.