/var/softaculous/phpsch
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt10450644editdlrm
clone.php32370644editdlrm
config.php137140644editdlrm
edit.php43920644editdlrm
edit.xml4330644editdlrm
fileindex.php2210644editdlrm
import.php37560644editdlrm
info.xml26600644editdlrm
install.js9210644editdlrm
install.php50730644editdlrm
install.xml11350644editdlrm
md581490644editdlrm
notes.txt15110644editdlrm
upgrade.php46230644editdlrm
upgrade.xml3010644editdlrm
Edit: /var/softaculous/phpsch/notes.txt (1511B)
1. Installer is at /Web/install 2. While installation choose : Import sample data. Creates admin account: admin/password and user account: user/password 3. Please change in the index.php redirect to 0 seconds and comment the echo. (Not Required Now.) 4. Remove two conditions from upgrade.php if phpsch team has fixed the upgrade process 5. Rename /config/config-dist.php to /config/config.php and do following changes in it (MANUAL Installation): i) provide installation password. ii) provide database details(except database password, from 2.5.15 dbpassword is required) 6. Changelog is available in readme.html 7. If there is no change in database then make change the respective values in upgrade.php to disable setuplocation 8. PHP REQUIREMENT LINK: {PATH TO BOOKED}/readme_installation.html 9. In version 2.7.2, while manual installation we have imported the sql files manually in the database in following sequence : a)/database_schema/full-install.sql (only keep SET foreign_key_checks = 0; remove all the database creation entries as we create database manually.) b)/database_schema/sample-data-utf8.sql This manual method is mentioned in {PATH TO BOOKED}/readme_installation.html as well(Follow steps written in 'If you have database creation privileges in MySQL' section to import databases manually). (We used this method because the script installer had an issue. Check if installer works in next version. Still same issue persists in script installer in version 2.7.4 and in 2.7.7 as well).