Search found 1891 matches
- Thu Jun 24, 2021 2:12 pm
- Forum: [4.x] Tickets Discussion
- Topic: PHPBB3-15851 One click update
- Replies: 24
- Views: 178994
Re: PHPBB3-15851 One click update
Moved and updated the title. The tracker ticket is: https://tracker.phpbb.com/browse/PHPBB3-15851
- Fri Jun 18, 2021 7:23 pm
- Forum: [4.x] Discussion
- Topic: feature request: one button update (like WordPress)
- Replies: 1
- Views: 12859
- Thu May 20, 2021 5:35 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Require forum guests to enter their name or nickname
- Replies: 8
- Views: 40868
Re: [RFC] Require forum guests to enter their name or nickname
Resurrected an 11 year old topic to ask about a feature for a phpBB version that is not supported anymore. Ticked all the boxes!
- Wed Apr 07, 2021 12:30 pm
- Forum: [4.x] Discussion
- Topic: Access key for "First unread post"
- Replies: 3
- Views: 15825
Re: Access key for "First unread post"
The problem is that, based on the location of the request screenshots, the concept of "First unread post" is lost once you read the topic. It would only work if there are multiple pages and you start on the first page and there are actual unread posts in the following pages of the topic. Once there ...
- Thu Apr 01, 2021 3:07 pm
- Forum: General Development Discussion
- Topic: Change the size of the avatar
- Replies: 2
- Views: 14773
Re: Change the size of the avatar
I don't understand what the RFC would be for. If you have a style that needs a smaller size avatar then that's the job of the style to resize accordingly through the use of CSS. Clearly you already know which is the first post if you're giving it special styling so you should be able to do that for ...
- Fri Mar 19, 2021 12:33 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 133952
Re: phpBB 3.3.4-RC1 released
Looks to be a problem with your installation.
- Thu Mar 18, 2021 8:11 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 133952
Re: phpBB 3.3.4-RC1 released
Then it looks like it caused a different error:
Code: Select all
[phpBB Debug] "Constant CONFIG_TABLE already defined" in file /var/www/html/phpbb/includes/constants.php on line 250
- Thu Mar 18, 2021 8:07 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 133952
Re: phpBB 3.3.4-RC1 released
So having those lines removed gives you MORE errors?
- Thu Mar 18, 2021 12:45 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 133952
Re: phpBB 3.3.4-RC1 released
I think that fix addresses a possible cause, but it apparently may not be the only cause. Can you just make sure your install/app.php file has this in it:
Code: Select all
if (!defined('PHPBB_ENVIRONMENT'))
{
define('PHPBB_ENVIRONMENT', 'production');
}
- Wed Mar 17, 2021 11:08 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 133952
Re: phpBB 3.3.4-RC1 released
Should report it. Seems like maybe config.php is somehow getting re-included somewhere for PHP 8. 🤔