3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Download System
-
origon
- Users

- Posts: 8
- Joined: 27 Mar 2016, 17:41
Re: Download System
It failed on 105mb so it must be the host who set the download limmit, but how, i haven't set anything on my test server it's the standard php.ini settings
-
Bouncer_X
- Users

- Posts: 3
- Joined: 09 Jun 2016, 14:40
Re: Download System
Hi again!
What has worked for me is to simply edit lines 215, 219, and 245 in downloadsystemcat.php which have the href.
I say this hack works for me because I only need to host one large file, and can swap revisions out manually while keeping same address.
Maybe in a future version, some feature to manually add a hosted url in the ACP could be a nice perk.
What has worked for me is to simply edit lines 215, 219, and 245 in downloadsystemcat.php which have the href.
I say this hack works for me because I only need to host one large file, and can swap revisions out manually while keeping same address.
Maybe in a future version, some feature to manually add a hosted url in the ACP could be a nice perk.
-
Ketchup
- Users

- Posts: 21
- Joined: 16 Jan 2016, 09:13
Re: Download System
This apprently does not support MSSQL like phpBB does?
^ Happens on install, any way to get this to work with MSSQL?
Code: Select all
Return to the index page
General Error
SQL ERROR [ mssqlnative ]
SQLSTATE: 42000 code: 3988 message: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]New transaction is not allowed because there are other threads running in the session. [3988]
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 430
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 249
CALL: phpbb\db\driver\driver->sql_transaction()
FILE: [ROOT]/phpbb/db/tools.php
LINE: 1420
CALL: phpbb\db\driver\factory->sql_transaction()
FILE: [ROOT]/phpbb/db/tools.php
LINE: 678
CALL: phpbb\db\tools->_sql_run_sql()
FILE: [ROOT]/phpbb/db/tools.php
LINE: 742
CALL: phpbb\db\tools->sql_create_table()
FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\tools->perform_schema_changes()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 550
CALL: call_user_func_array()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 496
CALL: phpbb\db\migrator->run_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 305
CALL: phpbb\db\migrator->process_data_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 262
CALL: phpbb\db\migrator->try_apply()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 202
CALL: phpbb\db\migrator->try_apply()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 185
CALL: phpbb\db\migrator->update_do()
FILE: [ROOT]/phpbb/extension/base.php
LINE: 80
CALL: phpbb\db\migrator->update()
FILE: [ROOT]/phpbb/extension/manager.php
LINE: 187
CALL: phpbb\extension\base->enable_step()
FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 177
CALL: phpbb\extension\manager->enable_step()
FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: acp_extensions->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
Please notify the board administrator or webmaster: no@no.com
Powered by phpBB® Forum Software © phpBB Limited
-
origon
- Users

- Posts: 8
- Joined: 27 Mar 2016, 17:41
Re: Download System
Hi
I have a dumb question, where do you find the forum ID? I can't find it
I have a dumb question, where do you find the forum ID? I can't find it
-
dmzx
- Founder

- Posts: 6471
- Joined: 13 Jan 2014, 21:45
Re: Download System
The ID you can find in the URL of the forum.
Look for f= with the value of the forum.
[ Post made via Samsung Galaxy S4 ]
Look for f= with the value of the forum.
[ Post made via Samsung Galaxy S4 ]

-
Sajaki
- Users

- Posts: 5
- Joined: 23 Aug 2015, 12:41
Re: Download System
Hello,
i have a question on the downloadsystem. the file size does not get updated when i update a file that was already published. it this normal ?
i have a question on the downloadsystem. the file size does not get updated when i update a file that was already published. it this normal ?
-
dmzx
- Founder

- Posts: 6471
- Joined: 13 Jan 2014, 21:45
Re: Download System
Must be working, how do you update in ACP?Sajaki wrote: 03 Jul 2016, 17:51 hello,
i have a question on the downloadsystem. the file size does not get updated when i update a file that was already published. it this normal ?
-
Sajaki
- Users

- Posts: 5
- Joined: 23 Aug 2015, 12:41
Re: Download System
I just upload the new file. After that I go into the acp download topic and press submit again (but i'm not sure if that was necessary).
-
admin1
- Users

- Posts: 43
- Joined: 06 Sep 2015, 04:26
Re: Download System
Uploading larger files like 100 MB, how can it be achieved ? can i simply upload the file inside Cpanel, from desktop, directly to destination folder as ftp would last years uploading ?
thanks
thanks
-
martin
- Admin

- Posts: 5109
- Joined: 06 Apr 2014, 16:12
Re: Download System
All file sizes and speed is controlled by the host in php.ini file this ext has no control over file sizes.
As for ftp uncheck the speed limits settings also yet again your host can also controls that speed too 100mb files are small.
As for ftp uncheck the speed limits settings also yet again your host can also controls that speed too 100mb files are small.

-
Napster
- Users

- Posts: 25
- Joined: 15 Sep 2015, 15:35
Re: Download System
Need help please i have the same problem as origon Enable URL Rewriting: is on, all files are showing in ACP Manage Downloads the ftp path is /ext/dmzx/downloadsystem/files/mycreatedcatagory but still get error
Code: Select all
can't find the file at http://www.mysite/downloadsystemdownload?id=9.-
martin
- Admin

- Posts: 5109
- Joined: 06 Apr 2014, 16:12
Re: Download System
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
clight77
- Donator

- Posts: 504
- Joined: 24 Sep 2015, 16:23
Re: Download System
Can I assume that when adding an attachment to a new topic it will show when I go to that category ?
Or is this just meant to show files uploaded via this ext either thru ftp or the ACP panel ?
Hope that makes sense... lol
Found my answer... lol
It won't use posted attachment from new topic....
Or is this just meant to show files uploaded via this ext either thru ftp or the ACP panel ?
Hope that makes sense... lol
Found my answer... lol
It won't use posted attachment from new topic....
-
humpty
- Users

- Posts: 5
- Joined: 06 Sep 2016, 19:33
Re: Download System
If there's an attachment in a private forum (accessible only to members of some group) will it appear to all members or just those who are in that group?
Thanks
Thanks