-
Notifications
You must be signed in to change notification settings - Fork 461
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
UI does not resemble interface of DEMO UI. #6795
Comments
can you share a screenshot |
@bja2u Can you try check that the |
@bja2u Can you please upgrade and see if your issues are resolved? |
Sure. I'll upgrade today and see if it works. Thanks |
From Logs: [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 /home/api/routes/system/system-upgrade.php on line 21 File: /home/ChurchCRM/Slim/SlimUtils.php Line: 29 Trace: #0 /home/api/routes/system/system-upgrade.php(21): ChurchCRM\Slim\Request\SlimUtils::renderJSON(Object(Laminas\Diactoros\Response), 'success') #1 /home/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(38): Closure->{closure}(Object(Laminas\Diactoros\ServerRequest), Object(Laminas\Diactoros\Response), Array) #2 /home/vendor/slim/slim/Slim/Routing/Route.php(358): Slim\Handlers\Strategies\RequestResponse->__invoke(Object(Closure), Object(Laminas\Diactoros\ServerRequest), Object(Laminas\Diactoros\Response), Array) #3 /home/vendor/slim/slim/Slim/MiddlewareDispatcher.php(65): Slim\Routing\Route->handle(Object(Laminas\Diactoros\ServerRequest)) #4 /home/Slim/Middleware/Request/Auth/BaseAuthRoleMiddleware.php(29): Slim\MiddlewareDispatcher->handle(Object(Laminas\Diactoros\ServerRequest)) #5 /home/vendor/slim/slim/Slim/MiddlewareDispatcher.php(168): ChurchCRM\Slim\Middleware\Request\Auth\BaseAuthRoleMiddleware->__invoke(Object(Laminas\Diactoros\ServerRequest), Object(Slim\MiddlewareDispatcher)) #6 /home/vendor/slim/slim/Slim/MiddlewareDispatcher.php(65): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Laminas\Diactoros\ServerRequest)) #7 /home/vendor/slim/slim/Slim/Routing/Route.php(315): Slim\MiddlewareDispatcher->handle(Object(Laminas\Diactoros\ServerRequest)) #8 /home/vendor/slim/slim/Slim/Routing/RouteRunner.php(68): Slim\Routing\Route->run(Object(Laminas\Diactoros\ServerRequest)) #9 /home/ChurchCRM/Slim/Middleware/VersionMiddleware.php(14): Slim\Routing\RouteRunner->handle(Object(Laminas\Diactoros\ServerRequest)) #10 /homevendor/slim/slim/Slim/MiddlewareDispatcher.php(168): ChurchCRM\Slim\Middleware\VersionMiddleware->__invoke(Object(Laminas\Diactoros\ServerRequest), Object(Slim\Routing\RouteRunner)) #11 /homeChurchCRM/Slim/Middleware/AuthMiddleware.php(36): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(Laminas\Diactoros\ServerRequest)) #12 /home/vendor/slim/slim/Slim/MiddlewareDispatcher.php(168): ChurchCRM\Slim\Middleware\AuthMiddleware- |
Thanks for reporting this issue! While unrelated to the original ticket, the recently reported issue with updating was fixed in 5.4.3 (https://github.com/ChurchCRM/CRM/releases/tag/5.4.3) |
Thanks, I was trying to upgrade to see if UI issue was resolved but couldn't confirm with the latest error. I will note to add a new bug for such cases going forward. I will update to 5.4.3, but in 5.4.2 I am still seeing the blank screens versus the graphs for the Sunday school dashboard and classes. |
I ran the bootstrapper and executed the SundaySchool Dashboard and Class; this is what was captured in the Logs: [04-Jan-2024 09:36:06 America/Chicago] PHP Fatal error: Uncaught Exception: unexpected error in /home/ChurchCRM/utils/MiscUtils.php:117 |
I did a new install in my dev environment and manually imported only the tables I use for the db directly in mysql; bypassing the need to run the restore and upgrading the db. By doing this I can see the deposit view and also some of the Sunday school features but the main dashboard graphs for the Sunday School do not populate. |
@bja2u Have you done any Debugging Steps yet for the Sunday School dashboard graphs?
|
Logs: PHP Fatal error: Uncaught Exception: unexpected error in /home/ChurchCRM/utils/MiscUtils.php:117 |
ok, this looks like the same issue as reported earlier (reported with this comment, resolved in this PR #6806) . Be on the look out for release 5.5.0 |
@bja2u release 5.5.0 has been released! feel free to try that out https://github.com/ChurchCRM/CRM/releases/tag/5.5.0 |
Will try it now! What better to do when snowed in! :-) |
YES YES YES!!! Issue resolved with 5.5.0 new release! Tested all functionality I mostly use and found no issues. Thank you!!!! |
Description
I just noticed after updating my UI does not match whats shown in the DEMO and neither does some of the other features. It did when I first upgraded as I dropped all my tables, but when i restored my DB from backup the UI changed to the prior look I had installed. 5.1.1 although the version in the DB is still 5.4.1. How do i update the user interface to display latest dashboard and latest features.
Steps To Reproduce
Expected behavior
latest version of UI - Sunday School class group dashboard functionality to work; Deposit view on dashboard Homepage
Debugging Steps
No errors or warning messages after upgrade
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: