/var/softaculous/gallery
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php32130644editdlrm
database.php16120644editdlrm
edit.php44450644editdlrm
edit.xml4330644editdlrm
fileindex.php2060644editdlrm
import.php43920644editdlrm
info.xml24530644editdlrm
install.js9210644editdlrm
install.php42860644editdlrm
install.xml10750644editdlrm
md542940644editdlrm
NOTES.txt6320644editdlrm
upgrade.php21830644editdlrm
upgrade.xml3080644editdlrm
Edit: /var/softaculous/gallery/NOTES.txt (632B)
1) Copy the 'var/' (exclude database.php) folder from the manual installation and save it in the .zip 2) While upgrade it is asking to make a directory of random string to avoid that just go to modules\gallery\controllers\upgrader.php and replace "if (file_exists(TMPPATH . $upgrade_token))" with "if (!file_exists(TMPPATH . $upgrade_token))" 3) Gallery does not work on Windows. 4) We have kept PHP version 7.1 in info.xml as login wasn't working on PHP 7.0(post manual install) on most of our test servers. Check if it works in next version on PHP 7.0 and change PHP version accordingly. 5) PHP REQUIREMENT LINK : README.md