-
Notifications
You must be signed in to change notification settings - Fork 452
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
Cannot Load Interface After Initial Setup #5164
Comments
Are you doing a clean install or an upgrade? |
It looks like you're missing .htaccess in the session directory |
Clean install. |
Does your Apache configuration AllowOverride for the churchcrm directory? If not, the .htaccess fill will be of no use |
It didn't. I changed that and now it works! Thank you! |
Oh no. I think this might a be a bug in 4.0.1 that affects only clean installs. I'll look into it, but for now you can probably get going by modifying the only entry in your version_ver table from |
essentially, I think the schema changes in 4.0.0 (https://github.com/ChurchCRM/CRM/blob/master/src/mysql/upgrade/4.0.0-TwoFactorAuth.sql) are missing from the You could also manually run the 4.0.0 upgrade file and see if that works |
@zimmerzc it contains the status of validating the files in your installation against the official hash. if the file doesn't exist, the check may not yet have run, or the process running your web server (www-data, apache, or other), doesn't have permission to write in the app directory In |
I navigated to the correct FQDN and that redirected me to the initial startup page and I put in the correct MySQL Database information and saved it. Then the software redirected me to /session/begin. I was greeted with a "Not Found. The requested URL was not found on this server." So I navigated into the file structure for this install and went into the "Session" directory and there is not a directory called "Begin". I am confused as to why the software is trying to navigate me to that directory if it does not exist.
I am trying to install the latest version, 4.0.1.
Hopefully, this is somewhat clear, but if not, please ask me to provide more information if needed!
The text was updated successfully, but these errors were encountered: