News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Recent posts

#21
General / MOVED: Unauthorized access to ...
Last post by Arno - 03.05.2026 19:28:41
#22
Bugs! / Re: Unauthorized access to Dow...
Last post by Arno - 03.05.2026 19:28:05
Hi,
to track down the download access problem, I need a little more information from your installation.

Please check or send:

1. Which exact Joomla user group is affected?
Registered only, or also Author / Editor / other groups?

2. Does the problem affect all downloads, or only some categories / downloads?

3. Please post screenshots of:
- the affected jDownloads user group settings
- the permissions of one affected category
- the permissions of one affected download

4. Please test one simple case:
- one user only in Registered
- one download in one category
- category permission = Inherited
- download permission = Inherited

5. If possible, please also tell me whether anything changes after:
- Joomla Database Fix
- jDownloads asset / permission repair tools

This should help me determine whether the problem comes from group settings, inherited ACL rules, or broken asset links.

Thank you.
#23
Bugs! / Re: Unauthorized access to Dow...
Last post by Arno - 03.05.2026 19:27:12
Hello,
thank you for the detailed report and excuse my late reply.

The SQL error
Quote1364 Field 'form_fieldset' doesn't have a default value
is a real bug on our side. I have already fixed it for the next update. It happens when jDownloads auto-creates missing rows in the user group limits table.

Important: this field is only used for the inquiry/survey form settings. It is not the permission field for normal downloads.

So at the moment I assume the SQL error and the "Unauthorized access to Downloads" problem are related symptoms of an inconsistent group/ACL setup, but not exactly the same bug.

The SQL part is fixed already.
For the download authorization issue I am still checking the ACL / asset path for inherited Registered permissions.

Thank you for the report.
#24
General / Bug Report: 404 Error after su...
Last post by musicasampler - 02.05.2026 10:56:26
am experiencing a critical issue when uploading MIDI files from the front-end in Joomla 5. After a successful upload, the system redirects to a 404 Error page with the URL showing view=download&id=0 (or a_id=0).

Technical Findings:

Physical File: The file is successfully uploaded to the server's folder (confirmed via FTP).

Database Issue: Despite the file being present on the server, the record does not seem to be correctly retrieved or created in the #__jdownloads_files table during the redirection process.

Code Trace: I have inspected Site\Model\DownloadModel.php and found that the error is triggered within the getItem() function. The $item object returns empty, which throws the 404 Exception.

Category Conflict: This issue started after modernizing the "Details" and "Summary" templates. I suspect a potential conflict between the new Bootstrap 5 layouts and the innerJoin query with the categories table, especially regarding access levels or publication states.

Environment:

Joomla Version: 5.4.5

jDownloads Version: 4.x

Templates tested: Both "Standard Bootstrap 5" and "Standard v3.9" (the error persists in both, ruling out a simple CSS/HTML layout issue).

Request:
Could you please verify if there is a known timing issue or a bug in how the ID is passed to the redirection URL in the latest Joomla 5 environment?
#25
General / Issues with download triggers ...
Last post by carry6767 - 30.04.2026 18:40:43
Hi everyone,

I've been using the latest jDownloads 4 series on a Joomla 5 site for a file-sharing project, and it's generally been fantastic. However, I've run into a specific issue related to how the frontend handles download requests when the mobile device is under heavy load or running concurrent utility scripts.

I've been testing our download flow for mobile users, and while I was chatting with some developers in the website community about environment stability, I noticed that the "Automatic titles from filename" feature in jDownloads occasionally fails to resolve if a background executor is active on the device. Sometimes the download triggers fine, but other times the browser seems to hang on the "preparing download" state before finally timing out with a 404 or a generic network error.

Has anyone else noticed that mobile browsers (specifically on iOS) struggle with the jDownloads routing or SEF behavior when there are other resource-heavy background tasks running? I'm wondering if the PHP chunk size or the way the script handles the download handshake is sensitive to the device's CPU spikes.

I've already tried deactivating the Joomla cache and template compression as suggested in the "Read Before Posting" guide, but the inconsistency remains. If anyone has experience optimizing the download manager for high-concurrency environments or has tips on making the frontend download flow more resilient to external script interference, I'd really appreciate the help!
#26
Bugs! / Re: Meta Description field cle...
Last post by musicasampler - 29.04.2026 08:08:24
Quote from: Arno on 27.04.2026 11:48:10Hi,
thanks for the posted bug. It will be fixed in 4.1.4.

In the meantime, please use the attached file and copy it to: /administrator/components/com_jdownloads/src/Table/
Quote from: Arno on 27.04.2026 11:48:10Hi,
thanks for the posted bug. It will be fixed in 4.1.4.
Okay, I'll test it on the staging site. Thanks.

In the meantime, please use the attached file and copy it to: /administrator/components/com_jdownloads/src/Table/
#27
Bugs! / Re: Unauthorized access to Dow...
Last post by jpierre - 28.04.2026 12:26:45
Hello Again,

Not sure it is related to my problem but this is the call stack for the 1364 error i got on user group settings

