Discuss: phpBB 3.0.3 released

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Scam Warning
ToonArmy
Former Team Member
Posts: 4608
Joined: Sat Mar 06, 2004 5:29 pm
Location: Worcestershire, UK
Name: Chris Smith

Re: Discuss: phpBB 3.0.3 released

Post by ToonArmy »

Sorb wrote: :idea: It would be good if the automatic updater checked that the database user has the right permissions before updating the database. In my case it didn't have the ALTER permission and so I got a few error messages. I didn't see an option to retry the database upgrade process after I had fixed the permission error but luckily I was able to use the pure SQL output from the error messages to redo the failed operations (through the mysql shell client).
You can rerun the database update by going to install/database_update.php, however this is something we could look at.
Sorb wrote: :idea: I was trying to do the upgrade as quickly as possible so the forum wouldn't be unavailable to the users for long. The error message displayed on the site while I had the "install" folder in the root directly made me look very noobish, I wish it had just said that the forum was unavailable due to an upgrade being in process instead...
No offence but this is why I always test it out first on a copy of the forum so I know it works as intended, if you tried doing this first time on your live site and something really went wrong you would be a little stuck. ;) The generic unavailable message is there so that nasty people cannot search for boards easily that have the install directory present and do nasty stuff.
Chris SmithGitHub
User avatar
IPB_Refugee
Registered User
Posts: 1290
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria
Name: Wolfgang Weber

Re: Discuss: phpBB 3.0.3 released

Post by IPB_Refugee »

@all:

When you update using the codechanges, you should know that there is one missing part regarding memberlist_body.html:

phpBB-3.0.2_to_3.0.3-codechanges

Regards
Wolfgang
User avatar
ChriZathens
Registered User
Posts: 1477
Joined: Tue Apr 18, 2006 9:11 pm
Location: Athens, Greece
Name: Chris

Re: Discuss: phpBB 3.0.3 released

Post by ChriZathens »

Hi, guys... Nice news...
One thing I noted, though..
I haven't updated, yet (will test in a while on my localhost), but in the language changes I saw - among others - one addition:

Code: Select all

	'WRITABLE_CONFIG'		=> 'Your config file (config.php) is currently world-writable. We strongly encourage you to change the permissions to 640 or at least to 644 (for example: <a href="http://en.wikipedia.org/wiki/Chmod" rel="external">chmod</a> 640 config.php).',
The problem is that - at least at my forum.. - if I chmod to 640 I get a blank page. 644 works OK..
My mods in MODDB:
Add Homepage link in header - Change user activity post limit - Post number in viewtopic
If you need support click on the support tab there and post your question.
Do not PM me - chances of viewing my PMs are way thinner than viewing the support question in the customization DB...
User avatar
stickerboy
Former Team Member
Posts: 7349
Joined: Mon Mar 29, 2004 2:27 pm
Location: Scotland
Name: Kenny Cameron

Re: Discuss: phpBB 3.0.3 released

Post by stickerboy »

IPB_Refugee wrote:@all:

When you update using the codechanges, you should know that there is one missing part regarding memberlist_body.html:

phpBB-3.0.2_to_3.0.3-codechanges

Regards
Wolfgang
Already been reported to the tracker earlier this evening ;)
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
User avatar
RMcGirr83
Former Team Member
Posts: 22072
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Discuss: phpBB 3.0.3 released

Post by RMcGirr83 »

IPB_Refugee wrote:@all:

When you update using the codechanges, you should know that there is one missing part regarding memberlist_body.html:

phpBB-3.0.2_to_3.0.3-codechanges

Regards
Wolfgang
...and there seems to be a problem with the updater recognizing an updated memberlist.php file.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
IPB_Refugee
Registered User
Posts: 1290
Joined: Fri Jul 07, 2006 2:25 pm
Location: Austria
Name: Wolfgang Weber

Re: Discuss: phpBB 3.0.3 released

Post by IPB_Refugee »

cherokee red wrote:Already been reported to the tracker earlier this evening ;)
I know. I wrote this for the colleagues who are going to update and who might read this topic (the official discussion topic for the new release), not for the phpBB.com team. :)

@Rich: Thanks for letting us know. I will keep it in mind when I'm going to update my board.

Regards
Wolfgang
User avatar
jmaraujo
Registered User
Posts: 240
Joined: Fri Jun 01, 2007 9:48 pm
Location: Rivera - Uruguay
Name: Juan

