Search found 147 matches
- Thu Mar 18, 2021 8:10 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
So having those lines removed gives you MORE errors?
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 ...
- Thu Mar 18, 2021 8:05 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
No problem. Just trying to contribute to a smooth release of phpBB 3.3.4.
A fresh 3.3.4-RC1 install with the lines removed from install/app.php was generally successful on my CentOS 7.9 (PHP 8.0.3) server.
There are a few phpBB debug messages. [phpBB Debug] "chmod(): Operation not permitted" in ...
A fresh 3.3.4-RC1 install with the lines removed from install/app.php was generally successful on my CentOS 7.9 (PHP 8.0.3) server.
There are a few phpBB debug messages. [phpBB Debug] "chmod(): Operation not permitted" in ...
- Thu Mar 18, 2021 7:38 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
Yup. I haven't installed a fresh board (without QuickInstall) in years. I'll be following https://www.phpbb.com/support/docs/en/3 ... tallation/3Di wrote: Thu Mar 18, 2021 7:26 pm It remains to test a fresh 3.3.4-rc1 install using the same approach but NOT using QuickInstall, do you volunteer?
- Thu Mar 18, 2021 7:22 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
Not sure what you mean but the above snippet should be removed from the current install/app.php and the config.php should remain un-modified. As it is as usual I mean. So no need to modify config.php prior to update.
That's exactly what I did.
Testcase #2 was going to try the change you ...
- Thu Mar 18, 2021 7:11 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
Testcases: Commenting out the if (!defined('PHPBB_ENVIRONMENT'))
{
define('PHPBB_ENVIRONMENT', 'production');
}
lines from install/app.php .
Result: Upgrade completed successfully with no phpBB debug message. ✔
--
I presume this one is leave install/app.php unchanged and instead make change to ...
{
define('PHPBB_ENVIRONMENT', 'production');
}
lines from install/app.php .
Result: Upgrade completed successfully with no phpBB debug message. ✔
--
I presume this one is leave install/app.php unchanged and instead make change to ...
- Thu Mar 18, 2021 6:47 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
Sure can. It might take a bit of time as I need to restore the database from backup, which tends to be somewhat slow on my CentOS 7.9 server.
- Thu Mar 18, 2021 1:11 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
It does, here is the top of phpBB3/install/app.php from my 3.3.4-RC1 full package <?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and ...
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and ...
- Wed Mar 17, 2021 11:59 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
From a quick glance I believe the problem is how the fix for https://tracker.phpbb.com/browse/PHPBB3-16719 was implemented.
- Wed Mar 17, 2021 11:04 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
@3Di, should this regression be reported in tracker?
To the best of my knowledge there is no expectation that admins make changes to config.php once a system has been installed and is running.
Any admins using PHP 8 and upgrading to 3.3.4 are going to be surprised by this debug message.
To the best of my knowledge there is no expectation that admins make changes to config.php once a system has been installed and is running.
Any admins using PHP 8 and upgrading to 3.3.4 are going to be surprised by this debug message.
- Wed Mar 17, 2021 2:26 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.4-RC1 released
- Replies: 41
- Views: 134322
Re: phpBB 3.3.4-RC1 released
Two data points to report using my localhost testing environment and following the steps in https://www.phpbb.com/support/docs/en/3.3/ug/upgradeguide/update_full/
On a CentOS 8 (Stream) server, with PHP 7. 4.16, the update went smoothly and no issues reported or seen so far during post-update ...
On a CentOS 8 (Stream) server, with PHP 7. 4.16, the update went smoothly and no issues reported or seen so far during post-update ...