Convert phpBB2 to phpBB3 (update phpBB 2.0.x to phpBB 3.0.x)



There is this parenting forum i frequent.. i helped to convert or upgrade the phpBB forum board from the phpBB version 2.0.21 to the latest as of today phpBB 3.0.4

The installation was pretty straight forward, just follow their document. I am full of praises. It is very well written. No ambiguity, no guessing. The scary part in any software "migration" is the migration of data.. the database structure changed and yet we want old data.. we are so used to digital life now that we want to save everything in soft copy.. data migration is a must.. but generally most headache.. anyway, the phpBB3.0.4 has conversion part built-in.. really easy..

However, the built-in convertor cause some connection timed-out during conversion.. So, me the ever google-queen, did some googling and found this link.

Here's a summary:
Open phpbb3/install/install_convert.php

Find these lines:

/**
*
* @package install
* @version $Id: install_convert.php,v 1.53 2007/10/11 08:12:25 acydburn Exp $
* @copyright (c) 2006 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
*/

After those lines, add:

@set_time_limit(0);
@ini_set('memory_limit', '256M');
@ini_set('upload_max_filesize', '128M');
@ini_set('post_max_size', '256M');
@ini_set('max_input_time', '-1');
@ini_set('max_execution_time', '-1');
@ini_set('expect.timeout', '-1');
@ini_set('default_socket_timeout', '-1');

(Adjust timeouts and size as needed.)

Next find:
var $batch_size = 2000;

Change to:
var $batch_size = 6000;

After editting the above file, follow the conversion steps in phpBB - Conversion from phpBB 2.0.x to phpBB 3.0.x.. and hey, we are done.. Good luck.


Reference:
1. phpBB2 - phpBB3 Feature Comparison



(2009-01-03 23:33:55 SGT) [techie-geekie] Permalink


Comments:

Post a Comment:

Comments are closed for this entry.





Most popular blog postings in Biow's world:

  1. 2010 O-Levels cut off point to JC (Junior College) in Singapore
  2. Sengkang Swimming Complex
  3. Recipe: Honey Vanilla Pound Cake Recipe by Ina Garten of Barefoot Contessa
  4. Fisheye effect with Photoshop CS 3
  5. Digital photography tutorial for Nikon D40 DSLR
  6. Canon DSLR Tutorial Guide for Beginners
  7. Watch Korean Dramas online for FREE.. Feeding your drama addiction..
  8. more links to watch korean dramas online free with subs
  9. Korean Drama: The Legend (Tae Wang Sa Shin Gi) by Bae Yong Joon Episode Guide
  10. resignation letter for less than tender notice sample


Featured articles in Biow's world:

  1. Singapore Maths P1 Worksheet Online Generator - Problem Sums
  2. Singapore Maths P2 Worksheet
  3. Canon DSLR Tutorial Guide for Beginners
  4. Cake Decoration 101 - How to cream / frost a cake
  5. Cake Decoration 101 - Shell Piping
  6. Freezing Expressed Breastmilk (EBM) in 3 steps
  7. Another way to freeze Expressed Breastmilk (EBM)
  8. Storing of Expressed Breastmilk (EBM)
  9. How Breastfeeding Benefits Add Up
  10. Do not use glass bottle to freeze your precious breastmilk



Search

Sponsored Links

Categories

Tags

art_n_craft

birthdays

career

cny

comic

cut-off

education

family

flash

image_tools

k-drama

maths

movies

mr_clever

mr_earnest

mr_steady

ms_chatterbox

ms_excel

office2003

p1

p2

p3

pet

school

science

singapore

syllabus

travel

tutorial

word_of_mouth
Links


Navigation

Front Page
Weblog
TagsIndex
Privacy Policy
Login
Decals





rss feed for in Biow's World..

powered by Roller