2. I unzipped the zip file under the above directory and it created 3 directories (./docs, ./install, ./vendor).
3. I moved the directories in /tmp to /export/home/www/html/phpBB3
Then, go to install and follow the steps.
Download "update_3.1.6_to_3.1.9.tar" for the differences and upload to the server
Code: Select all
cd /export/home/www/html/phpBB3
tar xf <path>/update_3.1.6_to_3.1.9.tar
File update was successful
Update database
Update was successful
Rename the install directory before phpBB would work.
Code: Select all
# mv install install_3_1_6_to_3_1_9
Code: Select all
chown -R www:www .
NOTICE: Both php 5.6.20 and 7.0.5 compiled successfully. However, phpBB 3.1.x does NOT work with PHP 7 (code differences). Some say phpBB version 3.2.x may start supporting PHP 7. Therefore, stick with PHP 5.6.20 for now.