Still not working after latest update
That created a ton of new errors, like this:
Undefined index: ID in /wp-content/plugins/download-manager/libs/class.Package.php on line 69
I’ve returned wpdm_package to wpdm_file and commented out this code in wpdm-functions.php:
/*$templates = maybe_unserialize(get_option(“_fm_link_templates”, true));
if(!isset($template) || $template==”” ) $template = $data[‘template’];
if(isset($template) && isset($templates[$template]) && isset($templates[$template][‘content’])) $template = $templates[$template][‘content’];
return “<div class=’w3eden’>” . FetchTemplate($template, $data, ‘link’) . “</div>”;*/
This at least allows the shortcodes to remain without generating any errors.
I’ve updated to the latest version and it still results in the following errors:
/plugins/download-manager/wpdm-functions.php on line 384
/plugins/download-manager/libs/class.Package.php on line 1013
changing wpdm_file to wpdm_package no longer returns errors, but the package is empty. What results is a no download link. The plugin displays a red download image, and the package info lists “0 file(s)”.