Welcome,i have a problem,now i dont show other download that i insert in my page,plugin show me this message Fatal error: Unsupported operand types in /web/htdocs/www.art4symbian.com/home/wp-content/plugins/downloads-manager/functions.php on line 69 i try to recovery the original functions.php without fine solution,i hope you help me,best regards Gl@
]]>Hi there,
I found some typos in the code of dm_main.php. this may be the cause of the editor not working.
On several occasions, the author swapped the letters w and n in the words containing “download” in dm_main.php. I did a search and replace and found 4 occasions where the letters were swapped. After fixing, i was able to edit at least some existing downloads, but not all yet. The rest still can’t be edited, but i’ll try to add these again, with simpler descriptions this time, maybe that will work.
Hi, I loved the plugin.
There is a bug in the page “Downloads Manager”. I have a lots of downloads, and the button to change the page don’t change the page.
Can you fix this??
How can I show them to reverse
]]>HI,
I am having problem with this plugin. Some times it works and some times not.
Mostly i am getting this error.
Fatal error: Unsupported operand types in /home/public_html/wp-content/plugins/downloads-manager/functions.php on line 69
What i have to do?
]]>This is yet another plugin that is failing because it has filepaths hardcoded in the PHP code rather then correctly reading the paths from the wp-config file. It’s getting quite annoying by now since I’ve been trying to find a decent plugin for about an hour now!
I have no “wp-content” folder, but just a “content” folder instead.
I have no “plugins” folder within a “wp-content” or “content” folder, but just in the root.
Why do developers insist on hardcoding these paths while these are all options that can be set in the wp-config file.
]]>Hi if anyone can help. I really enjoy this download manager and have lots of files set up,but there is a bug that i can’t edit some of the added downloads or even delete using the Download manger dashboard. Any one found a fix? Also when i click on the mp3 download to save it save it as an html soucre and not mp3.
Thanx Please help!!!
hi there. is it possible to show a download category for each page? how to procede to do that?
if it’s not possible, i suggest to develop this feature.
even though a file is “locked” meaning that only registered users can access it; ends up that anybody in the world can access the file if they have the direct path to it.
]]>The shortcode doesn’t seem to do anything. It looks like I am uploading the files and the show up in the admin, but it is useless if I cannot display them on a page.
]]>Hello,
PHP Fatal error: Unsupported operand types….
there is a bug in functions.php on line 69 if the $file variable has no contents for whatever reason. The fix is to wrap an if around the size calculation if strlen($file) > 1.
This way if the $file has length then the size manipulation takes place else a 0 size could be set. This bug prevents the downloads from appearing within the download manager. Such as the following code.
if (strlen($file) > 1) {
$i = 0;^M
$type = array("B", "KB", "MB", "GB");^M
while (($size/1024)>1) {^M
$size=$size/1024;^M
$i++;^M
}^M
} else {
$size="0.00";
}
Best regards,
Edward
Hello!
I love this plugin! It works very well.
the only thing that it’s missing is an easy way to delete the files from the WordPress control panel.
It’s easy for me to delete the files via FTP, but my client is not as familiar with that. And I’m a little concerned in giving them access to the FTP, that they might delete the wrong files.
Is there any way to delete the files from that inbox aside from FTP?
]]>