Skip to content

ChurchCRM Application Platform Prerequisites

Charles edited this page Oct 17, 2018 · 9 revisions

ChurchCRM has a few platform prerequisites, and a built-in mechanism to ensure that all prerequisites are met. If there are any unmet prerequisites, a message will be displayed during setup and a notification will be displayed during run time.

Prerequisites are validated at every page load, so if the hosting environment is changed to an incomplete / unsupported model, a notification will appear

Validation occurs in https://github.com/ChurchCRM/CRM/blob/master/src/ChurchCRM/Service/AppIntegrityService.php in the getApplicationPrerequisites() function.

Prerequisites

PHP 7.0+

PCRE and UTF-8 Support

Multibyte Encoding

PHP Phar

PHP Session

PHP XML

PHP EXIF

PHP iconv

Mcrypt

Mod Rewrite

GD Library for image manipulation

FileInfo Extension for image manipulation

cURL

locale gettext

Include/Config file is writeable

Images directory is writeable

PHP ZipArchive

Mysqli Functions

Clone this wiki locally