Version: 2.3.0, by AndrewD
Developer Last Online: Apr 2010
Category: Major Additions -
Version: 3.8.2
Rating:
Released: 06-13-2009
Last Update: 02-13-2010
Installs: 158
DB Changes Uses Plugins
Re-useable Code Additional Files Translations
No support by the author.
What this is and does
LDM is a general-purpose tool for managing libraries of links and files, and handling uploads and downloads in a flexible way, while tracking and control user access. It has a range of integrated media players and a large library of 'plugin' extras.
Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip.
Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. You can also find extensive discussion of this mod in the VB3.7 mods section.
14.06.09 Version 2.3.0 is the the officially-supported version. Works with 3.7 and vb 3.8.
14.02.10 Post-1 version uploaded with minor bug fixes, including dealing with PHP 5.2.12
Staff Note: Sadly, Andrew D, the developer of the Links and Downloads Manager has passed away after a long period of illness.
Warning: uksort() [function.uksort]: Array was modified by the user comparison function in [path]/includes/local_links_include.php on line 1587
This turns out to be a warning generated in php version 5.2.12 but not in earlier versions, which explains why it is only just being reported.
You can fix the problem (I think) by editing one of the code files, includes/local_links_include.php. If you are not comfortable making edits, get back to me.
a) Make a backup copy of that file, in case something goes wrong
b) Find function ldm_catcmp, which is between lines 1543 and 1571 in your version of LDM
c) Replace all these lines by the contents of the attached.
This turns out to be a warning generated in php version 5.2.12 but not in earlier versions, which explains why it is only just being reported.
You can fix the problem (I think) by editing one of the code files, includes/local_links_include.php. If you are not comfortable making edits, get back to me.
a) Make a backup copy of that file, in case something goes wrong
b) Find function ldm_catcmp, which is between lines 1543 and 1571 in your version of LDM
c) Replace all these lines by the contents of the attached.
Aspects of a strange problem occurred after the transfer server
This is more information than
---------------------------------------
Environment
2.3.0
local_file_root
Website
local_file_root_prefix
not set
File uploads
Enabled
upload_dir
/upload_dir
thumbs_dir
not set
file_icons_dir
images/ldm-ox-icons
PHP 5.2.12
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir not set
post_max_size 120M
upload_max_filesize 100M
Aspects of a strange problem occurred after the transfer server
Is there a solution to the problem
Thank you
I imagine the problem is as the error message says - the file that is being downloaded is corrupted. Perhaps it was already corrupt before uploading the file, or perhaps the upload did not work correctly. I don't think it is a problem in LDM itself - just try reuploading.