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
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 »


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 »

CHItA wrote: Sat Feb 06, 2016 11:09 am
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.
3.1 installs without problems it's since 3.2 the new install version I see this problem.
See viewtopic.php?f=81&t=48736&start=20#p286846

Greetz

Apache log:
127.0.0.1 - - [05/Feb/2016:11:44:46 +0100] "GET /install/app.php HTTP/1.1" 200 3171
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /adm/style/admin.css HTTP/1.1" 200 44979
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /assets/javascript/jquery.min.js HTTP/1.1" 200 96381
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /assets/javascript/core.js?assets_version= HTTP/1.1" 200 44718
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /adm/style/admin.js?assets_version= HTTP/1.1" 200 6137
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /adm/images/phpbb_logo.png HTTP/1.1" 200 6662
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /adm/images/bg_button.gif HTTP/1.1" 200 182
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /adm/images/arrow_right.gif HTTP/1.1" 200 49
127.0.0.1 - - [05/Feb/2016:11:44:47 +0100] "GET /adm/images/innerbox_bg.gif HTTP/1.1" 200 1980
127.0.0.1 - - [05/Feb/2016:11:44:49 +0100] "GET /install/app.php/update HTTP/1.1" 200 3860
127.0.0.1 - - [05/Feb/2016:11:44:49 +0100] "GET /assets/javascript/installer.js HTTP/1.1" 200 14035
127.0.0.1 - - [05/Feb/2016:11:44:58 +0100] "GET /adm/images/arrow_down.gif HTTP/1.1" 200 51
127.0.0.1 - - [05/Feb/2016:11:44:58 +0100] "POST /install/app.php/update HTTP/1.1" 200 12982
127.0.0.1 - - [05/Feb/2016:11:45:11 +0100] "POST /install/app.php/update HTTP/1.1" 200 12982
127.0.0.1 - - [05/Feb/2016:11:45:18 +0100] "GET /install/app.php/ HTTP/1.1" 200 3191
127.0.0.1 - - [05/Feb/2016:11:46:11 +0100] "-" 408 -
12

sajaki
Registered User
Posts: 86
Joined: Mon Jun 21, 2010 8:28 pm

Re: phpBB 3.2.0-b1 released

Post by sajaki »

I updated to 3.2-b2 from a2 through a git merge phpbb/prep-release-3.2.0-b1, how do i update the database only ?

User avatar
david63
Registered User
Posts: 355
Joined: Mon Feb 07, 2005 7:23 am

Re: phpBB 3.2.0-b1 released

Post by david63 »

OK - I give up.

b1 installed without any problem as a fresh install, however updating in another story..

I have just spent the best part of three hours of my (ever decreasing) life attempting to update a 3.1.7-pl1 board and a 3.2.0a2 board and both have failed.

In both cases I have tried using the update package from the relevant version to 3.2.0b1 and also using the files option from the respective version to 3.2.0b1.

When using the update option all goes well until it gets to the "Update files" where it just keeps looping round and coming back to the same page. If I select the option to "Download" then I get
Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?)
If I try using the files option then I get the error message
No valid update directory was found, please make sure you uploaded the relevant files.
Also when running the update (and the install) there are periods of no apparent activity. The page just sits there showing nothing - no progress bar, no "Please wait" message, no spinner.

I do consider myself fairly competent at updating almost any software but this is without doubt the most troublesome that I have ever encountered. If you think that users are having problems updating 3.1 then I dread to think what it is going to be like updating to 3.2

Why can we not go back to the simple, and proven, method of 3.1 where you upload the changed files, run install/database_update.php and job done? With that method I can update five or six boards in 15 minutes - not three hours and still not done.
David
Remember: You only know what you know -
and you do not know what you do not know!

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 »

sajaki wrote: Sat Feb 06, 2016 1:11 pm I updated to 3.2-b2 from a2 through a git merge phpbb/prep-release-3.2.0-b1, how do i update the database only ?
You can merge https://github.com/phpbb/phpbb/pull/4161 or use CLI.

dmzx
Registered User
Posts: 9
Joined: Fri Feb 05, 2016 9:10 pm
Location: The Netherlands
Contact:

Re: phpBB 3.2.0-b1 released

Post by dmzx »

Updated from 3.2.0-a2 to 3.2.0-b1 without problems.

sajaki
Registered User
Posts: 86
Joined: Mon Jun 21, 2010 8:28 pm

Re: phpBB 3.2.0-b1 released

Post by sajaki »

CHItA wrote: Sat Feb 06, 2016 3:39 pm
sajaki wrote: Sat Feb 06, 2016 1:11 pm I updated to 3.2-b2 from a2 through a git merge phpbb/prep-release-3.2.0-b1, how do i update the database only ?
You can merge https://github.com/phpbb/phpbb/pull/4161 .
Ok i'll try that. although it seems weird that this PR wasn't included in beta 1.
Last edited by sajaki on Sat Feb 06, 2016 9:28 pm, edited 1 time in total.

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 »

Sajaki: it wasn't in b1 because it was submitted after the b1 release process start.

David: could you give any insight on how to reproduce your issues? 3.1.7 fresh install or not ? System ? Web server ? Php version ? Etc...
Member of the phpBB Development-Team
No Support via PM

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: phpBB 3.2.0-b1 released

Post by RMcGirr83 »

Got stuck on a fresh install at 11%, last table made was topics_watch, hit F5 after waiting for 5 minutes (I could hear nothing going on with the HD) and the install completed.

BTW, this is on a clean install. Not an update.
Do not hire Christian Bullock he won't finish the job and will keep your money

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 »

david63 wrote: Sat Feb 06, 2016 2:28 pm Also when running the update (and the install) there are periods of no apparent activity. The page just sits there showing nothing - no progress bar, no "Please wait" message, no spinner.
Could you elaborate on this a bit?

Post Reply