You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Linux
Web Server Version: Apache 2.46 (!!mod_rewrite enabled!!)
PHP Version (tested 7.2 through 7.4)
MySQL Version: (tested 5.7.29 through 5.7.31)
ChurchCRM Version: (tested 4.1.3 back to 4.1.1)
.htaccess: default ChurchCRM htaccess
###RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
ISSUE EXPLANATION
Fresh SUCCESSFUL installation of the CRM as seen by the satisfied requirements message in the app log (example here is for the 4.1.1 test)
on TWO different hosting platforms, one of which uses cPanel, results in the login page getting reloaded instead of redirecting to Menu.php The auth log shows successful connection to the db and successful login
authLogger.INFO: User succefully logged in without 2FA: Admin [] {"url":"/churchcrm/session/begin","remote_ip":"","correlation_id":"5f808e91b5123","context":{"ContextClass":"ChurchCRM\Authentication\AuthenticationProviders\LocalAuthentication","ContextMethod":"Authenticate"}}
After enabling "Debug" by setting E_ERROR to E_ALL inside Includes/Config.php no php log is being generated in the logs directory.. so much for debugging.
Please, do let me know what you think and how to further debug this issue.
Thanks.
The text was updated successfully, but these errors were encountered:
Hy there!
I have the same issue with LOGIN RELOADS. I have installed version 4.1.4 AND ALL IT'S GOOD. Thank you Great Team Church CRM. God bless you all! Best regards!
SYSTEM INFO
OS: Linux
Web Server Version: Apache 2.46 (!!mod_rewrite enabled!!)
PHP Version (tested 7.2 through 7.4)
MySQL Version: (tested 5.7.29 through 5.7.31)
ChurchCRM Version: (tested 4.1.3 back to 4.1.1)
.htaccess: default ChurchCRM htaccess
###RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
ISSUE EXPLANATION
Fresh SUCCESSFUL installation of the CRM as seen by the satisfied requirements message in the app log (example here is for the 4.1.1 test)
[2020-10-09 16:22:36] defaultLogger.INFO: Signature file found at: /home/phpinfo/public_html/churchcrm/setup/..//signatures.json [] {"url":"/churchcrm/setup/SystemIntegrityCheck","remote_ip":"","correlation_id":"5f808e4c9a452"}
[2020-10-09 16:23:39] defaultLogger.INFO: Installing ChurchCRM Schema [] {"url":"/churchcrm/","remote_ip":"","correlation_id":"5f808e8b18c0c"}
[2020-10-09 16:23:39] defaultLogger.INFO: Installed ChurchCRM Schema version: 4.1.1 [] {"url":"/churchcrm/","remote_ip":"","correlation_id":"5f808e8b18c0c"}
on TWO different hosting platforms, one of which uses cPanel, results in the login page getting reloaded instead of redirecting to Menu.php The auth log shows successful connection to the db and successful login
authLogger.INFO: User succefully logged in without 2FA: Admin [] {"url":"/churchcrm/session/begin","remote_ip":"","correlation_id":"5f808e91b5123","context":{"ContextClass":"ChurchCRM\Authentication\AuthenticationProviders\LocalAuthentication","ContextMethod":"Authenticate"}}
After enabling "Debug" by setting E_ERROR to E_ALL inside Includes/Config.php no php log is being generated in the logs directory.. so much for debugging.
Please, do let me know what you think and how to further debug this issue.
Thanks.
The text was updated successfully, but these errors were encountered: