You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught Error: Call to undefined function ChurchCRM\dto\gettext() in
/home/greenpassion/public_html/greenpassion.ca/ChurchCRM/ChurchCRM/dto/SystemConfig.php:87 Stack trace: #0
/home/greenpassion/public_html/greenpassion.ca/ChurchCRM/ChurchCRM/dto/SystemConfig.php(297): ChurchCRM\dto\SystemConfig::buildConfigs() #1000 /home/greenpassion/public_html/greenpassion.ca/ChurchCRM/setup/index.php(17): ChurchCRM\dto\SystemConfig::init()
#2 {main} thrown in /home/greenpassion/public_html/greenpassion.ca/ChurchCRM/ChurchCRM/dto/SystemConfig.php on line 87
ChurchCRM version: Most recent
PHP version is the server running: 8.2
DB Server and Version are you running: MySQL - Most recent
As per the Installation guide, Church CRM relies on the gettext module to handle localisation. Your log indicates this module is either not installed or not enabled. To fix this, please make sure you install AND enable the gettext PHP module.
@the-midnighter After installing and enabling this module, you can also visit the /v2/admin/debug route to see if this and other required modules are installed in your deployment.
Description
Steps To Reproduce
Debugging Steps
What has been done to debug the issue so far?
I've googled the error and looked at troubleshooting / installation instructions
Have you looked at the browser's developer tools to see if an error is thrown / network request failed?
Yes
Are there any associated error logs on the backend that get emitted when you attempt to do this action?
Not that I found
I am running this on a CentOS server
Thank you
The text was updated successfully, but these errors were encountered: