Version: 2.2.8, by AndrewD
Developer Last Online: Apr 2010
Category: Major Additions -
Version: 3.6.x
Rating:
Released: 06-18-2006
Last Update: 02-03-2008
Installs: 661
DB Changes Uses Plugins
Additional Files Translations
No support by the author.
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support.
04.02.08: patch-cat.xml 'extra' uploaded - see first post for information
27.10.07: Version 2.2.8-post1 uploaded
French translation of product installer uploaded (other language translations are in the main release zip)
Remember to back up your current database tables before upgrading.
What this is and does
LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs.
This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced.
I upgraded to the new version and now when i go to the page i get the following error:
Quote:
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT
link.linkid AS linkid, link.linkname AS linkname, link.linkdoi AS linkdoi,
link.linkuserid AS linkuserid, link.linkusername AS linkusername,
link.linkurl AS linkurl, link.linkimg AS linkimg,
link.linkimgthumb AS linkimgthumb, link.linkimgthumbsize AS linkimgthumbsize, link.linkforum AS linkforum,
link.linkdesc AS linkdesc, link.numrate AS numrate, link.totrate AS totrate,
link.linkhits AS linkhits, link.linksize AS linksize, link.linkstatus AS linkstatus,
link.linkdate AS linkdate, link.linkmoderate AS linkmoderate, link.linkmoddate AS linkmoddate,
link.linkreviewfreq AS linkreviewfreq,
ltoc.catid AS linkcatid, ltoc.displayorder AS linkdorder
I upgraded to the new version and now when i go to the page i get the following error:
Why's it doing this?
Well, your error lists about three quarters of the main sql statement used to extract entries from the LDM database. Is that all you are seeing? And is this happening with every attempt to use LDM?
Am happy to take a look at your site - contact me by PM if you wish.
I have upgraded to the new version 2.2.7 with the fixes. I use the german version, but when i want to save the setting, i only get a blank page.
It doesn't do that for me (german version, 2.2.7 + fixes). It sounds to me like one of the php files has only been partially uploaded. I may be wrong. Can I take a look at your site?
Well, your error lists about three quarters of the main sql statement used to extract entries from the LDM database. Is that all you are seeing? And is this happening with every attempt to use LDM?
Am happy to take a look at your site - contact me by PM if you wish.
I figured it out, the version i had installed was 2.2.6 and i had installed the 2.2.7 fixes over it (thinking i had 2.2.7 already installed). It works now though with 2.2.7 installed over and plugin reimported.
It doesn't do that for me (german version, 2.2.7 + fixes). It sounds to me like one of the php files has only been partially uploaded. I may be wrong.
The files are all completely uploaded. I checked this more than twice, but my error.log said: PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 76 bytes) in forum/includes/functions_file.php on line 50
That is strange. Does a simple saving of a setting page needs so much memory?
I saw that there is a standard LDM functions: Who's Online - Shows which users are viewing LDM.
Where can i find it?
Go to your forums home page and down the bottom, you see 'What's Going On'. Select the 'Currently Active Users' link immediately underneath, and you get a list of what everyone is doing. If someone is using LDM, you'll see a listing like this:
The files are all completely uploaded. I checked this more than twice, but my error.log said: PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 76 bytes) in forum/includes/functions_file.php on line 50
That is strange. Does a simple saving of a setting page needs so much memory?
You're the second person who has reported a memory problem in the past few weeks. I wonder if there is a memory leak somewhere. It should certainly not need 67M. (The previous problem was solved by increasing from 8M to 12M).
Do you have a very large set of categories, or is there anything else unusual about your LDM database - or do you have a lot of other hacks installed?
You're the second person who has reported a memory problem in the past few weeks. I wonder if there is a memory leak somewhere. It should certainly not need 67M. (The previous problem was solved by increasing from 8M to 12M).
Do you have a very large set of categories, or is there anything else unusual about your LDM database - or do you have a lot of other hacks installed?
No, i have only two categories, because we are at the beginning of installing LDM. But now i know, what was wrong. My installation was an old one. In the LDM database was an old local_file_root_prefix from my old server. On the new server this directory don't exists, but i was not able to chance it, because than the error (blank page) appears. After changing the path directly in the database, the error has gone and everything is fine.