[3.3.x] Support Forum • Re: Newest PHP version which phpBB should work?
Yes, it will work with these php versions.Statistics: Posted by Madalin10 — Fri Jun 06, 2025 6:54 pm
View Article[3.3.x] Support Forum • Re: Password recovery email do not work, mail test...
Thank you all and apologies for the late reply. I was on a business trip and had no time to look into it.@thecoalman - I don't see any errors in the log, nothing from the last months anyway. I am...
View ArticleGeneral Discussion • Re: How much AI do you use?
I dont believe AI can create extensions, yet.But it can help you with code pieces and maybe correct some errors.Thats the php part.CSS/HTML it can do. Nice actually.Statistics: Posted by Stoker 4.0 —...
View ArticleExtension Writers Discussion • Thumbnail in ACP
Hello everyone.I'm writing an extension where you choose an image in ACP from a drop-down menu and a thumbnail should appear below.However, in ACP, the image appears corrupted, but in the index, what...
View ArticleExtensions in Development • Re: [3.3][RC] Local Time
With your text Local time: and then the time (Local time: Sat Jun 07, 2025 7:10 pm)It makes the am/pm wrap to another line. It kind of messes up the look.I adjusted the css to fix that. In the...
View Article[3.3.x] Support Forum • How are the ads. rotated ?
Using Version 3.3.9 as adminI added the ad entension I think ( it was few months ago) in a skeleton test forumSeems to work ok . The ad. is displayed fine in the bottom as I chose.I do not remember if...
View Article[3.3.x] Support Forum • Re: A ban has been issued on your IP address ??
note there is no 96.19.32.51 or any 96.*.*.* wildcard.That IP would come after the last one listed, perhaps it's SQL limit. Go into phpMyadmin and in the banlist table sort by ban_ip. You can also...
View Article[3.3.x] Support Forum • Re: How are the ads. rotated ?
Support for extensions go in the extensions discussion area: https://www.phpbb.com/customise/db/exte ... ds/supportIf there is no solution with the extension you can post a topic in custom coding:...
View Article[3.3.x] Support Forum • Redis cache
I installed Redis cache on my Debian 12 server.I followed some instructions, and they say I need to add this in config.php:Code: // --- Redis cache configuration for phpBB ---if (!isset($cache)) {...
View Article[3.3.x] Styles Support & Discussion • Re: Image (banner) in header
OK I seeStatistics: Posted by ssl — Sun Jun 08, 2025 4:41 pm
View Article[3.3.x] Support Forum • Re: Problem with recurring notifications
I seem to have solved the problem.My WEB site is running under its own user account, but phpBB ignores this, even the fact that the parent cache directory is under a different user and the cache...
View Article[3.3.x] Support Forum • Displaying documents in-line
Can documents that are not images be displayed in-line? PDF's are only showing as a download link. I'd like to be able to display various sorts of documents from within the forum without downloading...
View ArticlephpBB Discussion • Re: Dealing with bot traffic
Just to stress the urgency for fixes to deal with these kind of botnets...I have been trying to deal with these botnets for about 3 - 4 weeks now, nearly on a daily basis, with yesterday close to 700...
View Article[3.3.x] Support Forum • Forum does not work after backup restore
Hi there,I tried to install an extension to allow for use of an authenticator that crashed the site. I restored the backup but now the forum does not work (internal 500 error). I check my host's error...
View Article[3.3.x] Support Forum • Re: Forum does not work after backup restore
I've fixed the issue; please delete.-thank youStatistics: Posted by Bunkei — Mon Jun 09, 2025 2:13 am
View Article[3.3.x] Support Forum • Re: Displaying documents in-line
I think .pdf files can only be shown as a download link.I mean, in order to see the document inside of a .pdf file you have to open it.And in order to open it you would have to download the file so...
View ArticleExtensions in Development • Re: [3.3][DEV] Giphy
Maybe have Giphy use the same color as the bbcode for it's text. It just feels out of place to my eyes.Statistics: Posted by bonelifer — Mon Jun 09, 2025 9:03 pm
View Article[3.3.x] Support Forum • Attachments are not functionel / missing
Hello you all!I'm new on here, because I have been running phpBB successfully quite some time in the past and since early this year I created a new environment.The issue (see attachment): I can's see...
View Article[3.3.x] Support Forum • Re: Attachments are not functionel / missing
If there is more than 10K files when using FTP you'll only get 10K files. More than 5K images plus thumbs is 10K.... This is a server configuration, solution is to use SFTP.If you used Filezilla the...
View Article[3.3.x] Support Forum • Re: What is going on? Is this some kind of widespread...
That's going to block known bots. Use separate rules you get up to 5.Example:1st Rule - reserve for "Skip" action. e.g. you can add rule for known bots like Google to skip the rest of the rules so...
View Article