Search Results for 'Add Url'

Viewing 25 results - 1 through 25 (of 1,661 total)
  • Author
    Search Results

  • Masanobu Soma
    Participant
    This reply has been marked as private.

    WMD
    Participant

    Hello WPDM Team,

    I recently renewed my WPDM license (version 6.8) and was alerted to this new system and that I was “awarded tokens” (NTCR / NetCred) as part of the plugin’s reward mechanism. I have serious concerns about this integration, particularly around the possibility that my information or my clients’ information is being shared with a third‑party (e.g. netcred.io) without explicit consent.

    To clarify and protect my operation and client trust, I kindly request the following:

    1. A full description of exactly which data fields (domain names, license keys, email addresses, client info, usage statistics, etc.) are being transmitted by the token module, and to which external domain(s).

    2. The endpoint URLs / servers to which data is forwarded (if any).

    3. Whether there is an opt-out or disable switch that I, or you via configuration, can use to prevent any such data sharing, requests, or token hooks from executing.

    4. If you can provide a version or mode of the plugin that omits or disables the token integration entirely (i.e. “token‑free mode”) so that no references to NTCR/NetCred appear anywhere within the WPDM system that our clients can see.

    5. Assurance in writing that no client or site user data will be disclosed to any third parties beyond what is necessary for legitimate plugin operation (e.g. license verification).

    If these cannot be satisfied, I must treat the token integration as a security and privacy liability and will consider migrating to a plugin that does not incorporate crypto/reward systems.

    Thank you for your prompt response and clarity on this matter.

    Regards,

    </k>


    Nayeem Riddhi
    Moderator

    Hello Glenn Watson,

    Hope you are well. You can use Email lock for protecting also sending download link via email, you can check details of other locks here too, https://www.wpdownloadmanager.com/doc/add-new-package/lock-options.

    You can also keepDownload Link Expiration Period from settings for more protected. And you can keep attach file directly with your file/package not attaching media or other service storage files, then by URL they can’t be accessed.

    For selling products you can use our this add-on, it is free, https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/. It has also comprehensive features. Please kindly check here.

    And we don’t limit upload size, what you are seeing it is coming from info. from server. you can adjust upload size from your settings or server as per your needs. Please kindly check.

    Thank you

    #208954

    Thank you for the quick replies, unfortunately updating didn’t resolve the issue

    PHP Fatal Uncaught Error: Call to a member function get_page_permastruct() on null
    Stack trace:
    #0 /wp-includes/link-template.php(397): _get_page_link(Object(WP_Post), false, false)
    #1 /wp-content/plugins/download-manager/src/User/Login.php(322): get_page_link(Object(WP_Post))
    #2 /wp-includes/class-wp-hook.php(324): WPDM\User\Login->loginURL(‘https://profoun…&#8217;, ”, false)
    #3 /wp-includes/plugin.php(205): WP_Hook->apply_filters(‘https://profoun…&#8217;, Array)
    #4 /wp-includes/general-template.php(467): apply_filters(‘login_url’, ‘https://profoun…&#8217;, ”, false)
    #5 /wp-content/plugins/translatepress-personal/add-ons-advanced/seo-pack/includes/class-slug-manager.php(1408): wp_login_url()
    #6 /wp-includes/class-wp-hook.php(324): TRP_IN_SP_Slug_Manager->verify_if_is_admin_link_for_slug_translation(false, ‘https://profoun…&#8217;)
    #7 /wp-includes/plugin.php(205): WP_Hook->apply_filters(false, Array)
    #8 /wp-content/plugins/translatepress-personal/add-ons-advanced/seo-pack/includes/class-slug-manager.php(1353): apply_filters(‘trp_is_admin_li…’, false, ‘https://profoun…&#8217;)
    #9 /wp-includes/class-wp-hook.php(324): TRP_IN_SP_Slug_Manager->translate_request_uri(”)
    #10 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
    #11 /wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #12 /wp-settings.php(578): do_action(‘plugins_loaded’)
    #13 /wp-config.php(97): require_once(‘/data/sites/web…’)
    #14 /wp-load.php(50): require_once(‘/data/sites/web…’)
    #15 /wp-blog-header.php(13): require_once(‘/data/sites/web…’)
    #16 /index.php(17): require(‘/data/sites/web…’)
    #17 {main} thrown in /wp-includes/link-template.php on line 435
    WordPress core
    File: /wp-admin/link-template.php
    Line: 435

    #208895

    Can I safely share the login details here? For now I implemented this snippet. It seems to solve the problem but it surely isnt ideal.

    add_filter(‘login_url’, function ($url) {

    // Stop any remaining callbacks from running on this hook

    remove_all_filters(‘login_url’);

    return $url;

    }, PHP_INT_MIN, 3);

    #208891

    For some reason using Translatepress (Pro Version) it gives a critical error using the language switcher.

    PHP Fatal

    Uncaught Error: Call to a member function get_page_permastruct() on null

    Stack trace:

    #0 /wp-includes/link-template.php(397): _get_page_link(Object(WP_Post), false, false)

    #1 /wp-content/plugins/download-manager/src/User/Login.php(322): get_page_link(Object(WP_Post))

    #2 /wp-includes/class-wp-hook.php(324): WPDM\User\Login->loginURL(‘https://profoun…&#8217;, ”, false)

    #3 /wp-includes/plugin.php(205): WP_Hook->apply_filters(‘https://profoun…&#8217;, Array)

    #4 /wp-includes/general-template.php(467): apply_filters(‘login_url’, ‘https://profoun…&#8217;, ”, false)

    #5 /wp-content/plugins/translatepress-personal/add-ons-advanced/seo-pack/includes/class-slug-manager.php(1408): wp_login_url()

    #6 /wp-includes/class-wp-hook.php(324): TRP_IN_SP_Slug_Manager->verify_if_is_admin_link_for_slug_translation(false, ‘https://profoun…&#8217;)

    #7 /wp-includes/plugin.php(205): WP_Hook->apply_filters(false, Array)

    #8 /wp-content/plugins/translatepress-personal/add-ons-advanced/seo-pack/includes/class-slug-manager.php(1353): apply_filters(‘trp_is_admin_li…’, false, ‘https://profoun…&#8217;)

    #9 /wp-includes/class-wp-hook.php(324): TRP_IN_SP_Slug_Manager->translate_request_uri(”)

    #10 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)

    #11 /wp-includes/plugin.php(517): WP_Hook->do_action(Array)

    #12 /wp-settings.php(578): do_action(‘plugins_loaded’)

    #13 /wp-config.php(97): require_once(‘/data/sites/web…’)

    #14 /wp-load.php(50): require_once(‘/data/sites/web…’)

    #15 /wp-blog-header.php(13): require_once(‘/data/sites/web…’)

    #16 /index.php(17): require(‘/data/sites/web…’)

    #17 {main} thrown in /wp-includes/link-template.php on line 435

    WordPress core
    File: /wp-admin/link-template.php
    Line: 435

    Does someone have a fix for this?

    Kind regards,

    Renzo

    #208836

    Tahasin
    Moderator

    Hello,

    I hope you are doing well and thanks for reaching out.

    We have addressed and resolved all identified security vulnerabilities in our latest update. Could you kindly share the URL of the specific vulnerability reported by Jetpack Protect?

    Please check and let me know.

    Regards

    #208722

    Tahasin
    Moderator
    This reply has been marked as private.
    #208390

    Tahasin
    Moderator

    Hello,

    I hope you are doing well and thanks for reaching out.

    Could you please share the related URL and wp-login credentials in a private reply to check the issue? It will help us to address the issue easily.

    Regards


    Nayeem Riddhi
    Moderator

    For #1, You can do it with this add-on, https://www.wpdownloadmanager.com/download/advanced-custom-fields/, please kindly check

    For #2, I am going to forward it to our team authority.

    For #3, Please kindly check spam folder also SMTP server settings, you can also use SMTP plugin.

    For #4, Please kindly share the URLs, if possible, please, give your temporary wp-admin login details in a private reply to check the issue.

    For #5, For photo issue I am going to forward it to our team authority.

    Please kindly check and let me know.

    Thank you and kind regards


    Doug Nix
    Participant

    Hi WPDM team,

    I’m writing to report an interaction between WordPress Download Manager (WPDM) and the Rara Business theme that consistently crashes WPDM single package pages. I’ve included the environment details, the reproducible error, and the workaround we implemented.

    Environment

    WordPress: 6.6.2

    PHP: 8.2 (running on WHC / cPanel with zlib compression enabled)

    WPDM: 3.2.99 (Free)

    Theme: Rara Business (latest from WordPress.org, v1.2.9)

    Hosting: Linux/Apache with Cloudflare in front

    Permalink base for WPDM packages: /files/<slug>/

    Problem description

    After switching the WPDM package permalink base to /files/, visiting a package single page at /files/<package-slug>/ triggers a fatal error.

    Stack trace excerpt:

    PHP Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, WP_Error given
    in /wp-content/themes/rara-business/inc/template-functions.php:433
    #0 /…/template-functions.php(231): rara_business_breadcrumb()
    #1 /wp-includes/class-wp-hook.php(324): rara_business_content_start(”)
    #2 /wp-includes/plugin.php(517): WP_Hook->do_action()
    #3 /wp-content/themes/rara-business/header.php(59): do_action(‘rara_business_content’)
    #4 /wp-content/themes/rara-business/single.php(12): get_header()

    Root cause:
    The theme’s rara_business_content_start() calls rara_business_breadcrumb(), which assumes a post category context. On WPDM singles (custom post type wpdmpro), it receives a WP_Error. This value is passed directly into explode(), producing the fatal.

    What we tried

    Switched to Twenty Twenty-Five → WPDM singles load normally.

    Disabled all MU plugins and caching layers → crash persists with Rara Business.

    Built a child theme to gate the do_action( ‘rara_business_content’ ) call → functional but brittle and caused styling regressions.

    Minimal, upgrade-safe workaround

    We developed a compatibility plugin (wpdm-rara-compat.php) that:

    Removes the theme’s content-start callback from the rara_business_content hook.

    Re-adds it with a guard so it runs everywhere except on WPDM singles.

    Restores normal page layout on WPDM singles by injecting wrapper markup (container/row/content/sidebar) around the_content and aligning the page title.

    Plugin code:

    <?php
    /**
    * Plugin Name: WPDM × Rara Business Compat
    * Description: Prevents Rara breadcrumb crash on WPDM singles, restores layout.
    * Version: 1.0
    */

    add_action(‘after_setup_theme’, function () {
    // Remove theme’s content-start callback
    remove_action(‘rara_business_content’, ‘rara_business_content_start’, 10);

    // Re-add guarded callback
    add_action(‘rara_business_content’, function () {
    if ( is_singular([‘wpdmpro’,’wpdm_package’]) ) return;
    if ( function_exists(‘rara_business_content_start’) ) {
    rara_business_content_start();
    }
    }, 10);
    }, 99);

    // === Layout wrapper for WPDM singles ===
    add_filter(‘the_content’, function ($html) {
    if (!is_singular(‘wpdmpro’) || !in_the_loop() || !is_main_query()) return $html;

    // Prevent double wrapping
    if (str_contains($html, ‘class=”site-content single-wpdmpro”‘)) return $html;

    ob_start(); get_sidebar(); $sidebar = ob_get_clean();

    return
    ‘<div id=”content” class=”site-content single-wpdmpro”>’ .
    ‘<div class=”container”><div class=”row”>’ .
    ‘<main id=”primary” class=”content-area col-lg-8″><div class=”site-main”>’ .
    $html .
    ‘</div></main>’ .
    $sidebar .
    ‘</div></div>’ .
    ‘</div>’;
    }, 20);

    // Align WPDM single title with content column
    add_filter(‘the_title’, function ($title, $post_id) {
    if (is_admin() || !is_singular(‘wpdmpro’) || !in_the_loop() || !is_main_query()) return $title;
    if ((int)$post_id !== (int)get_queried_object_id()) return $title;
    if (strpos($title, ‘wpdm-title-wrap’) !== false) return $title;

    return ‘<div class=”container”><div class=”row”><div class=”col-lg-8 wpdm-title-wrap”>’ .
    $title .
    ‘</div></div></div>’;
    }, 10, 2);

    Current status

    WPDM singles now load correctly at /download/<slug>/. Example: https://complianceinsight.ca/download/press-release-2025-09-02/

    Site styling restored (title + content aligned with container/row).

    No more fatals. Logs show only benign PHP 8.2 notices from the theme’s Customizer notice class (Deprecated: Creation of dynamic property …).

    Suggestions

    WPDM resilience: Adding a defensive check around breadcrumb/taxonomy lookups for custom post types would help WPDM work out-of-the-box with themes that assume posts/categories.

    Theme interaction doc: A short WPDM doc page on “Theme compatibility” (especially around breadcrumb hooks) would help other users avoid this.

    Optional hook: A dedicated filter to let developers wrap WPDM singles in their theme’s grid without intercepting the_content would simplify compatibility work.

    Happy to provide a staging URL or further debug info if you’d like to see the exact crash path in action.

    Thanks for your continued work on WPDM—outside this theme-specific issue, the plugin has been solid.

    #208277

    Nayeem Riddhi
    Moderator

    For #1, If you want to change the appearance of directory/archive page add-on shortcodes, you can check this page, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/, Editing Template Files section.

    For #2, Please kindly share the related URLs or shortcodes which you are using.

    For #3, Please kindly check you will find the zip add-ons,

    wpdm-pdf-stamper.zip
    wpdm-pdf-viewer.zip

    Please kindly check.

    Thank you and regards

    #208254

    Tahasin
    Moderator
    This reply has been marked as private.
    #208250

    Christian Graminsky
    Participant
    This reply has been marked as private.
    #208144

    Courtney Huber
    Participant
    This reply has been marked as private.
    #208027

    erik cai
    Participant
    This reply has been marked as private.
    #207609

    Tahasin
    Moderator

    Unfortunately, we don’t have access to backend logs for Microsoft’s Office Viewer service, as that viewer is entirely operated by Microsoft. The error page you’re seeing is generated by them.

    There is a strong possibility that the issue may be caused by IP restrictions:

    – This can happen if your live site has country-based access rules enabled, for example, restricting access to only certain countries or blocking specific IP ranges.Could you please confirm if such restrictions are in place? If so, we suggest temporarily disabling them and testing the preview again. It’s possible that these restrictions are preventing Microsoft’s service from accessing the file.

    – Microsoft maintains a list of IP addresses used by Office 365, including those for the Office Online services that power document previews. Please ensure that connectivity to these domains and IP ranges is not being blocked. Pay a visit here for more information.

    We hope this helps resolve the issue.

    #207529

    Courtney Huber
    Participant
    This reply has been marked as private.
    #207404

    In reply to: download limit


    Masanobu Soma
    Participant
    This reply has been marked as private.
    #207389

    In reply to: download limit


    Masanobu Soma
    Participant
    This reply has been marked as private.
    #207358

    Duda
    Participant
    This reply has been marked as private.
    #207350

    Michael
    Participant
    This reply has been marked as private.
    #207292

    Marco Simoncini
    Participant

    Good morning, I need to know if it’s possible to do this. I need to create a restricted area with about a thousand products inside. To speed up the upload process, I’d like to start by manually creating all the categories and tags. Then, I’d upload just one product and export it to a CSV file using the appropriate add-on. At that point, I’d manually modify the CSV file by adding rows for all the products, including their URLs, names, categories, tags, etc.

    Do you think it’s possible to populate the database this way?

    #207259

    Ibrahim Ahmed
    Participant
    This reply has been marked as private.
    #207208

    Tahasin
    Moderator

    Hello Nathan,

    I hope you’re doing well, and thank you for reaching out.

    Are you using the WPDM PDF Viewer add-on to preview the PDF file? If possible, please share the related URL in a private reply.

    Looking forward to your response.

    Best regards

Viewing 25 results - 1 through 25 (of 1,661 total)