/var/softaculous/eengine
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt86830644editdlrm
clone.php60940644editdlrm
config.php7640644editdlrm
edit.php55710644editdlrm
edit.xml4330644editdlrm
extend.php116870644editdlrm
fileindex.php640644editdlrm
import.php30340644editdlrm
info.xml46160644editdlrm
install.js9210644editdlrm
install.php94540644editdlrm
install.xml13540644editdlrm
md527800644editdlrm
notes.txt11940644editdlrm
update_pass.php5410644editdlrm
Edit: /var/softaculous/eengine/notes.txt (1194B)
1. Check Default theme while installation otherwise frontend will be blank. Mentioned in the documentation link below. https://docs.expressionengine.com/latest/installation/installation.html#4-run-the-installation-wizard 2. Uncheck 'I want to share analytics with the ExpressionEngine Development Team while manual installation'. 3. Very important : In every update check and change the value of $__settings['site_system_preferences'] variable in install.php as per the 'site_system_preferences' column in `[[dbprefix]]sites` table, which is a serialized base64 encoded value. Check all the other base64 entries in the [[dbprefix]]sites table, if there are some values from manual installation that are required to be configured by us, please configure them in install.php. Also check base64 encoded entries from [[dbprefix]]channel_fields , [[dbprefix]]fieldtypes table as well and do the same for them.(Not required since 6.0.0) 4. Check and copy /themes/user/site and /system/user/templates from manual to zip. they can be checked in /system/ee/installer/site_themes folder for reference. 5. PHP REQUIREMENT LINK : https://docs.expressionengine.com/latest/installation/requirements.html