Page 1 of 2

Released: phpBB 3.2.6

PostPosted:April 29th, 2019, 11:40 am
by admincristian
phpBB version 3.2.6 just got released. Does it support the current versions of extensions BBOOTS and extensions? Is it safe to upgrade from version 3.2.5?

Released: phpBB 3.2.6

PostPosted:April 29th, 2019, 1:51 pm
by PhilDiscuss
Don't update yet.

Re: Released: phpBB 3.2.6

PostPosted:April 29th, 2019, 2:58 pm
by WelshPaul
Do not update!

If you do update to 3.2.6 then you and your members will not be able to login to your board... Wait for the style update or implement the necessary code changes yourself prior to updating.

Released: phpBB 3.2.6

PostPosted:April 30th, 2019, 12:19 pm
by admincristian
Confirmed. On update users can't login. I had to roll back.

Re: Released: phpBB 3.2.6

PostPosted:April 30th, 2019, 2:07 pm
by WelshPaul
admincristian » Today, 12:19 pm wrote:

Confirmed. On update users can't login. I had to roll back.

Confirmed? As I keep telling SiteSplat and my wife, i'm never wrong! :-D

No need to roll back... Just do the following:

login_body.html, find:
Code: Select all
				  {S_LOGIN_REDIRECT}
					{S_HIDDEN_FIELDS}
Replace with:
Code: Select all
				  {S_LOGIN_REDIRECT}
				  {S_FORM_TOKEN_LOGIN}
					{S_HIDDEN_FIELDS}
sitesplat_login_body.html, find:
Code: Select all
					{S_LOGIN_REDIRECT}
Replace with:
Code: Select all
					{S_LOGIN_REDIRECT}
					{S_FORM_TOKEN_LOGIN}
Clear cache!

Also see: https://github.com/phpbb/phpbb/pull/5578/files

But I warn you - don't update just yet!

Released: phpBB 3.2.6

PostPosted:April 30th, 2019, 3:08 pm
by PhilDiscuss
Thanks Paul.

Released: phpBB 3.2.6

PostPosted:April 30th, 2019, 3:59 pm
by franht1
thanks Paul, it would be best to wait for an update of the style.

Re: Released: phpBB 3.2.6

PostPosted:April 30th, 2019, 5:42 pm
by WelshPaul

Re: Released: phpBB 3.2.6

PostPosted:April 30th, 2019, 6:27 pm
by Bez
WelshPaul » 39 minutes ago wrote:

phpBB also broke pm:
https://tracker.phpbb.com/browse/PHPBB3-16037

It just gets better and better. :oops:

Released: phpBB 3.2.6

PostPosted:May 3rd, 2019, 10:01 am
by El_Lagarto
Looks like the release of 3.2.7 is imminent, with fixes for these issues.