[3.3.x] Support Forum • Re: YouTube custom profile field
I have the same problem, so what the fix?i try:https://youtube.com/%shttps://youtube.com/user/%shttps://youtube.com/@%s no one is working.Statistics: Posted by VOLKERMORD — Thu Dec 28, 2023 3:50 pm
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
I can't actually edit a post here in a proper way.1: undifended2:Code: {"form":"\u003Cform method=\u0022post\u0022...
View Article[3.3.x] Support Forum • Re: Unable to accept cookies (forum moved to new host)
IIRC phpBB does indeed cache the configuration data. Options for clearing the board cache include:If you have access to the Administration Control Panel (ACP):ACP > GENERAL > Resynchronise or...
View Article[3.3.x] Support Forum • Re: problem with forum copy
You should double-check your process against the recommended approach in Transferring Your Board to a New Host or DomainStatistics: Posted by P_I — Fri Dec 29, 2023 5:59 pm
View Article[3.3.x] Support Forum • Re: image decoding error
Thank you very much for your advice. I will use SFTP, in fact I am on linux but I always used filezilla for convenience.Understood the explanation of the header encoding and the difficulty that this...
View ArticlephpBB Custom Coding • Modifying quotes in MySQL and "re-submitting"...
Okay this is a long shot...I'm testing board merging and everything is great except one thing.Quotes are formatted like this in the database:Code: [quote="User" post_id="???" time="???" userid="???"]...
View Article[3.3.x] Support Forum • Posting is very slow
Firstly, my forum loads super fast so no issues there. Browsing is normal. PMs are fast. But suddenly posting (adding new topics) has become very slow. It takes 5-10 seconds for anything new to post....
View ArticlephpBB Custom Coding • Re: Modifying quotes in MySQL and...
There’s a reparser in the CLI for the posts/BBCodes. For further information see Command Line Interface. As always, make sure you have an up to date database backup before using the CLI. You will find...
View Article[3.3.x] Support Forum • SQL Error 1064 on 'New Topic'
I can't reproduce it here, but a couple of members have reported that they are getting this error when clicking 'New Topic' (this is after having moved the forum onto a new host):The forum is at...
View Article[3.3.x] Support Forum • Re: Posting is very slow
First check your server error logs for any suppressed errors. Make backup of your database. Go into phpMyadmin and open the database phpBB is in if it's not already open. Scroll to the bottom, check...
View ArticleExtension Writers Discussion • Re: PHPBB33 + Facebook Login creates account...
...Then all I needed was https://wiki.phpbb.com/Add_users to add user to database and then call link_account() after the user was added.I know this is an ancient post - but, the phpBB Wiki was...
View Article[3.3.x] Support Forum • Re: My forum is being overrun by drug bots
I see the users on the ban list, but then when I go back to ban another bot and use the "Find User" tool, I recognize users on the members list that were on the ban list. Also, the total number of...
View Article[3.3.x] Support Forum • Forbidden You don't have permission to access this...
This happens to me suddenly after no changes on my side.Useing the search function I ony found very old solutions.Any ideas for help? PHPBB 3.3 with Pro Ubuntu Lucid StyleThank you!Statistics: Posted...
View Article[3.3.x] Support Forum • Re: Forbidden You don't have permission to access...
Need more information such as what you are trying to access and who is trying to access it.Is this a phpBB error page or a server error page?That said if it's phpBB error page you likely have forum...
View Article[3.3.x] Support Forum • Re: new user question about topic page navigation
Thanks, thecoalman!When comparing, the 1st thing I did is that change language to English and tried.I will check the error log.Appreciate the great help and happy new year:)!Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: SQL Error 1064 on 'New Topic'
Probably same viewtopic.php?p=15742371#p15742371.Statistics: Posted by rxu — Sun Dec 31, 2023 8:35 pm
View Article[3.3.x] Support Forum • Re: put a time limit on opening a new topic?
maybe?https://www.phpbb.com/customise/db/exte ... d_approvalStatistics: Posted by KevC — Mon Jan 01, 2024 5:16 pm
View Article[3.3.x] Support Forum • Re: Error message generated by searches
Thanks.I'll discus it with the rest of the admins and see how it works.Statistics: Posted by groznak — Mon Jan 01, 2024 5:59 pm
View Article[3.3.x] Support Forum • phpBB as a photo gallery?
I've tried a couple of gallery extensions, they only crashed my phpBB install. I'm self hosting this on a almalinux with a lamp stack.I'm wanting something simple. I've got the categories setup, they...
View Article[3.3.x] Support Forum • Re: htaccess question - making subfolder public
Another option is to comment this out of .htaccess:Code: ## The following 3 lines will rewrite URLs passed through the front controller# to not require app.php in the actual URL. In other words, a...
View Article