-
Notifications
You must be signed in to change notification settings - Fork 456
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: Fatal error: Uncaught Slim\Exception\HttpNotFoundException while installing ChurchCRM 5.4.0 #6784
Comments
I too am getting this error after upgrading from 5.1.0 to 5.4.0 UPDATE - Upgrading from 5.3.1 to 5.4.0: Then I extracted 5.4.0 and went through the DB upgrade - and the error shows again: 404 Not Found Details
|
Likewise just upgraded from 5.1.0 to 5.4.0 running php 8.1 and receive the "Upgrade Required" screen using Chrome browser V.120 |
I was unable to reproduce this locally, @bja2u can you help debug this? |
Logs state: defaultLogger.INFO: Current Version: 5.1.1 {"dbVersion":"5.1.1","softwareInstalledVersion":"5.4.0"} {"url":"/SystemDBUpdate.php?upgrade=true","correlation_id": |
I used the upgrade option in the application |
@bja2u this sounds like a different issue than what was initially reported |
ok. Ill add a new issue for mines then. |
ya the 5.4.0 build had an upgrade DB bug... fixing it in 5.4.1 which will be released today |
Interestingly, my script-based upgrade on my production system didn't have a problem :-/ I simply backup the |
Yeah, I'm a little surprised too because I also upgraded to 5.4.0 via the db upgrade just fine (I was the first installation to confirm it works) |
Please give it a try with 5.4.1 |
Just installed 5.4.1 no issues for me! thanks for prompt resolution! Happy New Year! |
Hi All,
I did the upgrade from 5.3.1 and received the same error as with 5.4.0
So, I backed out to 5.3.1 and then upgraded to 5.4.0 (with same error) and then I extracted the 5.4.1 zip - I received the database upgrade - so I did the db upgrade and then received the exact same error as with 5.4.0.
I am on Apache and hosting on justhost.com
Any DB SQL script to run to see the error or run a php script to view the exact error? The error that slim throws is not enough info for me to go digging. I have gone through Slim documentation on this error as well - but it went over my head pretty quickly.
Many thanks and Happy New Year -
I don’t expect you guys to work on this while on holiday -
Appreciate all that you have done for ChurchCRM
Don
On Dec 30, 2023, at 6:12 PM, bja2u ***@***.***> wrote:
Just installed 5.4.1 no issues for me! thanks for prompt resolution! Happy New Year!
—
Reply to this email directly, view it on GitHub <#6784 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A5DJYO5BA2AFW2CRJ7RPHXTYMCNUJAVCNFSM6AAAAABBFETNICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGYZDGNRYGU>.
You are receiving this because you are subscribed to this thread.
|
Hello @DawoudIO , Sorry for the late reply. However, I get this same error with the latest 5.4.2 fresh install on the above mentioned environment i.e :
How do I resolve this ?. |
I am getting this on 5.4.2: [2024-01-03T10:23:35.072199-06:00] slim-app.ERROR: Slim Application Error Type: TypeError Code: 0 Message: ChurchCRM\Slim\Request\SlimUtils::renderJSON(): Argument #2 ($obj) must be of type array, string given, called in /api/routes/system/system-upgrade.php on line 21 File: /ChurchCRM/Slim/SlimUtils.php |
Hi, I tried 5.4.3 version and getting the same error on starting the installation page. I am using Linux server with PHP 8.1 and Mysql 5.7 I followed the following steps.
|
Just renaming the configuration file and filling out the DB connection details is only half the information needed for the application to run. Please review the |
Sorry for the half info..I have added $sRootPath and $URL[0] as well and getting the same error. |
@jameswill - there were a number of fixes rolled into the 5.5.0 release. Have you tried that? |
Hi,I am hosted on JustHost.com and I upgraded my 5.3.1 and received the same slim error 404 after the install and database update. So, I went back to 5.3.1I have several domains so I went through softaculous and installed fresh 5.3.1 on a different domain. I logged into it and clicked on the upgrade button within the app and again after the database update, same error… and app is unusable.My next attempt will be to just manual install fresh the 5.5.0 and see what happens.I suspect that the shared hosting in JustHost is part of the problem…Thoughts?Regards,Don OwenOn Jan 31, 2024, at 6:17 PM, James G ***@***.***> wrote:
@jameswill - there were a number of fixes rolled into the 5.5.0 release. Have you tried that?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I have just done a new install on 5.5.0 on shared Linux hosting - at eukhost - and now getting the same error message. I have only just discovered ChurchCRM after having installed Churchinfo on the same server which installed fine, I have installed CI for several different churches before. Happy to provide more info if needed. Thanks |
I believe this problem has likely been fixed by #6881 and has been merged into master (if you are able to pull/run from git). A new release is expected at some point before long, that should include this. |
OK never done that before but will give it a go. |
Hello @ceemjay! Currently there is no action for you to take (unless you want to run code which hasn't been officially released). We will try to cut a release either this week or next week. Once this new version is released, try to re-install ChurchCRM on your shared hosting provider. |
Well I am keen to get it working and not wait. I copied the 6 changed files and have not got a login prompt. Hopefully everything will be OK now!!! Many thanks to all for the help. PS I was too slow to delete my last post !! |
Description
Hello ,
I was in the process of manual installation of ChurchCRM 5.4.0 on Centos 7 Apache 2.2, MYSQL 5.5, PHP 8.1.2.
However, the script throws a following issue while doing so . On hitting setup URL i.e :
http://domain.com/churchcrm/setup the following error is thrown i.e :
Steps To Reproduce
Expected behavior
ChurchCRM should be installed successfully
Screenshots and/or logs
Output of slim.log
Desktop (please complete the following information):
Could you please replicate this issue at your end and fix this?.
The text was updated successfully, but these errors were encountered: