phpBB 3.2.10-RC1 released

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
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.
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 185
Joined: Thu Sep 09, 2010 11:36 am
Location: Munich, Germany

phpBB 3.2.10-RC1 released

Post by Marc »

  • Notable Improvements
    • Enable/disable mechanism for new profilefield types
    • Inform about future PHP requirements
  • Notable Bug Fixes
    • Slow search on PostgreSQL
    • Mark PMs in UCP
    • Emoji isues
The packages can be downloaded from our package archive. Please test the packages to extent, so we can have a fail-save final release.

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: phpBB 3.2.10-RC1 released

Post by 3Di »

Wrong link

Edit: fixed.
Last edited by 3Di on Tue Jun 02, 2020 12:51 pm, 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

welshpaul
Registered User
Posts: 6
Joined: Tue Jun 02, 2020 10:16 am

Re: phpBB 3.2.10-RC1 released

Post by welshpaul »

Thank you and great work guys but Whois lookups broken for me: https://tracker.phpbb.com/browse/PHPBB3-16508

Other than that I haven't come across any issues.

Mannix_
Registered User
Posts: 19
Joined: Sun Aug 18, 2019 8:56 am

Re: phpBB 3.2.10-RC1 released

Post by Mannix_ »

Tried to update my test board and got this error

Code: Select all

The config setting "load_font_awesome_url" unexpectedly does not exist.

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: phpBB 3.2.10-RC1 released

Post by 3Di »

Mannix_ wrote: Tue Jun 02, 2020 10:56 am Tried to update my test board and got this error

Code: Select all

The config setting "load_font_awesome_url" unexpectedly does not exist.
Did you look in the DB to see if it exists? config table that is.
🆓 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

Mannix_
Registered User
Posts: 19
Joined: Sun Aug 18, 2019 8:56 am

Re: phpBB 3.2.10-RC1 released

Post by Mannix_ »

3Di wrote: Tue Jun 02, 2020 12:41 pm
Did you look in the DB to see if it exists? config table that is.
I checked the DB and it doesn't but I also did fresh install of 3.2.10-RC1 and it doesn't exist here either.

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: phpBB 3.2.10-RC1 released

Post by 3Di »

I checked 3.2.8 and 3.2.9 and it doesn't seems to be in the DB.
🆓 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

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: phpBB 3.2.10-RC1 released

Post by 3Di »

Also checked 3.2.2: MySQL returned an empty result set (i.e. zero rows). (Query took 0.0000 seconds.)

Somebody to confirm please?
🆓 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

User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 27
Joined: Sun Jul 14, 2013 11:57 am

Re: phpBB 3.2.10-RC1 released

Post by Crizzo »

I can confirm it.

No entry for load_font_awesome_url in phpbb_config

Although the two migrations according to ./phpbbcli.php db:list run:

Code: Select all

 * \phpbb\db\migration\data\v32x\forum_topics_per_page_type
 * \phpbb\db\migration\data\v320\font_awesome_update

User avatar
Tastenplayer
Registered User
Posts: 40
Joined: Thu Dec 06, 2018 11:14 am
Contact:

Re: phpBB 3.2.10-RC1 released

Post by Tastenplayer »

Code: Select all

[QI Debug] PHP Warning: in file C:/xampp/htdocs/quickinstall-1.3.7/index.php on line 148: require(./sources/phpBB3/vendor/autoload.php): failed to open stream: No such file or directory

Fatal error: require(): Failed opening required './sources/phpBB3/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\quickinstall-1.3.7\index.php on line 148
From this download: https://github.com/phpbb/phpbb/releases zip.

Lokal in Xampp - Quickinstall - PHP version: 7.2.25

Edit:
This is a weird download.
Well that was my mistake with the second try. But an installation locally in Xampp with Quickinstall is still not possible. Error message above!
Last edited by Tastenplayer on Tue Jun 02, 2020 2:27 pm, edited 4 times in total.
Be the best version of yourself rather than a bad copy of someone else!

Locked