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

Bug: Updating to 5.12.0 causes a login loop #7210

Open
louie-j opened this issue Dec 17, 2024 · 4 comments
Open

Bug: Updating to 5.12.0 causes a login loop #7210

louie-j opened this issue Dec 17, 2024 · 4 comments
Labels

Comments

@louie-j
Copy link

louie-j commented Dec 17, 2024

A clear and concise description of what the reported bug is:

  • ChurchCRM version: 5.12.0
  • PHP version the server running: PHP 8.2.24
  • DB Server and Version the server is running: MySQL unsure, it is a shared host with hostgator

Steps To Reproduce

Steps to reproduce the behavior:
When I try to login with a correct username/password it just goes right back to the login page.

I just did a manual update from 4.4.5 to 5.12.0. When I loaded churchCRM, it asked to update the database, which I clicked on and then when the login page shows it will never pass the login.

We have tried reinstalling 5.12.0 and it still does the same. If we try to install 5.11.0 then the database reports that it is the wrong version and the upgrade database doesn't do anything since it is a previous version.

The following is in the app-log:
Failed to get current user {"exception":"[object] (Exception(code: 0): No active authentication provider at /home4//public_html/churchcrm/churchcrm/ChurchCRM/Authentication/AuthenticationManager.php:33)"} {"url":"/churchcrm/churchcrm/v2/dashboard","remote_ip":"<IP_Address>","correlation_id":"6760d78f82fe3"}

@louie-j louie-j added the bug label Dec 17, 2024
@louie-j
Copy link
Author

louie-j commented Dec 17, 2024

Is there a way to roll the database back to a prior version?

@keljo
Copy link

keljo commented Dec 17, 2024

I'm working with louie on this issue - not sure if this is anything but noticed I'm getting a syntax error showing up in AuthenticationResult.php. Might be nothing and just an error on the host gator side but thought I'd mention it.
image

@DAcodedBEAT
Copy link
Contributor

@keljo is your editor using an appropriate version of php? this doesn't look like invalid syntax

@keljo
Copy link

keljo commented Dec 18, 2024

Yeah it's just host gator, don't worry about it if the syntax is correct. Regardless, we still have the same issue with the login loop stated above, that's the real problem.

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

No branches or pull requests

3 participants