/var/softaculous/vanilla
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
clone.php64590644editdlrm
config.php23190644editdlrm
edit.php61260644editdlrm
edit.xml4330644editdlrm
extend.php172260644editdlrm
fileindex.php2120644editdlrm
import.php32120644editdlrm
info.xml31830644editdlrm
install.js9240644editdlrm
install.php78330644editdlrm
install.xml7340644editdlrm
md560250644editdlrm
notes.txt9570644editdlrm
update_pass.php5410644editdlrm
update_pass_231.php68230644editdlrm
upgrade.php60450644editdlrm
upgrade.xml3670644editdlrm
vanilla.sql650530644editdlrm
vanilla.zip249730840644editdlrm
Edit: /var/softaculous/vanilla/notes.txt (957B)
1. REQUIREMENTS LINK : https://docs.vanillaforums.com/developer/installation/self-hosting/#requirements 2. We have added $Configuration['Plugins']['GettingStarted']['Discussion'] = '1'; in config.php because it requires writable permission on creating discussion for the first time. Check and add this if we need to add this in next version.(NOT Required now) 3. We have removed "build" directory from original package of vanilla 2.5.4 because it contains "vanilla 2.6.x vendor" directory. (Since 2.6.1) 4. We have removed $Configuration['Garden']['InstallationID'] & $Configuration['Garden']['InstallationSecret'] from config.php. It creates after installation Settings->Statistics. 5. We have kept min required version to upgrade as 2.3.0 because on versions < 2.3.0 password method was different and password backward compatibility is not handled by vendor in 2.6.1 package. Hence after completing upgrade successfully, we can not login into admin panel.