3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Download System
-
- Users
- Posts: 78
- Joined: 13 Mar 2015, 19:08
Re: Download System
No I have not in the left side panel.
download this ext from from here?
download this ext from from here?
Last edited by rammstein on 27 Jul 2022, 10:13, edited 1 time in total.
-
- Users
- Posts: 163
- Joined: 01 Sep 2018, 11:26
Re: Download System
THE SAME PROBLEMMidway wrote: 08 Aug 2021, 13:41 repared replacebyCode: Select all
if ($key ??= $row2['download_cat_id'])
Code: Select all
if ($key == $row2['download_cat_id'])
I replaced and it didn't work ( phpbb 3.3.9 )
file : admin_controller.php
result :
Code: Select all
Parse error: syntax error, unexpected '=' in /home/powers76/public_html/ext/dmzx/downloadsystem/controller/downloadupload.php on line 360
-
- Users
- Posts: 15
- Joined: 28 Jan 2016, 09:23
Re: Download System
I have an issue with this extension and nginx.
Everything is working fine as long as I use apache2 as web server. When I switch to nginx, I can't download files anymore. I always get a network error in browser and nothing in nginx logs or php-fci logs.
Board is running on phpbb 3.2 latest version, latest extension version on nginx 1.18 and php7.4-fpm.
If you need additional information, please let me know.
Everything is working fine as long as I use apache2 as web server. When I switch to nginx, I can't download files anymore. I always get a network error in browser and nothing in nginx logs or php-fci logs.
Board is running on phpbb 3.2 latest version, latest extension version on nginx 1.18 and php7.4-fpm.
If you need additional information, please let me know.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Download System
Running here on nginx-apache can you try this?mh254 wrote: 25 Jan 2023, 07:07 I have an issue with this extension and nginx.
Everything is working fine as long as I use apache2 as web server. When I switch to nginx, I can't download files anymore. I always get a network error in browser and nothing in nginx logs or php-fci logs.
Board is running on phpbb 3.2 latest version, latest extension version on nginx 1.18 and php7.4-fpm.
If you need additional information, please let me know.
-
- Users
- Posts: 15
- Joined: 28 Jan 2016, 09:23
Re: Download System
How do you mean this? Use nginx as Reverse Proxy and let Apache run the PHP code?
-
- Users
- Posts: 9
- Joined: 22 Jan 2023, 18:14
Re: Download System
Hello,
sorry for my english, it's a google translation.
I wish I could suppress the display of this, even if we have the permissions.
ideally, with a yes/no setting in the configuration settings.
I will access the system directly with a link "url/downloadsystem"
thank you very much
sorry for my english, it's a google translation.
I wish I could suppress the display of this, even if we have the permissions.
ideally, with a yes/no setting in the configuration settings.
I will access the system directly with a link "url/downloadsystem"
thank you very much
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 9
- Joined: 22 Jan 2023, 18:14
Re: Download System
Hello,
I can't use the extension. No downloading is possible.
With small files, or large files, impossible.
The link seems correct, after clicking, I choose the place of registration, then there is a network error immediately.
I can't use the extension. No downloading is possible.
With small files, or large files, impossible.
The link seems correct, after clicking, I choose the place of registration, then there is a network error immediately.
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
Pm me test accountnexosenz wrote: 30 Jan 2023, 17:39 Hello,
I can't use the extension. No downloading is possible.
With small files, or large files, impossible.
The link seems correct, after clicking, I choose the place of registration, then there is a network error immediately.
3.PNG2.PNG
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Download System
Go to this file in the extension on your server:nexosenz wrote: 30 Jan 2023, 17:39 Hello,
I can't use the extension. No downloading is possible.
With small files, or large files, impossible.
The link seems correct, after clicking, I choose the place of registration, then there is a network error immediately.
3.PNG2.PNG
https://github.com/dmzx/Download-System ... d.php#L107
make it:
// ob_end_flush();
Clear cache in ACP and try again.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Download System
Ok will look into this when back at home. Leave account open for now.