phpBB Custom Coding • Re: An error what redirecting to the non-www version
When I tried this code, it worked. It worked instantly in the incognito tab, but it took a while for the normal one.Code: RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]RewriteRule ^(.*)$...
View Article[3.3.x] Support Forum • Re: Disallow OpenAI boots
Code: User-agent: GPTBotDisallow: /Madalin10 JUST this?Statistics: Posted by saavannah — Sun Jan 12, 2025 2:18 pm
View Article[3.3.x] Support Forum • Re: Disallow OpenAI bots
I have followed the instructions provided in other discussions to implement a blocking code for users who are overloading our server. There are many different instructions that can be found via...
View Article[3.3.x] Support Forum • Re: Fatal error: Uncaught Error: mysqli object is not...
If the MySQL server is not starting for XAMPP then it has nothing to do with phpBB.XAMPP will sometimes not shut down the apache.exe and mysqld.exe processes correctly in which case the MySQL will not...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Thanks. Will get translated for next version.Statistics: Posted by Steve — Sun Jan 12, 2025 4:14 pm
View Article[3.3.x] Support Forum • The Founder setting not select
Hi,There is something I can't figure out. The Founder setting is being disabled on a board by itself. It doesn't happen all the time, but it happened to me 3 times at long intervals. What could be the...
View Article[3.3.x] Support Forum • Active Topics ?
We have recently migrated from phpbb 3.0.4 to 3.3.14Nothing appear under "Active Topics". Is there any special setting to have them back ? The upgraded forums have been working for a week or...
View Article[3.3.x] Support Forum • Re: Update from 3.0.11 to 3.3.14 SQL Error
Ok, posting back here just to keep this altogether. Happy to start a new thread if needed.I was able to work with the hosting provider to get back to PHP 5.6. This got the board back up and running as...
View Article[3.3.x] Support Forum • Quick Links: editing navbar_header.html doesn't do it
Hi,I'm the admin for a forum, https://forum.irishminis.ie (using version 3.3.8) and it has a link in Quick Links ("IMOC Membership PayPal") that's going to the wrong place, so needs to be either...
View Article[3.3.x] Support Forum • Re: Quick Links: editing navbar_header.html doesn't...
Did you purge the cache in ACP after making changes? That link may be added by an extension if it is not present in the file you mentionedStatistics: Posted by Mannix_ — Mon Jan 13, 2025 6:53 pm
View ArticlephpBB Custom Coding • Re: Some useful SQL
That would indicate the posts were deleted from the posts table and the topic was not deleted from the topics table. Just delete them using MCP.Statistics: Posted by thecoalman — Mon Jan 13, 2025 7:15...
View ArticleExtension Writers Discussion • Re: Creating a controller that handles POST
Nevermind (maybe):My routing.xml had a typo (note two ::).Code: tig_blobuploader_controller: path: /uploader/{name} defaults: { _controller: tig.blobuploader.controller.main:handle }...
View ArticleExtensions in Development • Re: [3.3][BETA] Post Form Templates
Is any chances to can set a post form template to a specific topic? Not all forum or category.Statistics: Posted by KenTSA — Mon Jan 13, 2025 10:54 pm
View ArticleExtension Requests • Text formatting extension
Is there a way or extension so that when you write a topic and use text size or text list, you don't have to put bbcode and automatically format the text as you want?That is, to enlarge the text...
View Article[3.3.x] Support Forum • Re: Xlm import node
Do you literally mean hundreds? If so that can be problematical, too many categories and forums can cause slow downs mainly because of permissions. Plus, having hundreds of empty forums can make a...
View Article[3.3.x] Support Forum • Re: The Founder setting not select
No. The thing in question also affected the database and does not show up in the log.Statistics: Posted by halil16 — Tue Jan 14, 2025 8:38 pm
View Article[3.3.x] Support Forum • Will MySQL 8 run on phpBB version 3.3.4
Hello Anyone,My web hosting service is going to elevate my current server software from OS Centos to OS AlmaLinux very soon and I do not have time to update my current phpbb version to the latest. OS...
View Article[3.3.x] Support Forum • Re: Update from 3.0.11 to 3.3.14 SQL Error
Honestly, I don't need to keep anything other then the posts and pictures in the posts.I don't care about the Arcade or Gallery either.I'll try running the update after dropping the extra tables. It...
View Article[3.3.x] Support Forum • Re: Will MySQL 8 run on phpBB version 3.3.4
We are pleased to announce the release of phpBB 3.3.3 "Bertie Triple Distilled". This version is a maintenance release of the 3.3.x branch which adds support for MySQL 8 and PHP 8, and resolves...
View ArticleExtension Writers Discussion • Re: Convert fra config to config_text
Thank, I'll have a look at itStatistics: Posted by Stoker 4.0 — Wed Jan 15, 2025 5:39 pm
View Article