Hello,
I deactivated and deleted previous version 4.2.2 and then uploaded 4.5.4
When trying to activate I get this error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_STRING in D:\InetPub\vhosts\DOMAINNAME.com\httpdocs\wp-content\plugins\download-manager\download-manager.php on line 11
thanks,
Bob
Hello,
I have purchased Download Manager Pro and following the installation guide, but I’m having problem. I’m unable to update the license. When I click on the “Save Settings” the license is not updated and the loader keeps spinning. I check the logs and found this error:
2016/03/10 13:13:06 [error] 29808#29808: *1898 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Class ‘WPDM\admin\menus\WPDM_Messages’ not found in /var/www/html/wp-content/plugins/download-manager/admin/menus/class.Settings.php:255
Stack trace:
#0 [internal function]: WPDM\admin\menus\Settings->License()
#1 /var/www/html/wp-content/plugins/download-manager/admin/menus/class.Settings.php(27): call_user_func(Array)
#2 /var/www/html/wp-includes/plugin.php(525): WPDM\admin\menus\Settings->loadSettingsPage(”)
#3 /var/www/html/wp-admin/admin-ajax.php(89): do_action(‘wp_ajax_wdm_set…’)
#4 {main}
thrown in /var/www/html/wp-content/plugins/download-manager/admin/menus/class.Settings.php on line 255″ while reading response header from upstream, request: “POST /wp-admin/admin-ajax.php HTTP/2.0”, upstream: “fastcgi://unix:/run/php/php7.0-fpm.sock:”, referrer: “wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=license”
Hi!
i have created a category page from the menu but i don’t see the product list like http://themes.wpdownloadmanager.com/optimus/download-category/html-css/
Can you help me?
The error is
FATAL ERROR: CALL TO UNDEFINED FUNCTION WPDMPP_PRODUCT_PRICE() IN /WEB/HTDOCS/WWW.LOGICASOFTWARE.IT/HOME/WP-CONTENT/THEMES/OPTIMUS/TAXONOMY-WPDMCATEGORY.PHP ON LINE 24
We are using the wdpm-archive add-on. We upgraded to downloadmanager 4.5.4 and updated the add-on as well. It is showing as 2.8.1. When we load a page with the following shortcode, we get an internal server error 500. If you choose a category, it works fine. It seems to only be an issue when loading all the packages in a paged view. I also tried the [wpdm_all_packages] short code and it works fine.
http://ghpc.dev.gsu.edu/research_projects/publications-by-topic/
[wpdm-archive button_style=”default” cat_view=”compact”]
Console error message:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://ghpc.dev.gsu.edu/?wpdmtask=get_downloads&pg=30&category=0
Log Error Message:
PHP Fatal error: Cannot access empty property in /var/www/vhosts/dev.gsu.edu/wp-content/plugins/download-manager/libs/class.Package.php on line 218
Hey there! We recently updated to the 4.5.0 version of the plugin on a client site and everything sort of blew up. We managed to track the error down to the wpdm_ functions being used in the theme files and from there to an instantiate error inside of the class.
Error:
“PHP message: PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/download-manager/libs/class.Package.php on line 195”
That error in itself is rather vague, but we managed to track it back to the “Get” method which was calling “Prepare” statically (and thus negating all that clever work with the $this variable) when trying to retrieve data and well, PHP then falls on it’s face.
A quick workaround has been implemented, but we hope that you will take a look at this and add it to some potential future fixes.
Line 214:
$package = self::Prepare($ID);
Temporary Fix:
$test = new Package;
$package = $test->Prepare($ID);
//$package = self::Prepare($ID);
Deleted the original plugin, successfully uploaded the update. However, when trying to activate I get the following fatal error:
Parse error: syntax error, unexpected T_STRING in /home4/spreads5/public_html/wp-content/plugins/download-manager/download-manager.php on line 11
Hi, for the packages ‘Midland Networks brochure’ and ‘bt guarantee and compensation guidelines’ the download sizes show as 0kb and when you click download it downloads a ‘download-not-available’ .txt file despite me uploading a file to them that I’m pretty sure are not 0kb?
Also getting an error message when trying to download ‘Midland Networks Directions’. Something about encryption? But the size I upload is not encrypted in any way or anything? Full text of error:
“Fatal error: Uncaught exception ‘Exception’ with message ‘File is encrypted!’ in /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/pdf_parser.php:247 Stack trace: #0 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/pdf_parser.php(214): pdf_parser->getEncryption() #1 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/fpdi_pdf_parser.php(71): pdf_parser->__construct(‘/homepages/17/d…’) #2 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/fpdi.php(128): fpdi_pdf_parser->__construct(‘/homepages/17/d…’) #3 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/fpdi.php(108): FPDI->_getPdfParser(‘/homepages/17/d…’) #4 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/wpdm-pdf-stampers.php(219): FPDI->setSourceFile(‘/homepages/17/d…’) #5 /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpd in /homepages/17/d577652906/htdocs/midland/wp-content/plugins/wpdm-pdf-stamper/libs/fpdi1.5.2/pdf_parser.php on line 247”
Any ideas? Thanks.
The page in question is here: https://www.midlandnetworks.co.uk/downloadpackages.html
Hello,
we are using the backend to upload files (Downloads > Add New). With bigger files (not too much, just 5-10 MB), after the upload, in the “Attached files” metabox appears the error:
Fatal error: Maximum execution time of 300 seconds exceeded in C:\wamp2\www\wp-admin\admin-ajax.php on line 16 Call Stack #TimeMemoryFunctionLocation 10.0000154720{main}( )..\admin-ajax.php:0 " name="file[files][]">
(see the attached screenshot).
We suppose it’s in the AJAX call that inserts the correct icon…
What can we do?
Thanks!
Hello.,
I have just installed Download Manager Pro plugin in my local system. and testing it.
When i have used the shortcode ‘[wpdm_tree]’ and related to displaying tree view of folders. i foudn error like
Fatal error: Call to undefined function wpdm_user_has_access()
C:\xampp\htdocs\mysite\wp-content\plugins\wpdm-extended-shortcodes\wpdm-extended-shortcodes.php on line 455
i have tried these also
[wpdm_tree category=”category-slug”]
[wpdm_tree download_link=1]
but no use.
Please help!