Thread: Upgrading phpBB
View Single Post
  #1  
Old 6th June 2009, 16:12
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default Upgrading phpBB
The current release of PMBT has integrated in it the phpBB 3.0.4 forum!
With the new release of phpBB 3.0.5 some might want to upgrade their forum, here is how to do that:

- download upgrade 3.0.4 to 3.0.5 from phpBB.com

- open phpBB-3.0.4_to_3.0.5\install\index.php

replace
Code:
$user = new user();
with
Code:
$user = new userbb(); //changed to work with pmbt
- open phpBB-3.0.4_to_3.0.5\install\database_update.php and do same

- upload to your site install folder
go to your phpBB3 url yoursite/phpBB3/install/
and folow instructions
after you run file check intergrate mod download the files as tar extract the files and reupload them to there corasponding folders
rename install or remove and you are done!

Here is the modded upgrade script for PMBT 2.0.4 with phpBB3.0.5
extract content Upload install to your phpBB3 folder Go to yoursite.com/phpBB3/install/index.php and follow directions after file check download the new modded files from system extract them and reupload them to ther proper places and finnish then upgrade delete the install folder and your done.
Attached Files
File Type: rar PMBT_phpBB-3.0.5_to_3.0.6.rar (1.74 MB, 84 views)

Last edited by joeroberts; 6th June 2009 at 17:18.
Reply With Quote
The Following 3 Users Say Thank You to joeroberts For This Useful Post:
b366alive (7th August 2009), bkkonline (4th August 2009), Phogo (21st September 2009)