HEX
Server: LiteSpeed
System: Linux atali.colombiahosting.com.co 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: coopserp (1713)
PHP: 8.2.29
Disabled: dl,exec,passthru,proc_open,proc_close,shell_exec,memory_limit,system,popen,curl_multi_exec,show_source,symlink,link,leak,listen,diskfreespace,tmpfile,ignore_user_abord,highlight_file,source,show_source,fpaththru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,posix_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setid,posix_times,posix_ttyname,posix_uname,proc_get_status,proc_nice,proc_terminate
Upload Files
File: //proc/self/root/proc/thread-self/root/proc/self/root/var/softaculous/churchcrm/notes.txt
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.
3. 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://github.com/ChurchCRM/CRM/wiki/Installation 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. 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.