Search Results for 'all downloads'

Viewing 25 results - 3,751 through 3,775 (of 4,370 total)
  • Author
    Search Results
  • #23165

    welswebmaster
    Participant

    Hey there Shaon,
    So I did contact our host provider. Here’s what they are saying back after trying to recreate the issue:
    ——-begin——-
    Thank you for your assistance and authorization while we work on this. Checking into the issue further after pushing to staging, the problem appears to stem from this call in the code:
    http://cef-wrc-wpengine-com.wrc.staging.wpengine.com/?wpdmtask=get_downloads&pg=3109&category=0
    This specific URL is being called, but is causing a segmentation fault in Apache, which in turn causes a 502 in nginx, which then results in the “Loading” box being stuck on screen. This is not due to the memory limit, but is instead due to the code. Changing the category in the above URL to anything other than 0 will load correctly without an nginx 502 error. This leads me to believe the code isn’t designed to properly handle the category being 0, or the categories may be misconfigured. In either case, this is a problem with that specific plugin and is not related to the memory limit. While we’re unable to assist further with this, due to it being a coding issue, presenting the information I’ve just given you to the plugin author should help them diagnose the problem. Essentially, the above URL is the cause of the issue.
    The site itself is actually functioning perfectly, outside of the initial loading box. Clicking any button for the downloads works fine to expand the boxes and removes the Loading box, as well. So, the problem is only present on the initial load of the page. It is still a problem, but if it were a memory limit issue, the functionality of the site altogether probably would not work correctly.
    If the developer of that plugin gives you any other information about server settings we can help with, please let us know and we can assist if we’re able.
    ——end——–
    In turn, I responded….
    Thanks for your answer David. The only trouble I have with your response is that that same code loads successfully on the parent site of the multisite install. See page: http://wrc.wpengine.com/jd-test-wpdm-archive/
    So how does one page work, and not the other?

    Idea on what to try next? The categories look fine. There are only 6. There are only about 10 packages. This shouldn’t be happening.


    lmobile
    Member

    Hi,
    i have wpdm 4.1.7 installed with “WPDM Directory Add-on 2.4.1″. I want to create pages with only specific categories displayed. I tried your Example from this page: http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/, which is:
    [wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ category=”category-slug” order_by=”field-name” order=”asc|desc”]

    As soon as i add the category=”slug” (slug is in my case “warehouse”) parameter, the result in the frontend says: “No download found”. But there are many downloads in this category. So where is the problem? Why are they not showing up?

    thanks!

    #23133

    welswebmaster
    Participant

    Still an issue after making a memory limit change. We will be using this plugin on about 20 subsites for all our downloads. We need this to work like it does for other companies.

    The log refers to:

    “[WPE Monitoring] Stopwatch php.pod-3147.function.session_start.duration exceeded 200ms.”

    Here’s the code added to our wp-config.php file on wrc install to increase PHP memory limit:
    define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

    I’m checking with our provider to be sure that on a multisite install that the memory increase affects subsites as well.


    Cylinda
    Member

    Up until today, I haven’t had problems with adding a new file to the downloads. This morning, however, I uploaded a file to the download manager and it’s picking up extra code in the link; this is what’s showing: 1417458139wpdm_Free Homespun English Tudor Cowl PDF Pattern.pdf It should only be Free Homespun English Tudor Cowl PDF Pattern. Picking up the digits and wpdm_ is confusing the link resulting in a pop up for people to log in to the admin section of my blog rather than being able to download the PDF file. I’m not sure why this started but can it be fixed? Without the link showing up correctly or a means to edit, there is no reason for the download manager to even be installed.

    Thank you for your help!
    Cylinda
    Crochet Memories Blog

    #23107

    I have the current view shown in the previous post and have migrated already. If this is a new view and not just a glitch, I notice there are some things that have changed. The main concern I have is that I do not have the ability to do wpdm_hotlinkid=# anymore and my links now show a box around them with two titles and file size. I can change to one title but I do not want the box or file size. Is there a simple way to fix this? It also does not show my links centered and therefore makes my page look distorted. The ID number for my downloads kept changing as well during the updates so now I have very high numbered ID’s (something like 650-850) instead of my 1-200. Is there a way to fix this or renumber them myself? I have found some information online about direct links but I am looking for something easy and quick to do to fix these issues as the previous version did all these without much effort.

    #23054

    In reply to: File Not Found


    shecreates
    Member

    The file you indicated is the one file that I re-setup manually, by uploading it on it’s own, and not using the batch uploader. Please try any of the other available downloads from the following link, as they were uploaded via the batch uploader.

    http://www.conestogoagri.ca/msds

    For example
    Acetic Acid 56 – Download
    Agita – Download
    Antifreeze – Download
    Apprehend – Download
    Armor – Download
    Auto Foam Wash – Download

    None of these work. When you click one of the download link, a txt file downloads and says that a the file is not found.

    Please let me know how to correct this.

    #23020

    Shahjada
    Keymaster

    @MartinR, Here is http://www.wpdownloadmanager.com/support/topic/download-manager-moving-to-custom-post-type/ the v2.7 details. You only need to migrate data, but old file short-code still woill work fine for already created files. Category short-code need to be changed. With v2.7 you can use all adds, here are some free add-on http://www.wpdownloadmanager.com/downloads/free-add-ons/ , but still if you want you can get back to v2.6 from here https://wordpress.org/plugins/download-manager/developers/

    #23001

    In reply to: 403 forbidden


    Shahjada
    Keymaster

    to get back all old files, go to Admin Menu Downloads Settings Migrate Tab, from there you can migrate all data from v2.6 to v2.7 . For other issue I need to check it from your installation, please give me temporary wp-admin login info in a private reply to check your issue.

    #22984

    Shahjada
    Keymaster

    Please install add-ons from here http://www.wpdownloadmanager.com/downloads/free-add-ons/ to add tinymce button, tree view and other short-code, you don’t have to purchase pro except you need to advanced features with pro.

    #22979

    Supernacorp
    Member

    yes it works. It would have been good to know this 10 posts ago. Why not just document this method to workaround shared hosting php timeout causing corrupt files on downloads. You must have many customers with this exact situation.

    For anyone else reading this. I will document it here.

    Upload file to media library
    if the file is too large to upload with wordpress 2Mb default upload limit then do the following.

    ftp to some folder under wp-content

    add plugging called “add from server” this plugin allows you to add to media library a file already on the server file system and browse to it. This way you can ftp the big file and simple add to library. NOTE: this plugin will copy your file on the OS disk from your directory to wp-content/uploads (media library default folder). make your life easier and put ftp files in uploads and then add to server to avoid the file copy and filling your disk

    now “edit file” and copy the file url of your download

    now goto download manager pluggin add package and add file using the url option, configure package they way you want now and publish

    if you use the email lock option the download url still points to wpdm plugin url so that tracking still works but the code now issues a redirect to the url so the file media library url is used serve the file to the browser. why this makes a difference?

    on shared hosting like goddaddy or other, you have no control over php.ini settings. you can google phpinfo.php and getini.php (will give you steps and code to see what settings you php site are using, but changing your php.ini won’t have an effect specifically max_execution_timeout = value to determine how long a php file is allowed to execute in seconds. defaults to 30 seconds which is not long enough to stream 100MB+ size files and times out and corrupts the download. Tried many options to change time out and godaddy confirmed it can not be changed by shared hosting (i.e. cheap hosting). save yourself some time and don’t bother with this as the url method works here is why.

    using the WP media library url works since apache is serving the file to the browser not PHP code which has 30 second download limit. The WPDM url method preserves email url’s and direct webpage downloads for big files, you can use smaller files without this method and we found this worked well as long as download was <30 seconds.


    jftripp
    Member

    Hi there,

    We have an install where we’re allowing downloads to software installers and documentation. All files are stored in a directory on the server (not in wordpress). All downloads of documentation work normally. However, for some reason the downloads of .zip files (the large files), do not work unless you have the administrator role in wordpress.

    All other roles get a 503 error when downloading.

    #22929

    Shahjada
    Keymaster

    @XadrezValle,
    Short-code is working fine, I’ve installed and activated v4.1.7, I see you already imported packaged, but they schedules, please publish those from quick edit.
    I’m installed tinymce editor button add-on, you can get more add-ons from Downloads Add-ons Menu.

    #22912

    MartinR
    Member

    Hey, question how can I update all my previous downloads with a download button??

    I have a lot of them soo …

    #22900

    a515
    Member
    This reply has been marked as private.
    #22884

    Eribros
    Member
    This reply has been marked as private.
    #22850

    boudiccas
    Member

    Hi Shaon.

    Just adding my voice to the list. I have converted *all* my downloads and then tried to set up with the new ids of the posts, but its just not working. THe throbber is just churning away and nothing is happening. The site is A taste of linux.

    Is there a solution please? Or should we downgrade the plugin until you’ve got it sorted out and running properly again?

    Sharon.
    [aka boudiccas]

    #22842

    When you create a new package in the backend you can choose who can download it:

    -based on user roles
    -but ALSO you can choose specific individual users (like John or Sally) who can download it

    Unfortunately users who can only create a package from the front end can only choose download permissions:

    -based on user roles

    This has still not been addressed. Why can’t the front end package creators have the same choice as the backend package creators? If you look at my snap from the previous comment you can see that ONLY the choice of user role is available from the front end. In fact Ziku’s screen grab shows teh exact same thing. The only option for FRONT end package creators is to limit downloads by role, NOT by individual. I hope this makes sense. Thanks!


    mchamzah
    Member

    solved. and this is a bug in version 2.7 and 2.7.1

    I add this code in the file: wpdm-all-downloads.php the first line:

    <script language="JavaScript" type="text/javascript" src="<?php echo plugins_url('download-manager/js/jquery.dataTables.js'); ?>"></script> 
    <link rel="stylesheet" href="<?php echo plugins_url('download-manager/css/jquery.dataTables.css'); ?>" type="text/css" media="all" />
    <style type="text/css">
    #TB_window{
        -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px#000;
    box-shadow: 0 0 5px #000;
    }
    #TB_overlay{
        opacity:0.5;
    }
    </style>

    and this code on the last line

    <script type="text/javascript" charset="utf-8">
                /* Default class modification */
                jQuery.extend( jQuery.fn.dataTableExt.oStdClasses, {
                    "sSortAsc": "header headerSortDown",
                    "sSortDesc": "header headerSortUp",
                    "sSortable": "header"
                } );
                
                jQuery('.wpdm-pck-dl').click(function(){
                    tb_show(jQuery(this).html(),this.href+'&modal=1&width=600&height=400');
                    return false;
                });
    
                /* API method to get paging information */
                jQuery.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings )
                {
                    return {
                        "iStart":         oSettings._iDisplayStart,
                        "iEnd":           oSettings.fnDisplayEnd(),
                        "iLength":        oSettings._iDisplayLength,
                        "iTotal":         oSettings.fnRecordsTotal(),
                        "iFilteredTotal": oSettings.fnRecordsDisplay(),
                        "iPage":          Math.ceil( oSettings._iDisplayStart / oSettings._iDisplayLength ),
                        "iTotalPages":    Math.ceil( oSettings.fnRecordsDisplay() / oSettings._iDisplayLength )
                    };
                }
    
                /* Bootstrap style pagination control */
                jQuery.extend( jQuery.fn.dataTableExt.oPagination, {
                    "bootstrap": {
                        "fnInit": function( oSettings, nPaging, fnDraw ) {
                            var oLang = oSettings.oLanguage.oPaginate;
                            var fnClickHandler = function ( e ) {
                                if ( oSettings.oApi._fnPageChange(oSettings, e.data.action) ) {
                                    fnDraw( oSettings );
                                }
                            };
    
                           jQuery(nPaging).addClass('pagination').append(
                                '<ul>'+
                                    '<li class="prev disabled"><a href="#">&larr; '+oLang.sPrevious+'</a></li>'+
                                    '<li class="next disabled"><a href="#">'+oLang.sNext+' &rarr; </a></li>'+
                                '</ul>'
                            );
                            var els =jQuery('a', nPaging);
                           jQuery(els[0]).bind( 'click.DT', { action: "previous" }, fnClickHandler );
                           jQuery(els[1]).bind( 'click.DT', { action: "next" }, fnClickHandler );
                        },
    
                        "fnUpdate": function ( oSettings, fnDraw ) {
                            var oPaging = oSettings.oInstance.fnPagingInfo();
                            var an = oSettings.aanFeatures.p;
                            var i, sClass, iStart, iEnd, iHalf=Math.floor(oPaging.iTotalPages/2);
    
                            if ( oPaging.iTotalPages < 5) {
                                iStart = 1;
                                iEnd = oPaging.iTotalPages;
                            }
                            else if ( oPaging.iPage <= iHalf ) {
                                iStart = 1;
                                iEnd = 5;
                            } else if ( oPaging.iPage >= (5-iHalf) ) {
                                iStart = oPaging.iTotalPages - 5 + 1;
                                iEnd = oPaging.iTotalPages;
                            } else {
                                iStart = oPaging.iPage - Math.ceil(5/2) + 1;
                                iEnd = iStart + 5 - 1;
                            }
    
                            for ( i=0, iLen=an.length ; i<iLen ; i++ ) {
                                // Remove the middle elements
                               jQuery('li:gt(0)', an[i]).filter(':not(:last)').remove();
    
                                // Add the new list items and their event handlers
                                for ( i=iStart ; i<=iEnd ; i++ ) {
                                    sClass = (i==oPaging.iPage+1) ? 'class="active"' : '';
                                   jQuery('<li '+sClass+'><a href="#">'+i+'</a></li>')
                                        .insertBefore('li:last', an[i])
                                        .bind('click', function () {
                                            oSettings._iDisplayStart = (parseInt($('a', this).text(),10)-1) * oPaging.iLength;
                                            fnDraw( oSettings );
                                        } );
                                }
    
                                // Add / remove disabled classes from the static elements
                                if ( oPaging.iPage === 0 ) {
                                   jQuery('li:first', an[i]).addClass('disabled');
                                } else {
                                   jQuery('li:first', an[i]).removeClass('disabled');
                                }
                                 
                                if ( oPaging.iPage === oPaging.iTotalPages-1 ) {
                                   jQuery('li:last', an[i]).addClass('disabled');
                                } else {
                                   jQuery('li:last', an[i]).removeClass('disabled');
                                }
                            }
    
                        }
                    }
                } );
    
                /* Table initialisation */
               jQuery(document).ready(function() {
                   jQuery('#wpdmmydls').dataTable(   );
                } );
            </script>
    
    #22840

    Shaon … I just updated my version as well and all my downloads deleted! Please help me out asap! I had over 35,000 combined downloads from programs on my website and now they are all gone! ?!

    #22838

    XadrezValle
    Member

    Hi, Shaon
    All downloads in my site worked well with 2.6.96 version. When I upgraded to the next version they desappeared.
    I’ve tested to downgrade to 2.6.96 and it worked again.
    I purchased today the pro version and have already migrated the downloads, but the downloads in the posts desappeared again.
    Could you help me in this issue?
    Thank you in advance.
    Adriano

    #22823

    In reply to: new update


    Shahjada
    Keymaster

    Please download and install http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ for editor button
    more free add-ons are here http://www.wpdownloadmanager.com/downloads/free-add-ons/

    Sorry for all this trouble, but we did the update for making the plugin stable and secure, v2.6 was 3 years old code.

    #22805

    In reply to: Shotcode Help


    Shahjada
    Keymaster

    For http://demo.wpdownloadmanager.com/wpdmpro/all-downloads/ , please use short-code [wpdm-all-packages items_per_page="20" jstable=1] and for http://demo.wpdownloadmanager.com/wpdmpro/archive-page/ user [wpdm_archive].

    short-code docs: http://www.wpdownloadmanager.com/doc/short-codes/#datatable
    Archive page docs: http://www.wpdownloadmanager.com/doc/installation-usage/

    please let me know if you have any other query 🙂

    #22798

    Shahjada
    Keymaster

    need to edit code at wpdm-all-downloads.php, replace <?php echo DownloadLink($data, $style = 'simple-dl-link'); ?> with <a href="<?php the_permalink(); ?>">Download Now</a>

    #22794

    Hi

    After your advice I have purchased WordPress Download Manager Special Pack for Pro4.

    I would like to produce the following layout on my pages but cannot work out what shortcode to use as all I ty do not look like either of these pages:

    http://demo.wpdownloadmanager.com/wpdmpro/all-downloads/
    http://demo.wpdownloadmanager.com/wpdmpro/archive-page/

    Please can you advise of the shortcoe/template etc needed to do these?

    Many thanks
    Scott

    #22786

    Klaus D.
    Member

    Hi there,

    still waiting for any help regarding

    “have updated Download Manger and now all downloads showing “xxx.pdf.download”. It also shows “Download class=”fa fa-th-large”> 607.92 KB”. And Password won’t work anymore.”

    Thanks for help

    Klaus D.

Viewing 25 results - 3,751 through 3,775 (of 4,370 total)