Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh install reloads login page #5363

Closed
rakotak opened this issue Oct 9, 2020 · 4 comments
Closed

Fresh install reloads login page #5363

rakotak opened this issue Oct 9, 2020 · 4 comments

Comments

@rakotak
Copy link

rakotak commented Oct 9, 2020

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.

@lourens01
Copy link

I have the same issue.

@cabauliviu
Copy link

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!

@rakotak
Copy link
Author

rakotak commented Oct 13, 2020

I also confirm that 4.1.4 is working fine for me. Closing this.

@rakotak rakotak closed this as completed Oct 13, 2020
@DawoudIO DawoudIO removed this from the 4.1.4 milestone Oct 13, 2020
@DawoudIO
Copy link
Contributor

this is a dup of #5362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants