Upgrading from 3.0 to 3.2
Upgrading to phpBB 3.2 will render previously installed MODifications and styles unusable. If you have a custom logo, it will need to be redone after the upgrade. See Knowledge Base: How to Change your Board Logo.
phpBB 3.2 is not compatible with 3.0 and most of the previous files will need to be removed prior to upgrading.
To upgrade, perform the following steps:
Ensure that your server meets the requirements for running phpBB 3.2: Section 1.1, “Requirements”
Make a backup of the original files
Make a backup of the database
Deactivate all styles except for prosilver
Remove all MOD-related changes from the database. The Support Toolkit's Database Cleaner can be used for this.
Set British English as the only language pack
Download the phpBB 3.2 Full Package archive
Extract the contents of the archive to your computer and open the phpBB3 directory
Delete the following files from the package:
The config.php file
The files/ directory
The images/ directory
The store/ directory
On your website, delete all files from your board EXCEPT for:
The config.php file
The files/ directory
The images/ directory
The store/ directory
Upload the contents of the phpBB3 directory from your computer to your forum's directory. You may be prompted to overwrite the remaining files. If prompted to merge or overwrite directories, choose to merge them.
Update the database:
Tip
For large boards, you may wish to update via the command line instead of using a web browser. From your board's root, execute the following command:
php ./bin/phpbbcli.php db:migrate --safe-mode
Using your web browser, visit install/ in your board's root. (e.g. http://www.example.com/yourforum/install)
Click the Update tab
Click the Update button
Select "Update database only" and click Submit
Wait for the progress bar to reach 100% and for a message indicating that the update has completed
Delete the install/ directory
Note
Ensure that the root level .htaccess file is included in the upload. Some FTP clients do not show files whose names start with a period and you may need to enable the display of hidden files.
Note
If your board made use of language packs other than British English, you will need to download a version that is compatible with phpBB 3.2 from https://www.phpbb.com/languages/
Important
When uploading the 3.2 files to your server, do NOT overwrite your config.php.
Important
When backing up your files, ensure that your FTP client is in binary mode or transfers files without extensions in binary mode.
For more information, see: Knowledge Base: Transferring attachment files with Filezilla
Licensed under the CC Attribution-NonCommercial-ShareAlike 3.0 license