Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.2 & 3.3 Extensions Database 3.2 / 3.3Download System

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

alsthom
Users
Users
Posts: 15
Joined: 19 Jan 2020, 11:28
    Windows 10 Chrome

Re: Download System

Post by alsthom »

Yes! exactly!

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Download System

Post by dmzx »

alsthom wrote: 28 Jan 2020, 16:12Yes! exactly!
Will be in next release :wink:
Testing is done now.

User avatar

alsthom
Users
Users
Posts: 15
Joined: 19 Jan 2020, 11:28
    Windows 10 Chrome

Re: Download System

Post by alsthom »

Great! Thank you

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Download System

Post by dmzx »

First post updated

User avatar

RobJansen
Users
Users
Posts: 6
Joined: 12 Jan 2020, 14:05
    Windows 10 Edge

Re: Download System

Post by RobJansen »

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?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Download System

Post by dmzx »

This requires some more work, will think of it a bit more.

User avatar

RobJansen
Users
Users
Posts: 6
Joined: 12 Jan 2020, 14:05
    Android Chrome

Re: Download System

Post by RobJansen »

Indeed it would require a bit more work, even maybe a seperate extension.

Thanks for thinking about it :smile:

User avatar

Hamidouki-dz
Users
Users
Posts: 163
Joined: 01 Sep 2018, 11:26
    Android Chrome

Re: Download System

Post by Hamidouki-dz »

RobJansen 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?
Yes titania with download system :buigen:

User avatar

alsthom
Users
Users
Posts: 15
Joined: 19 Jan 2020, 11:28
    Windows 10 Chrome

Re: Download System

Post by alsthom »

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.

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()

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Download System

Post by dmzx »

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.
PM me url and test account to check it.

User avatar

alsthom
Users
Users
Posts: 15
Joined: 19 Jan 2020, 11:28
    Windows 10 Chrome

Re: Download System

Post by alsthom »

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

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Download System

Post by dmzx »

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
Thanks for the feedback.

User avatar

distycan
Users
Users
Posts: 3
Joined: 18 Mar 2020, 17:20
    Windows 10 Chrome

Re: Download System

Post by distycan »

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

User avatar

Hamidouki-dz
Users
Users
Posts: 163
Joined: 01 Sep 2018, 11:26
    Windows 7 Opera

Re: Download System

Post by Hamidouki-dz »

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

User avatar

Gmilanov
New user
New user
Posts: 1
Joined: 01 Feb 2020, 02:02
    Windows 10 Firefox

Re: Download System

Post by Gmilanov »

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 

Post Reply Previous topicNext topic