Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../phpbb
File: notes.txt
While installing, Select Database type : MySQL with MySQLi Extension
[0] Fix | Delete
[1] Fix | Delete
1. Add [[language]] in sql. Take reference from older sql.
[2] Fix | Delete
2. Apart from english, download ext, languages and styles folder from :
[3] Fix | Delete
http://www.phpbb.com/languages/?from=submenu
[4] Fix | Delete
and unzip it to ext, languages and styles folder.
[5] Fix | Delete
ext is added in phpBB 3.2.0 hence is not available for few languages.
[6] Fix | Delete
3. Update once manually to check if database is updated properly
[7] Fix | Delete
4. Add as many languages as you can.
[8] Fix | Delete
5. If you want to add language add its entry in install.php as well.
[9] Fix | Delete
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)
[10] Fix | Delete
Following is our change :
[11] Fix | Delete
[12] Fix | Delete
// Softaculous Change
[13] Fix | Delete
$config['default_lang'] = 'en';
[14] Fix | Delete
[15] Fix | Delete
7. have removed <option value="pt_br">Portuguese Brazilian</option> 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.
[16] Fix | Delete
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).
[17] Fix | Delete
9. phpbb_viglink_api_key in database is default key at "ext\phpbb\viglink\migrations\viglink_data.php" check in the next version.
[18] Fix | Delete
10. PHP REQUIREMENT LINK: /docs/INSTALL.html#require
[19] Fix | Delete
11. Keep "user_permissions" value blank in users table as it creates on login with admin details.
[20] Fix | Delete
12. UPGRADE NOTES: docs/install.html
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function