When trying to import entries from Download Monitor 3.3.6.1 into Download Manager 4.1. The import process freezes and the following errors are appearing in the Apache error log:
1) PHP Fatal error: Call to undefined function update_wpdm_meta() in wp-content/plugins/wpdm-import-download-monitor/wpdm-import-download-monitor.php on line 49
2) WordPress database error Unknown column ‘files’ in ‘field list’ for query INSERT INTO ahm_files (title,description,files,password,download_count,access,show_counter,quota,category,link_label,url_key,create_date,update_date,preview,template,page_template) VALUES (‘2012 Statistics’,’2012 Statistics’,’a:1:{i:0;s:73:\\”http://XX.XXX.XXX.XX/wp-content/uploads/downloads/2013/01/2012stats.pdf\\”;}’,”,’0′,’a:1:{i:0;s:5:\\”guest\\”;}’,’1′,’0′,’a:1:{i:0;s:14:\\”stats-category\\”;}’,’Download’,’2012stats’,’1358279524′,’1401136692′,”,’link-template-default.php’,’page-template-default.php’) made by do_action(‘wp_ajax_wdm_settings’), call_user_func_array, wdm_ajax_settings, call_user_func, wpdm_import_download_monitor
thanks in advance.
Why the download count is working on ALL other packages with one file with the same template to show but not on S3 linked one?
What you wrote will not count the other packages with local files, too but it do.
The key is working, downloads are working well, it also uploads 30 MB and then fails back to 975 Kb and counts again to around 30MB, just a loop. It seems there is a problem with big files not with the api key.
hello
when i insert a new file as a download via “upload” it doesn’t go.
(the download-link will go allways to “file-not-found.txt”).
but when i choose “browse” the file will be available…
if i look trough ftp to the server, all files are in the “download-manager-files”-folder.
thank you for your answer…
How long it is valid? This is an important information because in one hour as example, people can download all files.
Do the download count not work with S3? All S3 files I have added have still not one download but i downloaded it from different computer around the world (remote) and the number is not increasing. The local links increase well.
BTW: I was not able to uplaod to S3 with the plugin. It starts regular automatically the upload new. Seems to be a loop.
Thanks so much Shaon – unfortunately I can’t seem to get this to work – was the following what I was supposed to change?
echo "<li class=\"file ext_$ext\"><a href='".wpdm_get_download_link(get_the_ID())."' rel='".wpdm_get_download_link(get_the_ID())."'>".get_the_title()."</a></li>";
I get the attached happening when using this…
However, i’ve had a bit more of a look and have managed to get it working using the following…
echo "<li class=\"file ext_$ext\"><a href='".wpdm_download_url($file)."".(get_the_ID())."' rel='".wpdm_download_url($file)."".(get_the_ID())."'>".get_the_title()."</a></li>";
๐
#1, #2) only pro version has mutli-file support. WPDM Free v2.7 still in RC and we didn’t adjust some wording yet. We will replace “package” with “file” as it is in wpdm free v2.6 now. sorry for the misunderstanding.
#3) it may happen only if your theme css interface with download button css. if you just want link and icon without any button style, please open /download-manager/templates/link-template-default.php , remove link-btn [color]
anyhow please let me know if you have any other question.
Plugin: WP DOWNLOAD MANAGER V3.2.6
I cannot add new documents to an existing package.
I select a document using OPEN FILE BROWSER.
I then select UPDATE PACKAGE.
Nothing is updated. I return to the Manage Packages screen, then reopen the same package but the new document is not added.
Also when I Select Link a icon to associate with a file, this does not update either.
My wordpress user is ADMINISTRATOR.
Currently I cannot edit existing packages and have to create new packages in order to update or add documents.
Does anyone have the same problem or can anyone advise how to fix this?
Can I please have some help? I purchased and downloaded the Business Version at $125 and Installed and Uninstalled my License Key.
It Says Invalid Link. I have used it once and now it doesn’t work.
marie.stonestreet@heapg.com
hornersupport.wpengine.com
Is it possible to add a PDF previewer in a page template as well as a download link?
For now please open /wp-content/plugins/download-manager/templates/link-template-default.php , replace [file_size] with [download_count] , in later update we will add better option.
generate license key from order details page clicking on license button and apply the key.
https://drupal.org/project/filebrowser is totally different idea then wpdm pro. attach dir option will attache all files and dir inside the selected dir but you can’t apply access restriction per file but you can apply access restriction for complete package. To list all files attached with package at front-end you need to use [file_list] tag with page or link template, more details about templating is here http://www.wpdownloadmanager.com/doc/templates/
Not an issue actually, when I set a larger limit ( tried with 300 ) download link become available again http://acapelladjs.com/download/voltio-ft-n-klabe-ella-volvio-acapella-dirty-mp3/
in order details page, you will see 2 buttons, click 2nd one to see the list of files in a popup with individual download link. download 4.1.0 from there
This reply has been marked as private.
replace get_permalink with wpdm_get_download_link
1) to remove icon issue, please rename xlsx_mac.png with xlsx.png in dir /plugins/download-manager/file-type-icons/32x32/
2) To hide the popup simply need to click on trigger link again, though, I’ll add a close button on next update
Hey, im listing my downloads with: [wpdm-all-packages link_template="link-template-panel" ]
But i also want use other page template like: page-template-col2-il
show should i place this? i’ve been trying as:
[wpdm-all-packages link_template="link-template-panel" " page-template-col2-il"]
This reply has been marked as private.
you can also apply link template from short-code link [wpdm_package id="123..." template="template-id"] , anyhow you may also check this add-onhttp://www.wpdownloadmanager.com/download/wpdm-default-values/
see the breadcrumb in the link here http://www.easysketch.co.uk/model-downloads/siemens-hob/
I want to output my packages onto a standard page layout with no side-bar
Excellent, this answers one of my questions. Is it possible to make this behavior the default? Or specify this link template for multiple downloads at the same time?
I’m still curious if it is possible to get a download shortcode directly on the post editing page?
you need to create a link template without using [page_link] tag. more details http://www.wpdownloadmanager.com/docs/integrated-templates/
This reply has been marked as private.
I understand. I want to use a fontawesome , but it breaks the link label field.
[download_url] will not work for locked package, if you apply lock option you must have to use [download_link] which generates full html for download link including all required lock option.
you set link label to “Get Your eBook” and use [downlod_link] instead of <a href="[download_url]">Get Your eBook</a>