/var/softaculous/contao
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
changelog.txt8010644editdlrm
clone.php43270644editdlrm
contao.sql508580644editdlrm
contao.zip130864430644editdlrm
cron.txt130644editdlrm
dcaconfig.php450644editdlrm
edit.php57980644editdlrm
edit.xml4330644editdlrm
extend.php22200644editdlrm
fileindex.php1770644editdlrm
import.php34560644editdlrm
info.xml25450644editdlrm
initconfig.php450644editdlrm
install.js9210644editdlrm
install.php148840644editdlrm
install.xml6840644editdlrm
langconfig.php450644editdlrm
localconfig.php8250644editdlrm
md5105670644editdlrm
notes.txt8290644editdlrm
pathconfig.php700644editdlrm
update_pass.php64500644editdlrm
upgrade.php133600644editdlrm
upgrade.xml10350644editdlrm
Edit: /var/softaculous/contao/notes.txt (829B)
1)Select database driver as "MySQLi" 2) Removed unset($_SERVER[\'HTTP_X_FORWARDED_HOST\']); in localconfig.php If it is required in next version than add it. 3)Add following line in localconfig.php to disable maintenance mode: $GLOBALS['TL_CONFIG']['maintenanceMode'] = false; 4) After removing inserts from tl_log table change auto increment 5) Make script where Database ENGINE is InnoDB 6) Don't convert contao.sql to utf8(As enduser won't work if you convert it). 7) We do not delete the install.php because they have not mentioned in their guide to delete it and it allows to import templates using this file. 8) PHP REQUIREMENT LINK : https://github.com/contao/core#system-requirements 9) We have not given Contao 4.x version because it requires to add entry in vhost file which is not possible through Softaculous.