Call Stack
#   Function   Location
1   ()   JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:411
2   Joomla\Database\Mysqli\MysqliStatement->execute()   JROOT/libraries/vendor/joomla/database/src/DatabaseDriver.php:651
3   Joomla\Database\DatabaseDriver->execute()   JROOT/administrator/components/com_jdownloads/src/Model/GroupsModel.php:200
4   JDownloads\Component\JDownloads\Administrator\Model\GroupsModel->getItems()   JROOT/libraries/src/MVC/View/AbstractView.php:171
5   Joomla\CMS\MVC\View\AbstractView->get()   JROOT/administrator/components/com_jdownloads/src/View/Groups/HtmlView.php:49
6   JDownloads\Component\JDownloads\Administrator\View\Groups\HtmlView->display()   JROOT/libraries/src/MVC/Controller/BaseController.php:697
7   Joomla\CMS\MVC\Controller\BaseController->display()   JROOT/administrator/components/com_jdownloads/src/Controller/DisplayController.php:50
8   JDownloads\Component\JDownloads\Administrator\Controller\DisplayController->display()   JROOT/libraries/src/MVC/Controller/BaseController.php:730
9   Joomla\CMS\MVC\Controller\BaseController->execute()   JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
10   Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()   JROOT/libraries/src/Component/ComponentHelper.php:361
11   Joomla\CMS\Component\ComponentHelper::renderComponent()   JROOT/libraries/src/Application/AdministratorApplication.php:150
12   Joomla\CMS\Application\AdministratorApplication->dispatch()   JROOT/libraries/src/Application/AdministratorApplication.php:206
13   Joomla\CMS\Application\AdministratorApplication->doExecute()   JROOT/libraries/src/Application/CMSApplication.php:304
14   Joomla\CMS\Application\CMSApplication->execute()   JROOT/administrator/includes/app.php:58
15   require_once()   JROOT/administrator/index.php:32
Previous Error

Field 'form_fieldset' doesn't have a default value

Call Stack
#   Function   Location
1   ()   JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:407
2   mysqli_stmt->execute()   JROOT/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:407
3   Joomla\Database\Mysqli\MysqliStatement->execute()   JROOT/libraries/vendor/joomla/database/src/DatabaseDriver.php:651
4   Joomla\Database\DatabaseDriver->execute()   JROOT/administrator/components/com_jdownloads/src/Model/GroupsModel.php:200
5   JDownloads\Component\JDownloads\Administrator\Model\GroupsModel->getItems()   JROOT/libraries/src/MVC/View/AbstractView.php:171
6   Joomla\CMS\MVC\View\AbstractView->get()   JROOT/administrator/components/com_jdownloads/src/View/Groups/HtmlView.php:49
7   JDownloads\Component\JDownloads\Administrator\View\Groups\HtmlView->display()   JROOT/libraries/src/MVC/Controller/BaseController.php:697
8   Joomla\CMS\MVC\Controller\BaseController->display()   JROOT/administrator/components/com_jdownloads/src/Controller/DisplayController.php:50
9   JDownloads\Component\JDownloads\Administrator\Controller\DisplayController->display()   JROOT/libraries/src/MVC/Controller/BaseController.php:730
10   Joomla\CMS\MVC\Controller\BaseController->execute()   JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
11   Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()   JROOT/libraries/src/Component/ComponentHelper.php:361
12   Joomla\CMS\Component\ComponentHelper::renderComponent()   JROOT/libraries/src/Application/AdministratorApplication.php:150
13   Joomla\CMS\Application\AdministratorApplication->dispatch()   JROOT/libraries/src/Application/AdministratorApplication.php:206
14   Joomla\CMS\Application\AdministratorApplication->doExecute()   JROOT/libraries/src/Application/CMSApplication.php:304
15   Joomla\CMS\Application\CMSApplication->execute()   JROOT/administrator/includes/app.php:58
16   require_once()   JROOT/administrator/index.php:32
#28
Bugs! / Unauthorized access to Downloa...
Last post by jpierre - 28.04.2026 11:20:40
Hello,

I got this message ('Unauthorized access to Downloads') from my users trying to download from my website after clicking on Download links.
Note that :
- Super Users can download
- These downloads were 'functional' before, probably before an update to Joomla 5 and jdownloads 4.1.

I am now using :
- Joomla 5.4.5
- Jdownloads 4.1.3
- on My server : PHP 8.2.30 / DataBase 10.4.22-MariaDB-1:10.4.22+maria~stretch-log

What i did try to check  :
- permissions : All my downloads are marked as permission 'Inherited' for Download, and in the back End --> Allowed (Inherited) green mark is shown (All users inherits from Registered and Registered are Allowed for download)
- Options : Following some posts here in the forum, i tried to switch security options (Protect your download Directory, Activate Hotlinking Protection, Block when no Referrer) without any effect on my issue. My standard config is :
  o Protect your download Directory YES
  o Activate Hotlinking Protection  YES
  o Block when no Referrer NO
- I saw in the forum some probable issue using Google CAPTCHA, and then try to change the USER GROUP SETTINGS. This shows me an error : 1364 Field 'form_fieldset' doesn't have a default value

Would you have any other suggestion to try ?

[EDIT]
if it can help
- it seems that as long as the user inherit from Registered --> download Unauthorized despite what is displayed
- if i create a new User Group, outside Regisitered --> the download is operational, but the user cannot log in (access must be restricted by login and cannot be public)

Thanks in advance,

#29
Bugs! / Re: Meta Description field cle...
Last post by ColinM - 27.04.2026 20:31:02
Hi
To assist I have added an article:
Meta Tags and Meta Descriptions
https://www.jdownloads.net/documentation?view=article&id=362:setting-meta-tags-and-meta-descriptions&catid=28

Comments welcome
Colin
#30
Bugs! / Re: Meta Description field cle...
Last post by Arno - 27.04.2026 11:48:10
Hi,
thanks for the posted bug. It will be fixed in 4.1.4.

In the meantime, please use the attached file and copy it to: /administrator/components/com_jdownloads/src/Table/