/var/softaculous/phpbb
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt58420644editdlrm
clone.php44810644editdlrm
config.php4810644editdlrm
edit.php44730644editdlrm
edit.xml4330644editdlrm
fileindex.php3330644editdlrm
import.php32770644editdlrm
info.xml30140644editdlrm
install.js10240644editdlrm
install.php90200644editdlrm
install.xml24510644editdlrm
io_lock.lock20644editdlrm
md545260644editdlrm
notes.txt15800644editdlrm
upgrade.php50320644editdlrm
upgrade.xml3700644editdlrm
Edit: /var/softaculous/phpbb/notes.txt (1580B)
While installing, Select Database type : MySQL with MySQLi Extension 1. Add [[language]] in sql. Take reference from older sql. 2. Apart from english, download ext, languages and styles folder from : http://www.phpbb.com/languages/?from=submenu and unzip it to ext, languages and styles folder. ext is added in phpBB 3.2.0 hence is not available for few languages. 3. Update once manually to check if database is updated properly 4. Add as many languages as you can. 5. If you want to add language add its entry in install.php as well. 6. Update the file database_update.php (from original zip under install directory) and _database_update.php (from original zip + our changes) of the new version. This change is for auto upgrade. (Not required since 3.2.1) Following is our change : // Softaculous Change $config['default_lang'] = 'en'; 7. have removed in 3.1.6 and 3.1.7-pl1. Portuguese Brazilian zip sturcture was wrong and was not compatible with older zip. Add it back (in install.xml and install.php)in next version if structure is correct. 8. Check for "rand_seed" and "rand_seed_last_update" value in database for next update, it gets generated on localhost but not on linux servers (since v3.2.0). 9. phpbb_viglink_api_key in database is default key at "ext\phpbb\viglink\migrations\viglink_data.php" check in the next version. 10. PHP REQUIREMENT LINK: /docs/INSTALL.html#require 11. Keep "user_permissions" value blank in users table as it creates on login with admin details. 12. UPGRADE NOTES: docs/install.html