The Special SiteSplat Membership has launched! Check our In Da Club Plan 👌
  • Released: phpBB 3.2.6
  • News, Announcements, Feedback, Improvements, Changes and Policies.
News, Announcements, Feedback, Improvements, Changes and Policies.
 #29075  by admincristian
 April 29th, 2019, 11:40 am
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?
 #29077  by WelshPaul
 April 29th, 2019, 2:58 pm
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.
 #29080  by WelshPaul
 April 30th, 2019, 2:07 pm
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!
Last edited by WelshPaul on April 30th, 2019, 5:40 pm, edited 1 time in total.
 #29082  by franht1
 April 30th, 2019, 3:59 pm
thanks Paul, it would be best to wait for an update of the style.
 #29092  by El_Lagarto
 May 3rd, 2019, 10:01 am
Looks like the release of 3.2.7 is imminent, with fixes for these issues.

PRENEXT_POST_NAVIGATION