phpBB 3.2.0-b1 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.
Post Reply
Nicofuma
3.2 Release Manager
3.2 Release Manager
Posts: 299
Joined: Sun Apr 13, 2014 1:40 am
Location: Paris

phpBB 3.2.0-b1 released

Post by Nicofuma »

Release highlights
  • New Features
    • The converters are back in the installer
    • INCLUDECSS and INCLUDEJS can be used anywhere in the templates
    • A few new features for the extensions (compiler pass, ext vendors etc...)
    • The Symfony's debug error handler is enabled in the development environment
  • Notable Bug Fixes
    • The 11% bug in the installer should be fixed
The packages can be downloaded from our package archive. Please test the packages to extend, so we can have a fail-save final release.
Member of the phpBB Development-Team
No Support via PM

User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

Re: phpBB 3.2.0-b1 released

Post by John P »

Just installed it.
Still stops at 11%, 22% and with refresh of the page double records in groups table, roles table and usergroups table.
The double records will be because of the refresh.

In email settings it's not possible to enter the server port when using smtp.

Good work team!

Nicofuma
3.2 Release Manager
3.2 Release Manager
Posts: 299
Joined: Sun Apr 13, 2014 1:40 am
Location: Paris

Re: phpBB 3.2.0-b1 released

Post by Nicofuma »

How long did you wait when you were at 11%?
Member of the phpBB Development-Team
No Support via PM

User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

Re: phpBB 3.2.0-b1 released

Post by John P »

Got stuck on a function

My eventsubscriber:

Code: Select all

			'core.viewtopic_modify_post_row'	=> 'count_profilewall_replies',

My function:

Code: Select all

	public function count_profilewall_replies($event, $u = 0)
	{
		blabla;
	}
The function can also be called by another function setting $u;
Always worked but now the variable $u is not returned but the eventsubscribers name 'core.viewtopic_modify_post_row'

How to handle please?

User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

Re: phpBB 3.2.0-b1 released

Post by John P »

Nicofuma wrote: Fri Feb 05, 2016 7:53 pm How long did you wait when you were at 11%?
About 5 minutes, second time about 10 minutes.
You can see it in mysql, first time it stops at the log table, always the same.
Using ie11 local server apache 2.4.4
Getting 408 errors on my logs with no request or user agent

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

Re: phpBB 3.2.0-b1 released

Post by 3Di »

Installed flawlessy into my local environment, I just waited the steps to go themselves one by one.

steps: 11, 22, 33, 44, 56, 67, 78, 89 and 100%.
It tooks less than 3 minutes approx. I think.

DB populated with 68 tables.

Win 7 environment, easyPHP.
302-b1-db1.png
DB
302-b1-db2.png
302-b1-db2.png (15.36 KiB) Viewed 34166 times

leschek
Registered User
Posts: 163
Joined: Tue Aug 28, 2012 1:30 pm

Re: phpBB 3.2.0-b1 released

Post by leschek »

Thank you for the update. I installed it without problem on localhost, but in installation wizard are some forms (where user fills installation data) in English even if I used translated files and changed language of the installation wizard.

User avatar
Qiaeru
Registered User
Posts: 32
Joined: Thu Jul 07, 2005 7:45 am
Location: Paris, France
Contact:

Re: phpBB 3.2.0-b1 released

Post by Qiaeru »

leschek wrote: Sat Feb 06, 2016 1:24 am Thank you for the update. I installed it without problem on localhost, but in installation wizard are some forms (where user fills installation data) in English even if I used translated files and changed language of the installation wizard.
+1, the language didn't change in the installation even if we choose another one than English. Even worse, the database is filled with the English language, so the example categorie, forum and post is in English, same with the forum's default name (yourdomain.com) and resume.

CHItA
Development Team
Development Team
Posts: 169
Joined: Thu Mar 12, 2015 1:43 pm
Location: Budapest, Hungary

Re: phpBB 3.2.0-b1 released

Post by CHItA »

John P wrote: Fri Feb 05, 2016 8:14 pm
Nicofuma wrote: Fri Feb 05, 2016 7:53 pm How long did you wait when you were at 11%?
About 5 minutes, second time about 10 minutes.
You can see it in mysql, first time it stops at the log table, always the same.
Using ie11 local server apache 2.4.4
Getting 408 errors on my logs with no request or user agent
Please confirm that you are able to install 3.1 in that environment.

CHItA
Development Team
Development Team
Posts: 169
Joined: Thu Mar 12, 2015 1:43 pm
Location: Budapest, Hungary

Re: phpBB 3.2.0-b1 released

Post by CHItA »

Also, if someone could link me to a translated install.php, it would be much appreciated.

Post Reply