Screenshot_20230208_115525_Chrome.jpg
See this picture3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Download System
-
- Users
- Posts: 163
- Joined: 01 Sep 2018, 11:26
Re: Download System
See this picture
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Download System
Can you switch to 8.1.x ? and try it.
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Download System
Your server said you use a 7.4 version of PHP but in your ACP it said 7.2, WTF?
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Download System
His domain is using 7.2 but server has php version 72. up to 7.4 installed in short his domain is using 7.2 nothing wrong with that but i would suggest an update to 8 atleast.ssl wrote: 08 Feb 2023, 13:54 Your server said you use a 7.4 version of PHP but in your ACP it said 7.2, WTF?

-
- Users
- Posts: 163
- Joined: 01 Sep 2018, 11:26
Re: Download System
PHP 8.0 . Error solved
Thanks
Thanks
-
- Users
- Posts: 15
- Joined: 19 Jan 2020, 11:28
Re: Download System
Hello there.
I would like to ask if there is a limit on the file size.
I have uploaded with ftp a large file (645 mb). I can download it but it ends with only 500mb size. It's like a limit or something.
Please give me your advise.
I would like to ask if there is a limit on the file size.
I have uploaded with ftp a large file (645 mb). I can download it but it ends with only 500mb size. It's like a limit or something.
Please give me your advise.
-
- Users
- Posts: 9
- Joined: 22 Jan 2023, 18:14
Re: Download System
Hello
I have a conflict with "localurltotext 1.2.0" extension.
In the admin part, when i click on "manage download"

I have this error

:( What do you think ?
Other thing, in download part, only in one category, i have ajax error info. I haven't identified what this category is différent from others that work.

Thank for your help
I have a conflict with "localurltotext 1.2.0" extension.
In the admin part, when i click on "manage download"

I have this error

:( What do you think ?
Other thing, in download part, only in one category, i have ajax error info. I haven't identified what this category is différent from others that work.

Thank for your help
-
- Users
- Posts: 163
- Joined: 01 Sep 2018, 11:26
Re: Download System
Me tooalsthom wrote: 12 Feb 2023, 13:47 Hello there.
I would like to ask if there is a limit on the file size.
I have uploaded with ftp a large file (645 mb). I can download it but it ends with only 500mb size. It's like a limit or something.
Please give me your advise.
The download is showing errors upon complete at 100% ( file 1Go )
-
- Users
- Posts: 109
- Joined: 31 Aug 2015, 10:32
Re: Download System
Hi,
I had been using it for some time. Though lately updated the board and it was disabled for that. 've uploaded the latest version of it now and ran in to couple of situations:
1. Firs was soled with this:
3. On the Forum, when 'actual file is downloaded', it downloads the file with same name but it has php errors and the source code seems to get downloaded.
Any guidance on this is appreciated.
I had been using it for some time. Though lately updated the board and it was disabled for that. 've uploaded the latest version of it now and ran in to couple of situations:
1. Firs was soled with this:
2. In Admin Panel, under "Extensions", clicking on "ACP_USERGUIDE' shows:dmzx wrote: 13 May 2019, 13:54 Check you database dm_eds table.
Check download_desc and if there are descriptions starting without < add them to the fields like:
<t>Latest version</t>
so starting with a <t> some text </t>
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_module.php on line 964: Undefined property: dmzx/downloadsystem/acp/downloadsystem_module::$tpl_name
Any guidance on this is appreciated.
Join us: http://www.zMainframes.com/
-
- New user
- Posts: 1
- Joined: 23 May 2024, 14:24
Re: Download System
Hi, I have this error
Please note: I have inserted a space above stlfreei79758 .bd.download_id' otherwise it wouldn't let me post a comment
Code: Select all
General Error
SQL ERROR [ mysqli ]
Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'stlfreei79758 .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 phpbb_dm_eds_cat bc LEFT JOIN phpbb_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 phpbb_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 25
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
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: 345
CALL: phpbb\db\driver\driver->sql_query_limit()
FILE: [ROOT]/ext/dmzx/downloadsystem/core/functions.php
LINE: 398
CALL: phpbb\db\driver\factory->sql_query_limit()
FILE: [ROOT]/ext/dmzx/downloadsystem/controller/download.php
LINE: 78
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()
Last edited by VixenPic on 23 May 2024, 15:59, edited 1 time in total.
-
- Users
- Posts: 15
- Joined: 23 Feb 2020, 19:17
Re: Download System
Hi, can you please advise me how to add an entry to the file "overall_header_navigation_append.html" so that the "downloads" button is not displayed to visitors after logging out of the site? Thank you Scott
Let's Go CommAndeR
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Download System
Open overall_header_navigation_append.html
Clear cache after
Find This may be a partial find and not the whole line
Code: Select all
{% if S_EDS_EXIST %}
Replace with Replace the preceding lines with the following
Code: Select all
{% if S_USER_LOGGED_IN %}
Clear cache after