News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Recent posts

#1
Bugs! / MOVED: Bug in "Check Download ...
Last post by Arno - 01.09.2025 14:57:42
#2
General / Re: Bug in "Check Download Are...
Last post by Arno - 01.09.2025 14:55:20
Hi,
the textman extension is not mine.
So I can't change anything in this plugin.
Please contact the developer.
#3
General / Bug in "Check Download Area" w...
Last post by zolive - 30.08.2025 15:03:59
Attempted to load class "JPlugin" from the global namespace.
Did you forget a "use" statement?
in /Applications/MAMP/htdocs/protee-shop.org/plugins/content/textman/textman.php (line 9)

So I changed

// --- Start correction : Add this line ---
use Joomla\CMS\Plugin\CMSPlugin;
// --- End correction ---

// Old line:
// class PlgContentTextman extends JPlugin
//
// New line (corrected) :
class PlgContentTextman extends CMSPlugin // Line 9 (maintenant corrigée)

And it works !
#4
General / Re: Data base optimizer
Last post by musicasampler - 28.08.2025 10:57:02
I never considered it, because if you notice, my website is only for MIDI files, each of which weighs less than 1 mg. If they were MP3 files, I would definitely use JD external. I suspect that JDownload starts to have speed issues starting at about 30,000 files. I created a LOCAL version of musicasampler.com with only 20,000 files, and the downloads move quickly. I think ARNO should consider this situation, since I believe I'm one of the few who uses JD with many files. I hope this gets resolved. Thanks, Colin.

Maybe if you manage to make a plugin to move the entire download folder for Amazon 3 or something similar it could improve the system loading somewhat.
#5
General / Re:cron and special char
Last post by ColinM - 28.08.2025 10:42:33
Hi
Have you ever considered the jD External exterrnal downloads
Maybe just for the larger music files
#6
General / Re: Data base optimizer
Last post by musicasampler - 28.08.2025 03:09:35
Okay, I'll see what I can do, but the truth is, I've set this website to browse on different servers and it's always the same problem. The current server I have hosting the website is a 200 GB VPS and it only takes up 21 GB.
#7
General / Re: Data base optimizer
Last post by ColinM - 27.08.2025 10:56:16
Hi
I have looked at the site but I not familiar with this type of server.  As I understand it your concern is the response time for a Download. My suspicion is this is not a database problem but the amount of storage space for the downloadable files. That is I think that the sorage space might be 'paged' or similar, so the system has to load the relevant 'block of data'.  This would get worse if a user is allowed to download more than one Download at the same time.

Suggest you investigate that directly with your hosting service
Best wishes
Colin
#8
General / Re: Data base optimizer
Last post by musicasampler - 24.08.2025 20:02:51
Hi Colim. I'd just like you to tell me what day and time you could check the database update and optimization. It's just to disable the site and I can make a backup before you access the hosting (I use webuzo). Musicasampler.com has a lot of traffic and almost 80,000 files in jdownload.
#9
General / Re: Data base optimizer
Last post by ColinM - 23.08.2025 21:28:23
Hi
Yes I will look.  Will need Admin login plus access to your phpMyAdmin etc.  Will send you a Private Message as these are secure
Colin
#10
General / Data base optimizer
Last post by musicasampler - 23.08.2025 04:51:03
hi ColinM. Could you help me optimize my website's database? Maybe this will help me improve my site speed.