Search found 1889 matches

by DavidIQ
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: 37589

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!
by DavidIQ
Wed Apr 07, 2021 12:30 pm
Forum: [4.x] Discussion
Topic: Access key for "First unread post"
Replies: 3
Views: 14753

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. O...
by DavidIQ
Thu Apr 01, 2021 3:07 pm
Forum: General Development Discussion
Topic: Change the size of the avatar
Replies: 2
Views: 13069

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 ...
by DavidIQ
Fri Mar 19, 2021 12:33 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.4-RC1 released
Replies: 41
Views: 121942

Re: phpBB 3.3.4-RC1 released

Looks to be a problem with your installation.
nl_fine.png
by DavidIQ
Thu Mar 18, 2021 8:11 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.4-RC1 released
Replies: 41
Views: 121942

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
by DavidIQ
Thu Mar 18, 2021 8:07 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.4-RC1 released
Replies: 41
Views: 121942

Re: phpBB 3.3.4-RC1 released

So having those lines removed gives you MORE errors?
by DavidIQ
Thu Mar 18, 2021 12:45 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.4-RC1 released
Replies: 41
Views: 121942

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');
}
by DavidIQ
Wed Mar 17, 2021 11:08 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.4-RC1 released
Replies: 41
Views: 121942

Re: phpBB 3.3.4-RC1 released

Should report it. Seems like maybe config.php is somehow getting re-included somewhere for PHP 8. 🤔
by DavidIQ
Mon Feb 01, 2021 5:18 pm
Forum: General Development Discussion
Topic: CAPTCHA invisible
Replies: 5
Views: 19981

Re: CAPTCHA invisible

You can't change your password on the tracker. It syncs with phpbb.com so you'll need to do it on the main site.