[3.3.x] Styles Support & Discussion • Re: How to modify the logo of my forum
Sure ! I did it in my previous message.Thanks !Maybe share the answer for those of us that also have the same question.Statistics: Posted by kuri2004 — Mon Jun 23, 2025 4:39 am
View Article[3.3.x] Support Forum • Re: Can't send email
Smtp address: mail.google,comtry smtp.gmail.comStatistics: Posted by warmweer — Mon Jun 23, 2025 6:14 am
View ArticleExtension Writers Discussion • Re: updating ACP module migration
i tryied with two file like you say but no wayafter lots of debug and studying i've found the solution! for ones who cares: that's the new file....and the "solution" below.Code: namespace...
View Article[3.3.x] Support Forum • Soft delete posts
I run this query in my database to bulk soft delete posts of a specific user.Code: SET @TARGET_USER := 100; -- user_id to wipe test_userSET @ADMIN_USER := 2; -- your own user_id-- Mark every post as...
View Article[3.3.x] Support Forum • Re: Cannot login to ACP
They sent the problem to higher tech support. I will follow up when I hear from themStatistics: Posted by DougMPhoto — Mon Jun 23, 2025 9:58 pm
View Article[3.3.x] Support Forum • Re: Search index
You have a bunch of search indices on the post_subject column which has resulted in duplicate keys with a numbered suffix, but the original was deleted. When it looks at the search index, it can't...
View Article[3.3.x] Support Forum • Re: Malformed links after forum transfer and update
If you go to post, open it with edit button and then submit does it fix issue?If so you reparss all posts with command line over SSH:Code: php /full/path/to/bin/phpbbcli.php --safe-mode...
View Article[3.3.x] Support Forum • Installation on Windows Server
I would like to use phpBB on my Windows Server 2019 but cannot get past first base. I already use PHP on the server, but when I load install/app.php it is blank, with no hint of what went wrong or...
View Article[3.3.x] Support Forum • Re: Installation on Windows Server
A blank white page is indicative of supressed php error, check the php error logs. If none present check the php.ini for error logging options.This will give you php information. Just upload to server...
View Article[3.3.x] Styles in Development • Re: [RC] Win10 for phpBB 3.3.10
No more updates?Statistics: Posted by null2 — Wed Jun 25, 2025 12:13 am
View Article[3.3.x] Support Forum • Re: Error In Registration Page
Knowledge Base - Disabling all extensions at onceI have disabled all extensions as instructed, but still the same error. When I login and try to access ACP, it crashes the boardStatistics: Posted by...
View Article[3.3.x] Support Forum • Re: Windows Server with SQLEXPRESS
Have you tried leaving it blank or localhost? Doing a little digging this should supported, there is topic here from way back in 2008. viewtopic.php?t=1231525Based on that topics it would appear you...
View Article[3.3.x] Support Forum • Re: Can't Login My Board
bump...new error log[proxy_fcgi:error [pid 725256:tid 725395 [client 102.91.78.120:0 AH01071: Got error 'PHP message: PHP Fatal error: Uncaught...
View Article[3.3.x] Support Forum • Organizing what will become a massive database
Okay, folks! Setup a vaping forum. Kind of a workshop if you will.Biggest challenge. My partner (I just setup the board - It's all about him and what he wants to do with it - where he wants it to...
View Article[3.3.x] Support Forum • Re: Organizing what will become a massive database
Im not sure what you are asking I assume we are talking Oneshots and not concentrates like "Flavorah Alpine Strawberry"?Its doesnt really-really matter how concentrates tastes alone because...
View Article[3.3.x] Styles Database Releases • Re: phpbb smileys SVG
Style validated/releasedStatistics: Posted by _Vinny_ — Thu Jun 26, 2025 10:07 pm
View Article[3.3.x] Support Forum • Moving hosts and passwords not working (hashing?)
I've come across a few articles and posts here on going backwards in PHP versions will result in passwords not working in the user database; but in this case I am making a fairly large move upward in...
View Article[3.3.x] Support Forum • Re: Moving hosts and passwords not working (hashing?)
One clarifying point - when I login with my username/password it just fails like I have the password wrong; and I'm using my password vault with the same credentials that works on the other system...
View Article[3.3.x] Styles Support & Discussion • Re: Make lastpost area more wide
It wasnt that simple. Responsive view is destroyed with those edits Statistics: Posted by Stoker 4.0 — Fri Jun 27, 2025 4:11 am
View Article[3.3.x] Support Forum • Restoring a backup
So I backed up my database via both ACP/Maintenance, and phpmyadmin export.I then used bluehost's file manager to compress all the folders and files within public_html, and downloaded both the...
View Article