Discuss: phpBB 3.1.7-PL1 Released

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Get Involved
Lady_G
Registered User
Posts: 273
Joined: Fri Jun 08, 2012 12:38 pm
Location: US

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by Lady_G »

John connor wrote:The filter link to Area 51 doesn't work from the announcement topic.

Let me rephrase that. The tracker link to Area 51.

Edit- Lady_G beat me!
I hacked the filter from the phpBB 3.1.6 announcement. :)

JIRA will auto-complete the fields after fixVersion in (3.1.7-RC1, 3.1.7-pl1, 3.1.7) - I typed "3.1.7" and entered the displayed fields.

From:

Code: Select all

project in (PHPBB3, SECURITY) AND fixVersion in (3.1.6-RC1, 3.1.6) AND resolution = Fixed AND status != "Unmerged Fix" AND status != "Patch Awaiting Review" AND status != "Patch Needs Work" ORDER BY priority DESC, key ASC
To:

Code: Select all

project in (PHPBB3, SECURITY) AND fixVersion in (3.1.7-RC1, 3.1.7-pl1, 3.1.7) AND resolution = Fixed AND status != "Unmerged Fix" AND status != "Patch Awaiting Review" AND status != "Patch Needs Work" ORDER BY priority DESC, key ASC
Copy the "To" code to the Search box.
User avatar
«THÖMÅS®©»
Registered User
Posts: 542
Joined: Sun Feb 27, 2011 5:38 pm
Location: UK
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by «THÖMÅS®©» »

Will this update cause any issues with the extensions or styles already installed on my boards?
“No, this trick won't work... How on earth are you ever going to explain in terms of chemistry and physics so important a biological phenomenon as first love?” - Albert Einstein
"For every action has an equal and opposite reaction". - Sir Isaac Newton
"In honor there is hope" - Alaska State Troopers

Owner & President @ =DN= Dark Nexus Multi-Gaming Clan
juanchito
Registered User
Posts: 177
Joined: Sun Jan 03, 2016 1:51 pm

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by juanchito »

«THÖMÅS®©» wrote:Will this update cause any issues with the extensions or styles already installed on my boards?

I join the question
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by Lumpy Burgertushie »

no, as long as you have not made any edits to the core files the update will not affect the extensions or style other than prosilver.
'
now, if you have installed other styles you will need to update them separately.
'
same with extensions, if any extension you have installed requires an update you will have to do those manually as well.

the way to update is to replace all the old files with new ones except for the config.php file and then run the install/database_update.php file
then delete the folder named install

you are done.

quick and simple.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by Marc »

Lady_G wrote:I'm getting an error with the JIRA tracker filter listed in the announcement: https://tracker.phpbb.com/issues/?filter=13594

Code: Select all

The requested filter doesn't exist or is private.
Sorry about that. This should now be fixed.
User avatar
sysz
Registered User
Posts: 278
Joined: Mon Jan 30, 2012 11:36 pm
Location: Sweden, Helsingborg
Name: Kimmy Lindell Ekström
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by sysz »

Impatient as i am, when will the code changes from 3.1.6 to 3.1.7 be made public? :D
https://area51.phpbb.com/code-changes/3.1.0/
Currently working on the community
User avatar
Dragosvr92
Registered User
Posts: 1470
Joined: Sat Sep 12, 2009 7:27 am
Location: Romania
Name: Dragos Valentin Rădulescu
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by Dragosvr92 »

sysz wrote:Impatient as i am, when will the code changes from 3.1.6 to 3.1.7 be made public? :D
https://area51.phpbb.com/code-changes/3.1.0/
Thanks for the url. i was looking for it. Sadly its no help without the 3.1.7pl code changes :-\

Btw, it is a funny coincidence that there was only one PL1 release in 3.0.7-PL1 and now, the next PL version is found in 3.1.7PL1 :lol: It gives the impression that its intentional.
Formerly known as TheKiller
3.0| Avatar on Memberlist 1.0.3
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by 2600 »

Hi. I am testing this release in Xampp before I commit to my live board. I have a question about this merge thing. I've seen it before, but I always chose merge just to be on the safe side. I have edited the language/en/ucp.php and two files in Prosilver. In my first test board I allowed the merge. In my second test board I chose the option 'Do not merge.' All seems well if I don't merge and the board does say I'm updated. So is it alright that I don't merge these three files?

Image

TIA!
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1653
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by Crizzo »

It is fine. But maybe you lose your own edits in that files. If you use the 2nd line. The 3rd option will NOT update your files.
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by 2600 »

Yeah, The first board I merged the files so I lost my settings. In my second board I chose do not merge and it kept the files. I just wanna know If I should merge or not and if that will have an ill effect on my board.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
yasser33311
Registered User
Posts: 277
Joined: Sat Jul 27, 2013 1:27 pm
Location: algeria
Name: yasser ghe
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by yasser33311 »

what's mean (patch level 1) :)
PhpBB Services - install, update, upgrade, customize: PM
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1653
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by Crizzo »

3.1.7 with Patch number 1 ;)
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
User avatar
sysz
Registered User
Posts: 278
Joined: Mon Jan 30, 2012 11:36 pm
Location: Sweden, Helsingborg
Name: Kimmy Lindell Ekström
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by sysz »

Dragosvr92 wrote:
sysz wrote:Impatient as i am, when will the code changes from 3.1.6 to 3.1.7 be made public? :D
https://area51.phpbb.com/code-changes/3.1.0/
Thanks for the url. i was looking for it. Sadly its no help without the 3.1.7pl code changes :-\

Btw, it is a funny coincidence that there was only one PL1 release in 3.0.7-PL1 and now, the next PL version is found in 3.1.7PL1 :lol: It gives the impression that its intentional.
No problem mate :)
Currently working on the community
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by HiFiKabin »

Four fora, all updated within 10 min, no errors.
DriverGeo
Registered User
Posts: 16
Joined: Tue Nov 04, 2014 8:21 pm

Re: Discuss: phpBB 3.1.7-PL1 Released

Post by DriverGeo »

Lumpy Burgertushie wrote:ok, this is an update. that means that unless you have been editing your core files, you download the complete zip file, not the auto update zip file.

you then unzip it on your computer.
remove the blank config.php file from it and upload all the rest of the files to overwrite the ones on the server.

then, you access the /install/database_update.php file

then you delete the folder named install

then you are done.


robert
This worked for me, thanks.
Post Reply

Return to “phpBB Discussion”