Re: Discuss: phpBB 3.0.3 released

Post by jmaraujo »

Acyd Burn wrote:
Artack wrote:When we can download full package of Code Changes?
They will no longer be provided, because they will in 99% of cases destroy users boards. They are not meant for updating. We only provide the language changes and the style changes in this format.

For updating modified boards you can use the automatic update package or the patch package.
Wow, that's sad news, Acyd Burn. :( :oops: I have so many mods installed and my forum's templates are so customized that the only way I had to update my forum was with the code changes...

I found code changes here, but I don't know if the text file is correct... :oops:
ToonArmy
Former Team Member
Posts: 4608
Joined: Sat Mar 06, 2004 5:29 pm
Location: Worcestershire, UK
Name: Chris Smith

Re: Discuss: phpBB 3.0.3 released

Post by ToonArmy »

jmaraujo wrote:Wow, that's sad news, Acyd Burn. :( :oops: I have so many mods installed and my forum's templates are so customized that the only way I had to update my forum was with the code changes...
We still provide the code changes for templates.
jmaraujo wrote:I found code changes here, but I don't know if the text file is correct... :oops:
They will be incorrect ;)
Chris SmithGitHub
User avatar
Dog Cow
Registered User
Posts: 2507
Joined: Fri Jan 28, 2005 12:14 am

Re: Discuss: phpBB 3.0.3 released

Post by Dog Cow »

What about patch files? Will they still be provided?
ToonArmy
Former Team Member
Posts: 4608
Joined: Sat Mar 06, 2004 5:29 pm
Location: Worcestershire, UK
Name: Chris Smith

Re: Discuss: phpBB 3.0.3 released

Post by ToonArmy »

Dog Cow wrote:What about patch files? Will they still be provided?
Of course, and you can always generate your own from SVN ;)
Chris SmithGitHub
User avatar
Dog Cow
Registered User
Posts: 2507
Joined: Fri Jan 28, 2005 12:14 am

Re: Discuss: phpBB 3.0.3 released

Post by Dog Cow »

ToonArmy wrote:
Dog Cow wrote:What about patch files? Will they still be provided?
Of course, and you can always generate your own from SVN ;)
Ok, that was just too obvious. :lol: Weren't the code changes generated from the patch files? I mean, they're basically the same, just in a different format, right? I think a utility could be made to automatically generate them.
ToonArmy
Former Team Member
Posts: 4608
Joined: Sat Mar 06, 2004 5:29 pm
Location: Worcestershire, UK
Name: Chris Smith

Re: Discuss: phpBB 3.0.3 released

Post by ToonArmy »

Dog Cow wrote:Ok, that was just too obvious. :lol: Weren't the code changes generated from the patch files? I mean, they're basically the same, just in a different format, right? I think a utility could be made to automatically generate them.
We have such a utility but evidently it is quite fragile ;)
Chris SmithGitHub
dsavi
Registered User
Posts: 31
Joined: Sun May 11, 2008 2:00 pm
Location: Finland

Re: Discuss: phpBB 3.0.3 released

Post by dsavi »

Last night I was working on a mod that is now included in 3.0.3, the new PM permissions. Thanks for taking a huge amount of work off me Dev team. :D And your implementation is probably better than anything I could have come up with.
Last edited by dsavi on Fri Nov 14, 2008 7:57 pm, edited 1 time in total.
User avatar
drumstix42
Registered User
Posts: 1100
Joined: Tue Sep 24, 2002 11:01 pm
Location: NJ

Re: Discuss: phpBB 3.0.3 released

Post by drumstix42 »

Well, I used Beyond Compare 2 to update the PHP portion of my boards. I don't really see the extensive problems described previously, but to each his own :)

I recommend this program to anyone, as it can compare files/folders even through FTP. Really makes updating a breeze from the "Modified Files Only" package.
Need a phpBB update or mod installed? PM me for any questions and pricing!
HostMonster.com (Unlimited Space, Unlimited Transfer, Unlimited Domains, $6.95/month )
VickiFletcher
Registered User
Posts: 193
Joined: Sat Oct 25, 2008 1:48 am

Re: Discuss: phpBB 3.0.3 released

Post by VickiFletcher »

About how long does it take to complete this update?

Thanks,
Vicki

Return to “phpBB Discussion”