Search Results for 'all downloads'

Viewing 25 results - 1,176 through 1,200 (of 4,370 total)
  • Author
    Search Results
  • #156270

    Cornelis Bockemühl
    Participant

    The automatic update to version 6.0 failed with an error message via mail:

    Error Details
    =============
    An error of type E_ERROR was caused in line 198 of the file /var/www/vhosts/hosting120240.a2f8a.netcup.net/cobo.bockemuehl.ch/wp-content/plugins/download-manager/download-manager.php. Error message: Uncaught Error: Class 'WPDM\Installer' not found in /nnn/wp-content/plugins/download-manager/download-manager.php:198
    Stack trace:
    #0 /nnn/wp-includes/class-wp-hook.php(292): WPDM\WordPressDownloadManager->update(Object(Plugin_Upgrader), Array)
    #1 /nnn/class-wp-hook.php(316): WP_Hook->apply_filters('', Array)
    #2 /nnn/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
    #3 /nnn/wp-admin/includes/class-plugin-upgrader.php(371): do_action('upgrader_proces...', Object(Plugin_Upgrader), Array)
    #4 /nnn/wp-admin/includes/ajax-actions.php(4460): Plugin_Upgrader->bulk_upgrade(Array)
    #5 /nnn

    Going to my downloads page, none of my downloads were shown.

    In this forum I found the recommendation to re-download and reinstall all the Download Manager plugins, which are the PRO version, plus advanced access control. Which I did. It did not do the trick yet.

    I saw that “WPDM Image Button” is also a related plugin. On the plugin page it says that this is deprecated and “later on integrated”. No idea if I am really using it, but I deactivated it now.

    One more: “Premium Packages – Sell Digital Products Securely” – but what is this? How did I get it? How can I reinstall? Do I actually need/use it? It does not tell me that it needs an update. In order to play safe, I simply deactivated it also.

    Still nothing is showing!

    I must say that I did some weeks ago a fix to the theme, in order to avoid “Prev” and “Next” buttons that actually killed the features of the “advanced access control”: even if I restricted access to a file to a specific user, everybody could get there by simply pressing one of these nasty buttons…

    Is it possible that I am now having some incompatibilities?

    Whatever is the case: downloads are simply not existing any more, and all the files that would be accessible for me via the “advanced access control” are not showing either, but for each one of them I see once the file name “”5bd8d0af4f5b0″.php”.

    Bottom line: looks all pretty much screwed!

    #156244

    Nayeem Riddhi
    Moderator

    Hello @juan_ateb,

    Sorry for some late back in reply. I think it is working fine and looking nice with link-template-card now, I have used from it Downloads > Templates > link-template section,

    Compliance Manual

    and for link-template-card-download.php file, have you created manually and kept backup following this doc?

    Template Files

    please let me know. and please ask me any issue related query in detail you have remained

    Thank you and regards

    #156238

    Oliver
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    Hi @stefan,

    Hope you are well. Can you please try this plugin? This is a tag-importer plugin. After installing the plugin you shall get an option from

    Downloads > Settings > Migrate Tags

    https://www.dropbox.com/s/olxlius9wpy0rh4/wpdm-tag-importer.zip

    please check and let me know after taking essential steps

    Thank you and regards


    Ikram Dirujii
    Participant

    Sir, you can see the difference between old and new versions, I did not say that ads are completely not showing but ads are showing less than the old versions. my yesterday Adsense page CTR was 2.97% and today is 2.11%
    also sir I’m mentioning all the problems after the new update please check it one by one.

    1- if Version is empty so it is not showing empty it is showing [Version]
    2- PAckage Size is not working for those files which I imported from my sever through Bulk import feature.
    3- if downloads Count=0 then it is showing the [download_count] text.
    4- if view count=0 then it is showing the [view_count] text.

    5- the other big problem is that I am using custom code from wpdm_all_package which you created for me. with that Responsive table I am using the Page_url instead of the download link. when the user click on the download button it is opening package page in new tab. so in this update when I am replacing that wpdm-all-downloads.php code. then the table goes hide. sol please set the new update table for me according to my old wpdm-all-downloads.php file. when the user clicks on the download button it shall open the package URL in a new tab.
    also, that new update responsive table has no scroll to top feature. when user change the page the table shall go to the top

    exemple link
    my Old Wpdm_all Downloads PHP file

    View post on imgur.com

    • This reply was modified 3 years, 10 months ago by Ikram Dirujii.
    #156093

    Nayeem Riddhi
    Moderator

    Hi @stefano8663,

    I am trying to edit this page for watching the adjustments, https://www.irsa-stringers.com/downloads/, but showing this error while editing as I image attached, other pages editing is working fine

    Image 2021-07-04 at 11.34.08 PM

    please have a look at this and check your PHP log error info. and please update all WPDM add-ons to keep the working with the latest version of WPDM plugin

    Thank you and regards

    #156091

    stefano8663
    Participant

    Nayeem, please have a look at the page https://www.irsa-stringers.com/downloads/

    You will see everything is gone!

    At the top of the page when I log in I see “Congratulation! You are using Download Manager 6.0.0
    This is a major update. You must update all Download Manager add-ons too, to keep them compatible with Download Manager 6.0.0”

    I have no idea how to update all Download Manager add-ons, and in any case I don’t know if that’s the reason of the error.

    • This reply was modified 3 years, 10 months ago by stefano8663.
    #156086

    Ian Wild
    Participant

    Hello there, I have exactly the same issue: I have just updated to version 6.0.0 and the Downloads dashboard menu item has disappeared completely. If you find a fix for this could you publish this (or let me know privately) as I too need a fix very fast! Thanks in advance, Ian.

    So sorry everyone. My issue was actually caused by server settings and the update has now worked for me.

    Many thanks.

    • This reply was modified 3 years, 10 months ago by Ian Wild.

    Nayeem Riddhi
    Moderator

    Hi @trikdis,

    Please use this Pastebin code,

    https://pastebin.com/4bAmZ6WA

    I have added the below lines downloads/tpls/wpdm-all-downloads.php file in line number 295

    $data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>";
    $download_link = $data['download_link'];

    commenting out this line

    // $data['download_link'] = \WPDM\Package::downloadLink($data['ID'], 0, array('template_type' ► 'link'));

    I hope it should open a new tab for the related packages

    and for making back up the file for the next update, please follow this doc, https://www.wpdownloadmanager.com/doc/template-files/

    thank you and regards

    • This reply was modified 3 years, 10 months ago by Nayeem Riddhi.
    #155942

    Tanvir
    Spectator

    Hello @wario,

    Sorry to hear about the issue.

    By enabling the single file download option. In a package, you can add multiple files ( as many as you want ), at from front-end when a user downloads this package, they will get a zip file containing all attached files, but if you enable Single File Download, a user also will be able to download any single file from attached files( Demo ), but when you enable individual file download option, you also need to use [file_list] or [file_list_extended] tag with your link or page template to show the file list with a download button at front-end, and templates are explained here.

    Please let me know if the problem persists.

    Thanks


    Aivaras Gudauskas
    Participant

    Hello, I have a problem that I can’t make the download open in a new window or tab. I’m using wpdm_all_packages shortcode.
    Also, I’m using bootstrap 4 and tried to add code metioned from other forum topic thread which is similar to mine. I added into downloads/tpls/wpdm-all-downloads.php this line: $data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>"; but nothing happens.

    #155903

    Andy Bierman
    Participant
    This reply has been marked as private.

    chinolz
    Blocked
    This reply has been marked as private.
    #155723

    AndreasB
    Participant

    Hi,

    we use wpdownloadmanager 5.4.1, wpdm-amazons3 3.0.2, php7.4 and wordpress 5.7.2.
    Now we have some problemes with s3.

    When a customer starts a download, he get the following message in the front end: There has been a critical error on your website.
    In the backend the s3 buckets are no longer loaded.
    The following entry can be found in the WordPresslog:
    PHP Warning: Cannot modify header information – headers already sent in /var/www/vhosts/dm-harmonics.com/httpdocs/staging/wp-content/plugins/download-manager/libs/class.Session.php on line 28
    We disabled all plugins, but the error persists.
    It seems to be a problem with the s3 plugin.
    Here is an example:
    https://dm-harmonics.com/staging/?wpdmpro=chakraenergie-aktivierung-audio

    Everything works normally in Download Manager 4.6.0.
    Unfortunately, the downloads are not offered here via https,
    why you can no longer download on Chrome.

    Tank you very much.

    #155658

    Topic: Problems


    marco mirabito
    Participant

    Hello, I still have some problems, once the site has been transferred to the domain http://www.businessonweb.it the downloads no longer work. For example, the file “BOW Manuale d’installazione per Arca Evolution – client” that we uploaded today we cannot download it. The message you see attached appears. Could it be that the problem is that it is hosting windows?

    Best regards and sorry for my english

    Marco


    Aivaras Gudauskas
    Participant

    Hello, I have the same problem. Could you help me?
    I tried the same code line but nothing happens. Something missing from my case :).
    Here is the page:
    https://www.trikdis.com/all-downloads/

    #155600

    In reply to: WPDM taxonomy issue


    martin
    Member
    This reply has been marked as private.
    #155599

    Nayeem Riddhi
    Moderator

    Hello, @yumaworks

    Has the problem been resolved on your side? please let me know. And from WPDM Free 3.1.20 and WPDM Pro 5.3.7, we have changed the file type validation process during file upload and download. Now, you have to white file types to allow them to upload or download. You will find the option at Admin Menu ► Downloads ► Settings ► Basic Settings Tab ► Upload Settings section. Hearing back from you

    Thank you


    Victor van Wulfen
    Participant
    This reply has been marked as private.

    Victor van Wulfen
    Participant

    Follow-up post: There are a LOT more problems.

    1. Old membership plans, used for testing but since deleted (and the trash emptied) are retained and will show in the Allow Access selection list. Yes, browser cache and history cleared.

    2. User Signup Notification (To: Customer) are not sent, while User Signup Notificatin (To: Customer) are sent.

    3. Downloads do not start when using Google’s Chrome browser. The lazy download progress bar runs, but then nothing happens.

    4. Download buttons are hidden from website visitors who are not logged in. While this is a way of protecting the downloads, I want the download buttons to always be visible, while working only for registered visitors. In other words, an unregistered visitor should be able to click a button but should then receive the warning “You must be registered to download”. Currently, visitors see pages with a lot of blank space because the download buttons are not displayed. That is undesirable because anyone visiting should be able to see what is available for download, with the actual download of course only being available to registered visitors.

    I hope you can fix all of these troubles as currently the Membership Pro plugin is not doing anything for me.

    #155485

    Shahjada
    Keymaster

    Hi,
    All of your downloads should work fine now.

    #155483

    Deirdra Bartholomew
    Participant

    I don’t think we moved from the paid version to the free version.

    All of the downloads had been working and uploaded to the download section of the website. However, they appear to have disappeared. I’ve only noticed this since the update of the plugin.

    #155452

    Deirdra Bartholomew
    Participant
    This reply has been marked as private.
    #155322

    Dorette Gouws
    Participant
    This reply has been marked as private.
    #155302

    Patrick Keefer
    Participant

    I am trying to achieve this with with the elementor addon which lists ALL DOWNLOADS TABLE as a feature as well but I can not get it to configure like your screen shot.

    Elementor Addons

    Can you provide me with instructions on how to implement ALL DOWNLOADS TABLE in elementor with a dropdown for categories.

Viewing 25 results - 1,176 through 1,200 (of 4,370 total)