Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Download System
-
RobJansen
- Users

- Posts: 6
- Joined: 12 Jan 2020, 14:05
Re: Download System
As with the img-upload extension, we looked at this extension.
Is it possible to add a detail page to the download instead of just what you have a list of downloads?
So you browse the categories, get to the file you want and click on it, it then displays information such as a description, a few images and if it is possible a tab for requirements (or a block).
A bit like the phpbb extension database page where you download an extension there (would link to one but phpbb com is blocked for link posting).
The tabs discussion is not needed as problems arise with a download users will post on the forum anyway.
Maybe combine it with the file-upload extension to upload a file linked to this one in the download extension?
Is it possible to add a detail page to the download instead of just what you have a list of downloads?
So you browse the categories, get to the file you want and click on it, it then displays information such as a description, a few images and if it is possible a tab for requirements (or a block).
A bit like the phpbb extension database page where you download an extension there (would link to one but phpbb com is blocked for link posting).
The tabs discussion is not needed as problems arise with a download users will post on the forum anyway.
Maybe combine it with the file-upload extension to upload a file linked to this one in the download extension?
-
dmzx
- Founder

- Posts: 6467
- Joined: 13 Jan 2014, 21:45
Re: Download System
This requires some more work, will think of it a bit more.
-
RobJansen
- Users

- Posts: 6
- Joined: 12 Jan 2020, 14:05
Re: Download System
Indeed it would require a bit more work, even maybe a seperate extension.
Thanks for thinking about it
Thanks for thinking about it
-
Hamidouki-dz
- Users

- Posts: 163
- Joined: 01 Sep 2018, 11:26
Re: Download System
Yes titania with download systemRobJansen wrote: 31 Jan 2020, 11:54 As with the img-upload extension, we looked at this extension.
Is it possible to add a detail page to the download instead of just what you have a list of downloads?
So you browse the categories, get to the file you want and click on it, it then displays information such as a description, a few images and if it is possible a tab for requirements (or a block).
A bit like the phpbb extension database page where you download an extension there (would link to one but phpbb com is blocked for link posting).
The tabs discussion is not needed as problems arise with a download users will post on the forum anyway.
Maybe combine it with the file-upload extension to upload a file linked to this one in the download extension?
-
alsthom
- Users

- Posts: 15
- Joined: 19 Jan 2020, 11:28
Re: Download System
Hello.
Today an error came out, only with the downloads (category page). We can see the downloads , one by one , but when we click at the category page we receive the following error.
It's clearly something from our server becouse the extension is working great without problems, till today. What could couse this error? Please advise.
Today an error came out, only with the downloads (category page). We can see the downloads , one by one , but when we click at the category page we receive the following error.
It's clearly something from our server becouse the extension is working great without problems, till today. What could couse this error? Please advise.
Code: Select all
SQL ERROR [ mysqli ]
Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'amnizia_forum31.bd.download_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]
SQL
SELECT bc.*, bd.*, COUNT(bd.download_id) AS number_downloads, MAX(bd.last_changed_time) AS last_download FROM alsth_dm_eds_cat bc LEFT JOIN alsth_dm_eds_cat bc2 ON ( bc2.left_id < bc.right_id AND bc2.left_id > bc.left_id AND bc2.cat_id = 0 ) LEFT JOIN alsth_dm_eds bd ON ( bd.download_cat_id = bc.cat_id OR bd.download_cat_id = bc2.cat_id ) WHERE bc.parent_id = 0 GROUP BY bc.cat_id ORDER BY bc.left_id ASC LIMIT 10
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 195
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/mysql_base.php
LINE: 45
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 296
CALL: phpbb\db\driver\mysql_base->_sql_query_limit()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 337
CALL: phpbb\db\driver\driver->sql_query_limit()
FILE: [ROOT]/ext/dmzx/downloadsystem/core/functions.php
LINE: 388
CALL: phpbb\db\driver\factory->sql_query_limit()
FILE: [ROOT]/ext/dmzx/downloadsystem/controller/download.php
LINE: 72
CALL: dmzx\downloadsystem\core\functions->generate_cat_list()
FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 151
CALL: dmzx\downloadsystem\controller\download->handle_downloadsystem()
FILE: [ROOT]/vendor/symfony/http-kernel/HttpKernel.php
LINE: 68
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 35
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()-
dmzx
- Founder

- Posts: 6467
- Joined: 13 Jan 2014, 21:45
Re: Download System
PM me url and test account to check it.alsthom wrote: 04 Feb 2020, 09:24 Hello.
Today an error came out, only with the downloads (category page). We can see the downloads , one by one , but when we click at the category page we receive the following error.
It's clearly something from our server becouse the extension is working great without problems, till today. What could couse this error? Please advise.
-
alsthom
- Users

- Posts: 15
- Joined: 19 Jan 2020, 11:28
Re: Download System
Update! Everything is ok.
As I said this error had nothing to do with the extension.
The problem coused by our hosting provider ,which was an update to sql that went wrong!
Thank you
As I said this error had nothing to do with the extension.
The problem coused by our hosting provider ,which was an update to sql that went wrong!
Thank you
-
dmzx
- Founder

- Posts: 6467
- Joined: 13 Jan 2014, 21:45
Re: Download System
Thanks for the feedback.alsthom wrote: 05 Feb 2020, 12:22 Update! Everything is ok.
As I said this error had nothing to do with the extension.
The problem coused by our hosting provider ,which was an update to sql that went wrong!
Thank you
-
distycan
- Users

- Posts: 3
- Joined: 18 Mar 2020, 17:20
Re: Download System
Hello, I am having a problem with the extension is so here is the subject link for the problem concerned, would it be possible to have help?
viewtopic.php?f=62&t=4308
thank you
viewtopic.php?f=62&t=4308
thank you
-
Hamidouki-dz
- Users

- Posts: 163
- Joined: 01 Sep 2018, 11:26
Re: Download System
Hello
i deleted 3 categories from ur extension and afterward i updated it into 1.1.5 and after this action my forum is not accepting attached files in posts ( rar and zip )
thank u for your time
i deleted 3 categories from ur extension and afterward i updated it into 1.1.5 and after this action my forum is not accepting attached files in posts ( rar and zip )
thank u for your time
-
Gmilanov
- New user

- Posts: 1
- Joined: 01 Feb 2020, 02:02
Re: Download System
Hi, I have the following problem so far I have been uploading files and no problem today I have uploaded a file and after logging into the file page to see it I got this error
Code: Select all
Cannot load XML: Premature end of data in tag r line 1