[Tool] phpBB 2.0.15 to phpBB 2.0.16 Code Changes

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
71
80%
Very Good
9
10%
Good
2
2%
Fair
2
2%
Poor
5
6%
 
Total votes : 89

[Tool] phpBB 2.0.15 to phpBB 2.0.16 Code Changes

Postby MOD Robot » Sun Jun 26, 2005 4:06 pm

MOD Name: phpBB 2.0.15 to phpBB 2.0.16 Code Changes
Author: Acyd Burn
MOD Description: Code Changes from phpBB 2.0.15 to 2.0.16 in three formats (text/mod, html, bbcode prepared for posting the changes on phpBB forums).


MOD Version: 1.0.0

Download File: phpbb_2015_to_2016.zip
mods overview page: View
File Size: 16927 Bytes

Security Score: 0
Last edited by MOD Robot on Mon Apr 30, 2007 12:27 am, edited 1 time in total.
(this is a non-active account manager for the phpBB MOD Team)
MOD Robot
MOD Queue Bot
MOD Queue Bot
 
Posts: 21210
Joined: Sat Aug 16, 2003 7:36 am

Postby wGEric » Mon Jun 27, 2005 6:24 pm

MOD Validated/Released

Notes:
The Code Changes in MOD format from 2.0.15 to 2.0.16. This makes updating your board simple.

Make sure you run the update_to_latest.php script in your browser!
User avatar
wGEric
Operations Manager
Operations Manager
 
Posts: 8595
Joined: Sun Oct 13, 2002 3:01 am
Location: Friday

Postby Canadian Psycho » Mon Jun 27, 2005 6:37 pm

So many mods, so much neato cool stuff, so many errors. heh heh. Well, just one.

My forum is heavily modded...too many mods to mention really. I get the following error when using easymod to make the changers in the update file.

Code: Select all
Critical Error

FIND FAILED: In file [admin/pagestart.php] could not find:

redirect(append_sid("login.$phpEx?redirect=admin/&admin=1", true));

MOD script line #92 :: FAQ :: Report


My pagetail.php line appears as such.

Code: Select all
redirect(append_sid("login.$phpEx?redirect=admin/index.$phpEx&admin=1", true));


I'm wondering if I should change it or not...umm...any ideas if this will screw things up or should i just go ahead and see what happens?

Cheers
I have never let my schooling get in the way of my education.
--Mark Twain--
Canadian Psycho
Registered User
 
Posts: 99
Joined: Sun Sep 19, 2004 4:01 am

Postby Paul » Mon Jun 27, 2005 6:43 pm

If it is the new line, it is oke ;)
User avatar
Paul
Support Team Member
Support Team Member
 
Posts: 11088
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.

Postby lart2150 » Mon Jun 27, 2005 6:45 pm

good job phpBB team worked just fine on my board :D
lart2150
Registered User
 
Posts: 8
Joined: Mon Dec 06, 2004 4:42 am

Postby -jm- » Mon Jun 27, 2005 6:48 pm

Canadian Psycho wrote:My pagetail.php line appears as such.

Code: Select all
redirect(append_sid("login.$phpEx?redirect=admin/index.$phpEx&admin=1", true));


I'm wondering if I should change it or not...umm...any ideas if this will screw things up or should i just go ahead and see what happens?

Cheers


It seems to me that you've already fixed that bug.

Cheers.
-jm- (a.k.a. juanm) - moderator team member = *NO* private support
phpBB.com links: **Rulez** :: Knowledge Base :: Bugtracker :: Hacked?
With so many beautiful colors in the world it’s a shame to make everything black and white - Dennis R. Little
my links: tips&stuff :: stuff only
User avatar
-jm-
Former Team Member
 
Posts: 2025
Joined: Fri Jul 16, 2004 10:56 am
Location: Inside the mind of the machine

Postby Iv@n » Mon Jun 27, 2005 7:13 pm

Bravo :!: :)
Iv@n
Registered User
 
Posts: 151
Joined: Mon Mar 07, 2005 6:41 am
Location: user not available

Postby Canadian Psycho » Mon Jun 27, 2005 7:14 pm

Ah, neato cool. Gosh I'm so fantastic. hahahaha.

Cheers
I have never let my schooling get in the way of my education.
--Mark Twain--
Canadian Psycho
Registered User
 
Posts: 99
Joined: Sun Sep 19, 2004 4:01 am

Postby Wanda » Mon Jun 27, 2005 7:14 pm

I'm getting this after the upgrade:

message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?

I checked and it's not in page_tail.php.

http://www.wandaweb.com
Wanda
Registered User
 
Posts: 164
Joined: Fri May 30, 2003 5:45 pm
Location: Michigan

Postby th3zone » Mon Jun 27, 2005 7:16 pm

thanks alot ...everything work great so far on my forum..i just love code changes :D
th3zone
Registered User
 
Posts: 194
Joined: Tue Jan 04, 2005 11:02 pm

Postby vossen » Mon Jun 27, 2005 7:20 pm

can't get in the admin panel, getting a 404 error page, i believe of this!?
admin/pagestart.php
Code: Select all
redirect(append_sid("login.$phpEx?redirect=admin/&admin=1", true));

looked for me like this :

Code: Select all
redirect(append_sid("../login.$phpEx?redirect=admin/&admin=1", true));

but i just replaced it with this:
Code: Select all
redirect(append_sid("login.$phpEx?redirect=admin/index.$phpEx&admin=1", true));



i dit not run the update file.


needs to be done, to make it work?

or something else to watch out?
regards
vossen
vossen
Registered User
 
Posts: 113
Joined: Thu Aug 21, 2003 9:11 am

Postby Wanda » Mon Jun 27, 2005 7:23 pm

Disregard my post, I fixed it!
Wanda
Registered User
 
Posts: 164
Joined: Fri May 30, 2003 5:45 pm
Location: Michigan

Postby Canadian Psycho » Mon Jun 27, 2005 7:24 pm

How? Some other people might run into the same problem if their forum is configured in a simmmilar manner. Would be helpful for them if they can see how you fixed that up.

Cheers
I have never let my schooling get in the way of my education.
--Mark Twain--
Canadian Psycho
Registered User
 
Posts: 99
Joined: Sun Sep 19, 2004 4:01 am

Postby Wanda » Mon Jun 27, 2005 7:26 pm

True... sorry. I missed the second ADD AFTER in modcp.php
Wanda
Registered User
 
Posts: 164
Joined: Fri May 30, 2003 5:45 pm
Location: Michigan

Postby Iv@n » Mon Jun 27, 2005 7:27 pm

when i upgrade i also need to edit this viewtopic.php, am i right?
Iv@n
Registered User
 
Posts: 151
Joined: Mon Mar 07, 2005 6:41 am
Location: user not available

Next

Return to [2.0.x] MOD Database Releases

Who is online

Users browsing this forum: No registered users and 6 guests