Search found 122 matches

by Noxwizard
Tue Jul 12, 2022 9:57 pm
Forum: General Development Discussion
Topic: Updating forums
Replies: 1
Views: 7315

Re: Updating forums

Closing, as you've cross-posted this on the main support site: https://www.phpbb.com/community/viewtopic.php?t=2624006
by Noxwizard
Sun May 03, 2020 8:31 pm
Forum: General Development Discussion
Topic: How to use Git for phpBB deployment on VPS
Replies: 7
Views: 17454

Re: How to use Git for phpBB deployment on VPS

he could simple use the release tags and then the version is the same as on the download package.. Don't see what is against that. Even this is not ready to go, you need to run composer to get the third-party libraries pulled in. We don't provide official support in the main support forums for folk...
by Noxwizard
Tue Sep 13, 2016 1:06 am
Forum: General Development Discussion
Topic: Master Slave database support
Replies: 7
Views: 33704

Re: Master Slave database support

It will work in certain configurations. The databases backing the *.phpbb.com sites are part of a cluster with a master/slave configuration. Certain configurations will not work though, such as those using different auto_increment values: https://tracker.phpbb.com/browse/PHPBB3-7215
by Noxwizard
Tue Aug 18, 2015 10:52 pm
Forum: [3.x] Discussion
Topic: Database table prefix
Replies: 3
Views: 20765

Re: Database table prefix

There is a ticket open about this here: https://tracker.phpbb.com/browse/PHPBB3-13705
by Noxwizard
Thu Oct 23, 2014 12:29 am
Forum: General Development Discussion
Topic: State of Area51
Replies: 147
Views: 225430

Re: State of Area51

Facebook and Google logins have been enabled.
by Noxwizard
Thu Sep 25, 2014 11:45 pm
Forum: General Development Discussion
Topic: Build Server
Replies: 23
Views: 55965

Re: Build Server

The old results were all purged.
by Noxwizard
Thu Sep 25, 2014 9:10 pm
Forum: General Development Discussion
Topic: Build Server
Replies: 23
Views: 55965

Re: Build Server

Artifacts are only kept for a week's worth of builds or the last 10 builds, whichever is more.
by Noxwizard
Sun Jul 13, 2014 2:10 pm
Forum: [3.x] Discussion
Topic: New Error Message I haven't seen before
Replies: 2
Views: 8006

Re: New Error Message I haven't seen before

That's coming from your APC cache. Check its settings.
by Noxwizard
Sat Jun 28, 2014 7:17 pm
Forum: [3.x] Discussion
Topic: Question about some code in htaccess file
Replies: 4
Views: 9839

Re: Question about some code in htaccess file

Are you actually using HTTP Authorization to view the feed instead of cookies? If you are and it works, then obviously it's fine.