/var/softaculous/presta178
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess33860644editdlrm
bootstrap.php61710644editdlrm
changelog.txt66820644editdlrm
clone.php213240644editdlrm
clone_bootstrap.php63000644editdlrm
edit.php45130644editdlrm
edit.xml4470644editdlrm
fileindex.php3270644editdlrm
import.php59440644editdlrm
info.xml42750644editdlrm
install.js11500644editdlrm
install.php196780644editdlrm
install.xml14980644editdlrm
md516950644editdlrm
new_order.html508990644editdlrm
notes.txt16920644editdlrm
order_conf.html513580644editdlrm
parameters.php7460644editdlrm
parameters.yml110644editdlrm
return_slip.html391350644editdlrm
robots.txt34440644editdlrm
settings.inc.php230644editdlrm
shop1.json27780644editdlrm
soft_delete.php31520644editdlrm
_bootstrap.php62510644editdlrm
Edit: /var/softaculous/presta178/notes.txt (1692B)
Keep root writable while installing manually. TAKE SQL DUMP WHEN INSTALLATION COMPLETES AND FILE DUMP ON ADMIN PANEL 1. If it is asked for country choose "United States" and Shop timezone as "US/Eastern" 2. check and copy app/Resources/translations/en-US/* copy config/themes/* (Except config/themes/classic/shop1.json, need to configure this file) (Not required from 1.7.1.0) copy config/xml/* copy img/* copy mails/en/* except files which uses softurl copy modules/* except files which uses softurl copy translations/* from manual installation 3. Copy bootstrap.php from config folder and create _bootstrap.php and make following changes to get new_cookie_key : "echo ''.$key.'';" This is our change to generate the new_cookie_key, Also create clone_bootstrap.php and make changes to unset new_cookie_key> 4. PHP REQUIREMENT LINK: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ 5. No Documentation provided to upgrade prestashop 1.7.x.x hence we have not provided the same. http://doc.prestashop.com/dashboard.action 6. We have removed mcrypt extension because a user reported this via ticket. 7. We have deleted extra space from all the .htaccess files from the original package because that was a syntax error in .htaccess files due to which frontlink css was not loading on apache 2.2 (Since 1.7.4.1)(Not required now) 8. config.php generates on visiting frontlink in manual installation. 9. Keep demo data "enabled" and SSL entry "blank" in manual installation. 10. We have increased the PHP requirement to 7.2 as category was not working on PHP 7.1 (Notified) https://github.com/PrestaShop/PrestaShop/issues/27985