/var/softaculous/churchcrm
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php40640644editdlrm
Config.php44120644editdlrm
edit.php43470644editdlrm
edit.xml4330644editdlrm
fileindex.php8940644editdlrm
import.php31800644editdlrm
info.xml37110644editdlrm
install.js9240644editdlrm
install.php46800644editdlrm
install.xml4080644editdlrm
md524200644editdlrm
notes.txt18920644editdlrm
Edit: /var/softaculous/churchcrm/notes.txt (1892B)
1. Default Login username : admin password : changeme. 2. change "usr_NeedPasswordChange" to 0 in "user_usr" table because script ask to update password after installation. [NA]We have created blank integrityCheck.json file to write integrity check status. (Go to Admin -> Edit General settings -> System Settings -> set iIntegrityCheckInterval to 1 and reduce one hour to sLastIntegrityCheckTimeStamp -> Save settings. Now check the file should be created.) This is just to check if this file is needed or not. 4. PHP REQUIREMENT LINK: https://churchcrm.io/install.html or check in {{Path_to_directory}}/vendor/composer/platform_check.php 5. Remove 'DEFINER=`root`@`localhost`' from mysql function (added since version 2.10.1 , we remove this because it's made again)(Isn't required since 4.1.0) 6. Keep $dbPort = ''; as blank in Config.php post installation, since this was mandatory while installing. 7. [NA] In ChurchCRM 5.0.2 we had run the setup manually after renaming Include/Config.php.example to /Include/Config.php and manually entering details and hitting setup URL in browser, as their automated install script had a bug so this turnaround was suggested by one of the developers of the script : https://github.com/ChurchCRM/CRM/issues/6072#issuecomment-1257431868 Check in next version if their automated install script works. 8. We have disabled the script in windows because manual is also not working and vendor has also not tested the script on windows environment and suggested us to disable it. 9. integrityCheck.json file is created on Su-PHP servers by script itself inside root folder. No need to copy the file. 10. Remove `config_cfg` insert, as it is created on visiting admin login URL. 11. Script logs in via admin username in 7.1.0(though on login URL it asks to enter email, doesn't work with email). Check if this is fixed in next version.(still same in 7.4.1)