phpBB 3.3.4-RC1 released
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Re: phpBB 3.3.4-RC1 released
I don't think so. As I stated, the
chmod(): Operation not permitted
are probably caused my SELinux settings and can be ignore. I was working quickly and didn't spend to much time on SELinux context settings. It was been eons since I've done a new install and to the best of my searching there are no definitive SELinux 'permissions' setting documented for phpBB.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
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
Re: phpBB 3.3.4-RC1 released
I sense another fresh install is in order, without changing
install/app.php
from the version included in 3.3.4-RC1. Yes I volunteer again - 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.3.4-RC1 released
I opened a DRAFT PR here https://github.com/phpbb/phpbb/pull/6167
Tomorrow I will test myself all of this, time permitting.
Thanks everybody.
Tomorrow I will test myself all of this, time permitting.
Thanks everybody.
Last edited by 3Di on Fri Mar 19, 2021 9:41 am, edited 1 time in total.
Free support for our extensions also provided here: phpBB Studio
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.3.4-RC1 released
This is the only TABLES line it was already silented -> See theDavidIQ wrote: ↑Thu Mar 18, 2021 8:11 pm 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
@
in front of it, why?
Code: Select all
@define('CONFIG_TABLE', $table_prefix . 'config');
Code: Select all
if (!defined('CONFIG_TABLE'))
{
define('CONFIG_TABLE', $table_prefix . 'config');
}
Free support for our extensions also provided here: phpBB Studio
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
- Onnozel Manneke
- Registered User
- Posts: 6
- Joined: Wed Feb 10, 2021 5:23 pm
Re: phpBB 3.3.4-RC1 released
And what about this? Is it also a bug?
Onnozel Manneke wrote: ↑Tue Mar 16, 2021 10:14 pm
And in ACP - General I see:
"Board version" is not using the language string from the NL language. It it present in /nl/acp/common.phpCode: Select all
'BOARD_VERSION' => 'Forumversie',
- Onnozel Manneke
- Registered User
- Posts: 6
- Joined: Wed Feb 10, 2021 5:23 pm
Re: phpBB 3.3.4-RC1 released
Strange, it's only that language string that's not working... Maybe an extension that uses the same string that overwrite it? I'll take a look tomorrow.
==EDIT==
Just had a quick look, and it's the "System info" extension from Dmzx that causes it.
Sorry
- 3Di
- Registered User
- Posts: 951
- Joined: Tue Nov 01, 2005 9:50 pm
- Location: Milano 🇮🇹 Frankfurt 🇩🇪
- Contact:
Re: phpBB 3.3.4-RC1 released
What about those few phpBB debug messages? Did you find them in your error logs or on the main screen after installation?
Free support for our extensions also provided here: phpBB Studio
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades