/var/softaculous/mybb
NameSizeModeActions
images/-0755rm
language/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php71760644editdlrm
config.php42690644editdlrm
edit.php45540644editdlrm
edit.xml4330644editdlrm
fileindex.php5530644editdlrm
import.php31030644editdlrm
index.php246550644editdlrm
info.xml59380644editdlrm
install.js10240644editdlrm
install.php58950644editdlrm
install.xml19700644editdlrm
md514270644editdlrm
mod_upgrade.php359200644editdlrm
notes.txt16170644editdlrm
org_upgrade.php358320644editdlrm
settings.php112950644editdlrm
upgrade.php111430644editdlrm
upgrade.xml3760644editdlrm
_index.php247260644editdlrm
Edit: /var/softaculous/mybb/notes.txt (1617B)
1) For Languages add [[language]] in SQL and in settings.php 2) We add /language/[[language]].zip for all language * Download the language files from: http://community.mybb.com/mods.php?action=browse&category=translations check for exact structure of language, if it match then only update the language pack. Remove the install/ directory from language pack 3) Database Engine MySQL Improved 4) Leave ACP Pin blank 5) Copy the cache/theme/theme1 and cache/theme/theme2 folder from manual (if css is not generated) (Not required since 1.8.33)(Required again in 1.8.34) 6) Verify the steps in manual upgrade and auto upgrade (debug mode) and confirm the steps are correct. The auto upgrade is complicated. 7) Update the file org_upgrade.php (from original zip /install/upgrade.php) and mod_upgrade.php (from original zip + our changes) of the new version. This change is for auto upgrade. We have commented the login part and added the following lines : // Softaculous Change echo ''.$candidates[0].''; 8) Update the file index.php (from original zip /admin/index.php) and _index.php (from original zip + our changes) of the new version. This change is for auto upgrade from version less than 1.8 We have added if statements for login part 9) PHP REQUIREMENT LINK: https://docs.mybb.com/1.8/install/requirements/ ( We have kept requirement to 7.0.0 bcoz it was throwing error on PHP < 7.0 , https://github.com/mybb/mybb/issues/4705 ). Check if this is fixed in next version, check and change version accordingly. Reverted to PHP 5.5.0 in 1.8.35, as it works fine now on PHP < 7.0.