https://www.phpbb.com/support/docs/en/3 ... /upgrade3/
1. I downloaded "phpBB-3.1.6.zip" and moved it to /export/home/cah/temp on the server (hsiao.net).
2. I unzipped the zip file under the above directory and it created a phpBB directory.
3. I removed the following file and directories in /export/home/cah/temp first and then copied them from /export/home/www/html/phpBB3.
Code: Select all
cd /export/home/cah/temp/phpBB3
rm config.php
rm -rf images files store
cd /export/home/www/html/phpBB3
cp -rp images files store /export/home/cah/temp/phpBB3
cp -p config.php /export/home/cah/temp/phpBB3
Code: Select all
mv /export/home/www/html/phpBB3 /export/home/www/html/phpBB3.1.5
Code: Select all
mv /export/home/cah/temp/phpBB3 /export/home/www/html
install/database_update.php
7. After it completed the database update, I renamed /install/ directory to a new name.
Code: Select all
mv install install_3_1_5_to_3_1_6
I also downloaded Traditional Chinese language pack and the pack goes to language/ and styles/ directories accordingly.
Make sure the permission is set back to default web server user:
Code: Select all
chown -R webservd:webservd .
For those who are curious what are new in 3.1.6, please check the phpBB 3.1.6 released page.
NOTICE: After installing the traditional Chinese language pack, I still cannot see languang packs under ACP (Administration Control Panel) -> System -> General Tasks (between "Mass email" and "PHP information")! Strange.....