• I have changed the directory for the entire site and now all pages with the code ‘<!–download table–>’ turn up with the error message: “Error… Unable to load download template. Search page-download-template.tpl in your plugin folder!” and pages with code ‘[dm][/dm]’ show “Error… Unable to load download template. Search single-download-template.tpl in your plugin folder!”

    Plus, in the admin for downloads manager, the icons do not show.

    I’ve de-activated the plugin and uninstalled the plugin with/without the old database, but it still does not work.

    What is wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lordflashheart

    (@lordflashheart)

    I’ve moved all wordpress folders/files to the root directory and it works. But it would be nice to have the wordpress files on a different url. Please let me know if you have a solution. Thank you.

    ralphmacho

    (@ralphmacho)

    In downloads-manager.php

    REPLACE

    $plugin_url = get_bloginfo('siteurl').'/wp-content/plugins/downloads-manager';

    WITH

    $plugin_url = get_bloginfo('wpurl').'/wp-content/plugins/downloads-manager';

    This points it to the folder the site is in and not the link to the homepage. That part was simple, there appears to be some hard coded links in there too. The download link isn’t working, but if I figure it out, I’ll post it here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Downloads Manager] Error… Unable to load download template ???’ is closed to new replies.