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
Post Reply
Acyd Burn
Consultant
Consultant
Posts: 5830
Joined: Wed Dec 05, 2001 8:31 pm
Location: Behind You
Name: Meik Sievertsen

Discuss: phpBB 3.0.3 released

Post by Acyd Burn »

phpBB 3.0.3 released

Announcement: http://www.phpbb.com/community/viewtopi ... &t=1292765

Please remember that this is a discussion topic and not a support topic. If you have any issues updating your forum, please post in the support forums and not there thanks :)
Last edited by stickerboy on Sat Nov 22, 2008 6:43 pm, edited 2 times in total.
Reason: Support note added
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: Discuss: phpBB 3.0.3 released

Post by 3Di »

Thank you Meik and all other Devs, the new features are very interesting I can say. :)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Discuss: phpBB 3.0.3 released

Post by ameeck »

Updated and live :) Working perfectly.
badhabitboy
Registered User
Posts: 10
Joined: Thu Jun 12, 2008 8:16 pm

Re: Discuss: phpBB 3.0.3 released

Post by badhabitboy »

Hi just a quick question, might be stupid but i've never done an update before.

I've got a number of mods on my site, if i run the automatic updater will i have to re-write all the mod changes into the files again or will it be done automatically by the installer.

Cheers in advance, sorry if it sounds daft.

Ste.
User avatar
Dog Cow
Registered User
Posts: 2507
Joined: Fri Jan 28, 2005 12:14 am
Contact:

Re: Discuss: phpBB 3.0.3 released

Post by Dog Cow »

*swoops down upon the code changes like a hungry vulture*

Nowadays, I just keep track of the change log to see if there's anything worth incorporating into my site.
User avatar
BizimPencere
Registered User
Posts: 396
Joined: Sat Aug 25, 2007 8:31 pm

Re: Discuss: phpBB 3.0.3 released

Post by BizimPencere »

Modx install file can not opened...

ERROR

Code: Select all

</open>
--^
ÿþ
open tag problem.

I using txt file from code changes´...

Thx for update.
www.phpbbturkiye.net | Turkish phpBB3 support and development
User avatar
stickerboy
Former Team Member
Posts: 7349
Joined: Mon Mar 29, 2004 2:27 pm
Location: Scotland
Name: Kenny Cameron
Contact:

Re: Discuss: phpBB 3.0.3 released

Post by stickerboy »

Firefox reports the error a bit better :)

Code: Select all

XML Parsing Error: mismatched tag. Expected: </edit>.
Location: file:///C:/Users/kenny/Downloads/phpBB-3.0.2_to_3.0.3-codechanges/modx/install.xml
Line Number 5125, Column 3:</open>
--^
Been having a look, but can't pinpoint the exact issue
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
Richazey
Registered User
Posts: 823
Joined: Mon Oct 27, 2008 9:03 pm

Re: Discuss: phpBB 3.0.3 released

Post by Richazey »

badhabitboy wrote:Hi just a quick question, might be stupid but i've never done an update before.

I've got a number of mods on my site, if i run the automatic updater will i have to re-write all the mod changes into the files again or will it be done automatically by the installer.

Cheers in advance, sorry if it sounds daft.

Ste.
Me two only just learnt how to do mods don't want to re-install them all :|
Kim_Possible
Registered User
Posts: 1343
Joined: Sun Sep 21, 2008 3:57 pm

Re: Discuss: phpBB 3.0.3 released

Post by Kim_Possible »

I just updated one site, and it is working perfectly. :D I'll update the other two once I get the styles properly modded and tested.

Great work . . . as usual! :D
mtrs
Registered User
Posts: 2049
Joined: Sat Sep 22, 2007 2:39 pm

Re: Discuss: phpBB 3.0.3 released

Post by mtrs »

cherokee red wrote:Firefox reports the error a bit better :)

Code: Select all

XML Parsing Error: mismatched tag. Expected: </edit>.
Location: file:///C:/Users/kenny/Downloads/phpBB-3.0.2_to_3.0.3-codechanges/modx/install.xml
Line Number 5125, Column 3:</open>
--^
Been having a look, but can't pinpoint the exact issue
I counted edit occurrences in install.xml with notepad++
<edit> : 684 times
</edit> : 681 times
it seems some </edit> tags missing.
I abandoned all of my mods.
User avatar
BizimPencere
Registered User
Posts: 396
Joined: Sat Aug 25, 2007 8:31 pm

Re: Discuss: phpBB 3.0.3 released

Post by BizimPencere »

mtrs wrote:
cherokee red wrote:Firefox reports the error a bit better :)

Code: Select all

XML Parsing Error: mismatched tag. Expected: </edit>.
Location: file:///C:/Users/kenny/Downloads/phpBB-3.0.2_to_3.0.3-codechanges/modx/install.xml
Line Number 5125, Column 3:</open>
--^
Been having a look, but can't pinpoint the exact issue
I counted edit occurrences in install.xml with notepad++
<edit> : 684 times
</edit> : 681 times
it seems some </edit> tags missing.

yesss please fix it dev team. :oops: :)
www.phpbbturkiye.net | Turkish phpBB3 support and development
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Discuss: phpBB 3.0.3 released

Post by Raimon »

open install.xml

search ( line 4983 )

Code: Select all

</find>
after add:

Code: Select all

</edit>
search ( 6736 )

Code: Select all

</find>
after add:

Code: Select all

</edit>
search ( line 7050 )

Code: Select all

</find>
after add:

Code: Select all

</edit>
// Edit:

You only need to edit the files if you download the old MODx on the code changes package , otherwise just download the new package on the download page ; http://www.phpbb.com/files/release/phpB ... hanges.zip :)
Last edited by Raimon on Thu Nov 13, 2008 1:07 am, edited 1 time in total.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
BizimPencere
Registered User
Posts: 396
Joined: Sat Aug 25, 2007 8:31 pm

Re: Discuss: phpBB 3.0.3 released

Post by BizimPencere »

Thanks you raimon its works good.
www.phpbbturkiye.net | Turkish phpBB3 support and development
User avatar
Marshalrusty
Project Manager
Project Manager
Posts: 29334
Joined: Mon Nov 22, 2004 10:45 pm
Location: New York City
Name: Yuriy Rusko
Contact:

Re: Discuss: phpBB 3.0.3 released

Post by Marshalrusty »

The code changes packages have been updated and should now be valid.
🇺🇦 Made in Ukraine, exported to the USA 🇺🇸

Have comments/praise/complaints/suggestions? Please feel free to PM me.

Need private help? Hire me for all your phpBB and web development needs
Silver9990
Registered User
Posts: 76
Joined: Wed Jun 08, 2005 8:01 am
Location: WI

Re: Discuss: phpBB 3.0.3 released

Post by Silver9990 »

Just out of curiousity, am I the only one that got an email saying phpBB 3.0.2 was just released? Shouldn't it have been the 3.0.3 release email?
Post Reply

Return to “phpBB Discussion”