In your forum... ;)
https://phpbb3.oxpus.net/viewtopic.php?f=16&t=759&start=110
phpBB Debug] PHP Notice: in file [ROOT]/ext/oxpus/dlext/event/listener.php on line 543: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/oxpus/dlext/event/listener.php on ...
Die Suche ergab 11 Treffer
- Mi 7. Apr 2021, 17:42
- Forum: Extension Support phpBB 3.3
- Thema: Thema zum Download Download Extension
- Antworten: 173
- Zugriffe: 128622
- Do 1. Apr 2021, 17:02
- Forum: Extension Support phpBB 3.3
- Thema: Thema zum Download Download Extension
- Antworten: 173
- Zugriffe: 128622
Re: Thema zum Download Download Extension
I go now!!!
Thanks!
Thanks!
- Mi 31. Mär 2021, 21:50
- Forum: Extension Support phpBB 3.3
- Thema: Thema zum Download Download Extension
- Antworten: 173
- Zugriffe: 128622
Re: Thema zum Download Download Extension
Perfect, thank you so much! 

- Mi 31. Mär 2021, 18:12
- Forum: Extension Support phpBB 3.3
- Thema: Thema zum Download Download Extension
- Antworten: 173
- Zugriffe: 128622
Re: Thema zum Download Download Extension
Hello,
Downloads page, looks good: https://www.phpbb-es.com/foro/dlext/index
I upgraded from 8.1.8 to 8.2.0 and I see the following errors:
View category i.e. https://www.phpbb-es.com/foro/dlext/index?cat=6
argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/ext/oxpus ...
Downloads page, looks good: https://www.phpbb-es.com/foro/dlext/index
I upgraded from 8.1.8 to 8.2.0 and I see the following errors:
View category i.e. https://www.phpbb-es.com/foro/dlext/index?cat=6
argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/ext/oxpus ...
- Mo 29. Jun 2020, 19:41
- Forum: Extension Support phpBB 3.3
- Thema: Download Links
- Antworten: 17
- Zugriffe: 29142
Re: Download Links
Solved... thanks to CaniDev
event/listener.php
case 'link_text':
$link_title = '<LINK_TEXT text="' . $title . '">' . $title . '</LINK_TEXT>';
break;
Replace with:
case 'link_text':
$title = strip_tags($title);
$link_title = '<LINK_TEXT text="' . $title . '">' . $title . '</LINK_TEXT ...
event/listener.php
case 'link_text':
$link_title = '<LINK_TEXT text="' . $title . '">' . $title . '</LINK_TEXT>';
break;
Replace with:
case 'link_text':
$title = strip_tags($title);
$link_title = '<LINK_TEXT text="' . $title . '">' . $title . '</LINK_TEXT ...
- So 28. Jun 2020, 21:18
- Forum: Extension Support phpBB 3.3
- Thema: Download Links
- Antworten: 17
- Zugriffe: 29142
Re: Download Links
I will disable extensions, until I find what causes the problem. Then I comment here if I find the problem. 
- So 28. Jun 2020, 15:20
- Forum: Extension Support phpBB 3.3
- Thema: Download Links
- Antworten: 17
- Zugriffe: 29142
Re: Download Links
Test again...
https://phpbb3.oxpus.net/dlext/details?df_id=46
Before it worked correctly, but now... :|
https://www.phpbb-es.com/foro/viewtopic.php?f=95&t=43614
...for some reason in that link the low bar (_) causes the direct link to not generate well...
This link for example... https://www ...
https://phpbb3.oxpus.net/dlext/details?df_id=46
Before it worked correctly, but now... :|
https://www.phpbb-es.com/foro/viewtopic.php?f=95&t=43614
...for some reason in that link the low bar (_) causes the direct link to not generate well...
This link for example... https://www ...
- Sa 22. Feb 2020, 18:17
- Forum: Extension Support phpBB 3.3
- Thema: Thema zum Download Download Extension
- Antworten: 173
- Zugriffe: 128622
Re: Thema zum Download Download Extension
Solved - DL Ban list
Thanks!
Thanks!
- Sa 22. Feb 2020, 17:54
- Forum: Extension Support phpBB 3.3
- Thema: Thema zum Download Download Extension
- Antworten: 173
- Zugriffe: 128622
Re: Thema zum Download Download Extension
But I don't see myself on any banned list.
I'm still looking for...
I'm still looking for...
- Sa 22. Feb 2020, 17:41
- Forum: Extension Support phpBB 3.3
- Thema: Thema zum Download Download Extension
- Antworten: 173
- Zugriffe: 128622
Re: Thema zum Download Download Extension
Hi oxpus,
I am not sure that this is the right forum, I have checked permissions etc. but I am the only one who does not have access to the downloads (the download button does not appear).
Ban admin user after update?
https://i.imgur.com/njhe7qI.png
phpBB 3.3.0
Ext. version 8.0.2
https://www ...
I am not sure that this is the right forum, I have checked permissions etc. but I am the only one who does not have access to the downloads (the download button does not appear).
Ban admin user after update?
https://i.imgur.com/njhe7qI.png
phpBB 3.3.0
Ext. version 8.0.2
https://www ...