issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.46B | issue_number int64 1 127k |
|---|---|---|---|---|---|---|---|---|---|
[
"ChurchCRM",
"CRM"
] | There are lots of places where "Persons" are accessed without ORM.
Additionally, there are places where birthday calculations are needed, and ORM is not used.
This has been partially rectified by moving the Birthday methods into the ORM and creating new methods in the MiscUtils namespace for places where the Person ORM has not yet been completed.
This is not clean, and the code is duplicates.
This ticket is to track converting all instances of person to use ORM code, and the ORM based Birthday methods.
This ticket can be closed when all references to the MiscUtils Birthday functions have been replaced with Person ORM code. | Cleanup Person Birthday Functions / ORM moves | https://api.github.com/repos/ChurchCRM/CRM/issues/3838/comments | 1 | 2018-01-01T19:13:01Z | 2024-07-09T02:13:43Z | https://github.com/ChurchCRM/CRM/issues/3838 | 285,323,739 | 3,838 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
Menu.php
#### What version of ChurchCRM are you running?
2.9.3
Note the following ORM in the logs where for every sub menu it is loaded 3 times
```
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%sundayschool%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%sundayschool%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%sundayschool%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%events%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%events%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%events%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%deposit%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%deposit%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%deposit%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%fundraiser%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%fundraiser%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%fundraiser%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%report%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%report%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[2018-01-01 13:14:27] ormLogger.INFO: SELECT menuconfig_mcf.mid, menuconfig_mcf.name, menuconfig_mcf.parent, menuconfig_mcf.ismenu, menuconfig_mcf.content_english, menuconfig_mcf.content, menuconfig_mcf.uri, menuconfig_mcf.statustext, menuconfig_mcf.security_grp, menuconfig_mcf.session_var, menuconfig_mcf.session_var_in_text, menuconfig_mcf.session_var_in_uri, menuconfig_mcf.url_parm_name, menuconfig_mcf.active, menuconfig_mcf.sortorder, menuconfig_mcf.icon FROM menuconfig_mcf WHERE menuconfig_mcf.parent LIKE '%report%' AND menuconfig_mcf.active=1 AND (((((((((((((menuconfig_mcf.security_grp='bALL' OR menuconfig_mcf.security_grp='bAdmin') OR menuconfig_mcf.security_grp='bAddRecords') OR menuconfig_mcf.security_grp='bEditRecords') OR menuconfig_mcf.security_grp='bDeleteRecords') OR menuconfig_mcf.security_grp='bMenuOptions') OR menuconfig_mcf.security_grp='bManageGroups') OR menuconfig_mcf.security_grp='bFinance') OR menuconfig_mcf.security_grp='bNotes') OR menuconfig_mcf.security_grp='bCanvasser') OR menuconfig_mcf.security_grp='bAddEvent') OR menuconfig_mcf.security_grp='bCreateDirectory') OR menuconfig_mcf.security_grp='bExportCSV') OR menuconfig_mcf.security_grp='bAddEvent') ORDER BY menuconfig_mcf.sortorder ASC [] []
[
``` | Menu ORM is not optimized | https://api.github.com/repos/ChurchCRM/CRM/issues/3836/comments | 4 | 2018-01-01T18:18:22Z | 2018-03-04T22:02:44Z | https://github.com/ChurchCRM/CRM/issues/3836 | 285,321,156 | 3,836 |
[
"ChurchCRM",
"CRM"
] | Lost (or moved?) Functionality
In churchinfo, it was (& is) possible to compose, save and send, email to persons in the cart through "emaileditor.php" using the email configured in settings
This option is no longer available in current CRM versions, emaileditor.php is no longer available (or moved?)
**If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
#### On what page in the application did you find this issue?
CartView.php
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
#### What browser (and version) are you running?
#### What version of PHP is the server running?
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you running?
2.9.2 | Email Lost Functionality | https://api.github.com/repos/ChurchCRM/CRM/issues/3824/comments | 3 | 2017-12-29T12:36:15Z | 2019-08-27T02:29:33Z | https://github.com/ChurchCRM/CRM/issues/3824 | 285,086,433 | 3,824 |
[
"ChurchCRM",
"CRM"
] | When the latest member listed in the timeline is edited, it is removed from the latest member (and position) on the time line. And transferred to updated member list.
It should not be removed from the latest members list and position untill a new member is added to the database.
Collected Value Title | Data
----------------------|----------------
Page Name |/master/FamilyList.php
Screen Size |640x360
Window Size |278x360
Page Size |657x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.4
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Latest member removed from position on timeline when edited. | https://api.github.com/repos/ChurchCRM/CRM/issues/3822/comments | 4 | 2017-12-28T18:48:58Z | 2018-03-18T21:30:05Z | https://github.com/ChurchCRM/CRM/issues/3822 | 284,969,850 | 3,822 |
[
"ChurchCRM",
"CRM"
] | Latest and updated families on the timeline does not respect date format set in localisation setting.
Collected Value Title | Data
----------------------|----------------
Page Name |/master/Menu.php
Screen Size |640x360
Window Size |278x360
Page Size |1482x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.4
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Families on timeline does not respect localisation | https://api.github.com/repos/ChurchCRM/CRM/issues/3821/comments | 3 | 2017-12-28T18:41:54Z | 2018-08-25T21:14:35Z | https://github.com/ChurchCRM/CRM/issues/3821 | 284,968,767 | 3,821 |
[
"ChurchCRM",
"CRM"
] | we need to start using slim MVC for all new pages. right now we don't have a root dir for all these pages..
i recommend using /v2 for these pages as base | New Home for Slim MVC Pages | https://api.github.com/repos/ChurchCRM/CRM/issues/3819/comments | 0 | 2017-12-28T17:47:01Z | 2017-12-30T19:26:37Z | https://github.com/ChurchCRM/CRM/issues/3819 | 284,960,445 | 3,819 |
[
"ChurchCRM",
"CRM"
] | go to any page that is not in the / dir and try to use the cart actions you will get a page not found.
Collected Value Title | Data
----------------------|----------------
Page Name |/sundayschool/SundaySchoolDashboard.php
Screen Size |2160x3840
Window Size |949x1918
Page Size |1407x1918
Platform Information | Linux ChurchCRM 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.4
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"Signature definition File Missing"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Cart Actions do not work if not on root pages | https://api.github.com/repos/ChurchCRM/CRM/issues/3817/comments | 0 | 2017-12-28T17:29:07Z | 2017-12-30T17:01:24Z | https://github.com/ChurchCRM/CRM/issues/3817 | 284,957,638 | 3,817 |
[
"ChurchCRM",
"CRM"
] | Most of the timeline events are just updates, we should have a slim view of items that are not notes.
#### On what page in the application did you find this issue?
Person View / Family View
#### What version of ChurchCRM are you running?
2.9.3 | Timeline has lots of wasted space | https://api.github.com/repos/ChurchCRM/CRM/issues/3814/comments | 0 | 2017-12-28T16:50:21Z | 2017-12-28T17:38:44Z | https://github.com/ChurchCRM/CRM/issues/3814 | 284,951,319 | 3,814 |
[
"ChurchCRM",
"CRM"
] |
Collected Value Title | Data
----------------------|----------------
Page Name |/MapUsingGoogle.php
Screen Size |2160x3840
Window Size |942x1904
Page Size |1101x1904
Platform Information | Linux dawoudio-churchcrm-5502615 4.9.17-c9 #1 SMP Thu Mar 23 01:38:54 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu14.04.1+deb.sury.org+1
SQL Version | 5.5.57-0ubuntu0.14.04.1
ChurchCRM Version |2.9.4
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"api\/index.php","status":"Hash Mismatch","expectedhash":"b5ea366c255ef332735204d8eecc8f90f148e9b7","actualhash":"7b3880654845c0d1f997441f5f23b72949cb6022"},{"filename":"api\/routes\/calendar.php","status":"Hash Mismatch","expectedhash":"57299411b679229860e72fcc8e69d0e2ae095810","actualhash":"f99d2bc36ec07293df387014aeeb6a198e21b4c4"},{"filename":"api\/routes\/cart.php","status":"Hash Mismatch","expectedhash":"07789a78b186ca0e2f8e242d322c762d95cf41cb","actualhash":"c9a85f92e19b79288e91deb995afd841d8f4c541"},{"filename":"api\/routes\/database.php","status":"Hash Mismatch","expectedhash":"7ba92625f49f777c7bf6886b9f92da7b3caefcaf","actualhash":"52d6c57fcffd71ad5298c1162743af92886cf1ba"},{"filename":"api\/routes\/events.php","status":"Hash Mismatch","expectedhash":"df324afb8710f9abde18fc155b60240dcbed8d71","actualhash":"6506f490e3728ff74d8864924c596ad55a3f75a6"},{"filename":"api\/routes\/families.php","status":"Hash Mismatch","expectedhash":"456410fdf6645362dad4cf067fbffff387fe3ba0","actualhash":"59b1ac09512701a0e5059bed532dc64213d67a2e"},{"filename":"api\/routes\/groups.php","status":"Hash Mismatch","expectedhash":"d7a05ed6291a62dab7bcac85fba6bf1b6c06800a","actualhash":"6a2428bfa20fb1550f0ac1e4b543ccdf7550bf10"},{"filename":"api\/routes\/persons.php","status":"Hash Mismatch","expectedhash":"f8517de1ff896296231c2ae5c6de2d8ccf8cdfa5","actualhash":"f70a018fe89c7d874e77465578247040a70a7eae"},{"filename":"api\/routes\/register.php","status":"Hash Mismatch","expectedhash":"83fc78eeeca2b6b08640f1ad471b01fc4d3ff8cd","actualhash":"5f1d3e52e14449b779156bb175490b95072c48d0"},{"filename":"api\/routes\/search.php","status":"Hash Mismatch","expectedhash":"bc9b8a9b3b7fb74d30c1998c734a5d23ce03326f","actualhash":"91a58240600fd66a0fe6e4e97001945412be4358"},{"filename":"AutoPaymentEditor.php","status":"Hash Mismatch","expectedhash":"19fcfaedc79406337a5745eeeab56fb0a0822a6e","actualhash":"db0085d760204da8e1f02342f0889c7d857293b0"},{"filename":"BackupDatabase.php","status":"Hash Mismatch","expectedhash":"e9d984c69b766c0fe09f3faa59a1717ddb1b461f","actualhash":"39374a8ebf27fd331abc10f188ee63628db9082c"},{"filename":"bin\/google-map\/GoogleMap.php","status":"Hash Mismatch","expectedhash":"d3aa0652c7d155bf7a2de8eefd12a6865ae5e908","actualhash":"aeebdb1f5a93311f1d0c12af078b04fe7efab701"},{"filename":"calendar.php","status":"Hash Mismatch","expectedhash":"0eff74762622f7da7d8536df729fee6dd996376c","actualhash":"ba059aeb021079f40d7c43bcd35129447aaf1b77"},{"filename":"CartToGroup.php","status":"Hash Mismatch","expectedhash":"d44c156b221e6824daca5eef45bfddc55610cc2b","actualhash":"fb7995bd1afb024b437317e64ece2154c9caeda8"},{"filename":"CartView.php","status":"Hash Mismatch","expectedhash":"cbb1ef10ae85f26aea017c787ba4b8cd12dbd617","actualhash":"51d9dde8ecb8ed9eab4220d2ffa13e6585f9f5fd"},{"filename":"Checkin.php","status":"Hash Mismatch","expectedhash":"c9a7ab39238f715e30120cf1a57f5b85053a91f3","actualhash":"416df41411d5d4368989c391bbe82086aa47f39a"},{"filename":"CheckVersion.php","status":"File Missing"},{"filename":"ChurchCRM\/dto\/Cart.php","status":"Hash Mismatch","expectedhash":"b41cf1ac346e1afcd0983779ad2117129605dd26","actualhash":"b17c2c115965592ed51b044c3f0042a8818ac685"},{"filename":"ChurchCRM\/dto\/Photo.php","status":"Hash Mismatch","expectedhash":"3b756531c47713910ac4bac7f269eec8966f0736","actualhash":"6c26d8b668ae997ef9378c2d7b866ef4d43087a4"},{"filename":"ChurchCRM\/dto\/SystemConfig.php","status":"Hash Mismatch","expectedhash":"621d60fc19a4f88dc40889d4a1873725d362b070","actualhash":"1f8a9256d6e2017bc134690dc0c4415f5e519adc"},{"filename":"ChurchCRM\/dto\/SystemURLs.php","status":"Hash Mismatch","expectedhash":"f009c1b4e0fa9cdd958be5b67e3b769475f1e427","actualhash":"9ee21799df4d17a8b742ff581413e8b8e511b92e"},{"filename":"ChurchCRM\/Emails\/BaseEmail.php","status":"Hash Mismatch","expectedhash":"bef18ca2708952d6bda817df2244d05874e3205c","actualhash":"23539fc537ab5a8c78acbfaa37b069be63769faf"},{"filename":"ChurchCRM\/iPhoto.php","status":"Hash Mismatch","expectedhash":"c18ade4a46b3e66f7169f07b12e1c715dc909b26","actualhash":"4688793f7fd66a150485ae2b445be950a8705bc8"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Event.php","status":"Hash Mismatch","expectedhash":"34532c1926f6c5ca5692ceb1d1430f4b54123d63","actualhash":"02c8e639ed7abf3dd1d988361fef1b52290f8cc6"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Family.php","status":"Hash Mismatch","expectedhash":"604c393d12d0cfb9ced9556d1ccd9116385fc9f6","actualhash":"c5bd1315ccbcdcfd67dad575e9cb166ae3ea353e"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Person.php","status":"Hash Mismatch","expectedhash":"5d8c5abb62940cee35650462c1b9c70216273b13","actualhash":"37a9d38a92c9cd2f1615a6fa1d251e6c48e5cdcf"},{"filename":"ChurchCRM\/Reports\/PDF_Attendance.php","status":"Hash Mismatch","expectedhash":"8e5ea2e83e526b8b8028edc9c0baa58896618397","actualhash":"3b016f68200d309fe2677cf86de23b7b043ac11f"},{"filename":"ChurchCRM\/Service\/CalendarService.php","status":"Hash Mismatch","expectedhash":"d9e32e9ae2e6f8e2bb0b4f1d7a0f83d380c20a04","actualhash":"61995a543dedaaf5ee2ece5894b401697dc5441c"},{"filename":"ChurchCRM\/Service\/GroupService.php","status":"Hash Mismatch","expectedhash":"1d57dc4a4127169877a77ed92c87633536f65997","actualhash":"8f5b46175b4d28d796e2e0d9b7b7471a434afb9e"},{"filename":"ChurchCRM\/Service\/PersonService.php","status":"Hash Mismatch","expectedhash":"ef8f587b70c0d1a2dad3d8aa6a3da465d4d9c4bd","actualhash":"5327960326e30735dbb6d992310e7a04479809be"},{"filename":"ChurchCRM\/Service\/SundaySchoolService.php","status":"Hash Mismatch","expectedhash":"3ea5e2bcb235e89088429908676e59ebee0a2cf8","actualhash":"c60b24fe324764f8ed435d763362073fd4af755d"},{"filename":"ChurchCRM\/Service\/SystemService.php","status":"Hash Mismatch","expectedhash":"e5631ff2a6ac387c473ff673a32acb71186a3368","actualhash":"daab81f332f0ed6df908d90ed2bebea4c378e5d6"},{"filename":"ChurchCRM\/utils\/GeoUtils.php","status":"Hash Mismatch","expectedhash":"f46a6c46ff49b887b00b42cad75af42c20f7ebce","actualhash":"9a4bea2a768404e3552e0ae92f4c83649348d829"},{"filename":"ChurchCRM\/utils\/InputUtils.php","status":"Hash Mismatch","expectedhash":"7f555905a2583de818f672ad24c96262e282172f","actualhash":"cfdac0af2198ea4c84e5d2bd31e57c3cde492a87"},{"filename":"ChurchCRM\/utils\/MiscUtils.php","status":"Hash Mismatch","expectedhash":"447a0e0efef923f9cba9677ec2d67611acfb52fd","actualhash":"44b839b1b2bf50f477cb61d5cb6a512a10709932"},{"filename":"CSVCreateFile.php","status":"Hash Mismatch","expectedhash":"6641e3a6c33433a75e20204a09670184cb7d15fb","actualhash":"e1c0dad513d14b87a485ec7432880da48b0b0496"},{"filename":"CSVExport.php","status":"Hash Mismatch","expectedhash":"e05bacc7c195f204b188895174cbf35aa860f638","actualhash":"1e3670352b574d082429aa0e9610d9096530fdb0"},{"filename":"CSVImport.php","status":"Hash Mismatch","expectedhash":"0ac1f4bbe30730cad3afa46333e34b6c2061c37d","actualhash":"2ba00a13491808ce7c5a87d6d8be3dafa9c9c47f"},{"filename":"DepositSlipEditor.php","status":"Hash Mismatch","expectedhash":"851877cf34a5d277e35a6bb2d31aa7edbc59a3df","actualhash":"d7adad11cc399f0c1a016749142834d02121613f"},{"filename":"DonatedItemEditor.php","status":"Hash Mismatch","expectedhash":"2d45155471c1cf5ed265742bff97af45aa5b7568","actualhash":"10689db4813dd0a28488a045fb49fd63f00790ff"},{"filename":"DonationFundEditor.php","status":"Hash Mismatch","expectedhash":"09f421c3665754d31f5062c6180dca4073d0ef31","actualhash":"9cf3d56223aca454bd8bb20acf39ded7a7e1c284"},{"filename":"EditEventTypes.php","status":"Hash Mismatch","expectedhash":"0546306a7e2230477ea9d3f9002747fdfe9c368c","actualhash":"5b5ced11e4e3e66c5ce0d7f98b522461ce4adce1"},{"filename":"ElectronicPaymentList.php","status":"Hash Mismatch","expectedhash":"f43a635b28e3f4d01c812f5494651f1f0a237b17","actualhash":"6300362533f2666ae80d8c6e135ae57f5ebb9661"},{"filename":"email\/Dashboard.php","status":"Hash Mismatch","expectedhash":"5acf2fb1c4a858aaae968f5903e86caf620e74eb","actualhash":"4235caf02916a8c3448b0ec6c03bc894873f03b8"},{"filename":"email\/MailChimpMissingReport.php","status":"Hash Mismatch","expectedhash":"2aa49e6ac86663aa5fe60bd4c44254a4a78e55a7","actualhash":"ea0cb5593f557ac5063e29b08d73085c334afe28"},{"filename":"EventEditor.php","status":"Hash Mismatch","expectedhash":"c5a584aad7e05395ad69944049c89e12df7a2c0b","actualhash":"3da3464961aa6f41e48e6a58d7f6a33b67fe678a"},{"filename":"EventNames.php","status":"Hash Mismatch","expectedhash":"79eceac3f1d485bb6fd63012554d155e50cdb1c4","actualhash":"f37b5b63783925d7c66cda08366f84877cb9ec13"},{"filename":"external\/templates\/password\/enter-username.php","status":"Hash Mismatch","expectedhash":"d3462a4602fe658fb7bd5b8ed038aa38ce641116","actualhash":"c82843276b21ebf15eaa8a4eae35ae5d276a7b96"},{"filename":"external\/templates\/registration\/family-register-members.php","status":"Hash Mismatch","expectedhash":"236cd1305726f2859dfb127d82c624610356d061","actualhash":"66b09e24478a765a777c22b12645170715dc60d0"},{"filename":"external\/templates\/registration\/family-register.php","status":"Hash Mismatch","expectedhash":"e335e41349af0b5b6ce523653850ceebebdf2ad5","actualhash":"aa35646461b2246ce80feecf3f2a6425ca78e1d7"},{"filename":"external\/templates\/verify\/enter-info.php","status":"Hash Mismatch","expectedhash":"12ecbeb889ce0f718619bd04ff877c02120b28c7","actualhash":"9da59d8e93c311c37ebd67846b009a5a3aee54f8"},{"filename":"external\/templates\/verify\/verify-family-info.php","status":"Hash Mismatch","expectedhash":"fe8e9fd6956b95b5d27f0020bda2e4ef9d3c4f93","actualhash":"16fdfaaf188967e5209eb03ab527e30b4d9d03c9"},{"filename":"FamilyCustomFieldsEditor.php","status":"Hash Mismatch","expectedhash":"e0d6687493911d135c1e6edd6e9021e849f75673","actualhash":"421f5307441f511ef4095b9f9d0de94b40b781e4"},{"filename":"FamilyEditor.php","status":"Hash Mismatch","expectedhash":"a28f0b039b13dd9ef91c4f0ba7816528d9a3677f","actualhash":"0abea9ace8c01abf9eac9ab6c2dae61642cdc40e"},{"filename":"FamilyList.php","status":"Hash Mismatch","expectedhash":"77d15110383e4f27a1e3ecbe3648594acd7332a1","actualhash":"59f7f13749ffb2f03cd0c9ff6fe63529009db28c"},{"filename":"FamilyView.php","status":"Hash Mismatch","expectedhash":"3e772d7c5e83215eeb21db7fff8d32f519ea5fea","actualhash":"1afe07a172aa4199c75a2f9ed91fe666fa675bf2"},{"filename":"FinancialReports.php","status":"Hash Mismatch","expectedhash":"af8cd8c3c3f1551efc2623da1ec2db35e5f58e7f","actualhash":"777e3ad046cc63e89d5018742b14e699479a1af5"},{"filename":"FindDepositSlip.php","status":"Hash Mismatch","expectedhash":"1c73a9660b6e44d737e8eb9d706bc17268dc88d5","actualhash":"8c734b7559525c559919517f2b52583ab4eb8744"},{"filename":"GeoPage.php","status":"Hash Mismatch","expectedhash":"2214ac66324afe679369d84d34c3d0dd45bec7c2","actualhash":"fa4b1c09a33b74af41c637289a8b94788708b344"},{"filename":"GetText.php","status":"Hash Mismatch","expectedhash":"d6ea455869f1c224381e69261d46a485aef01843","actualhash":"08cb54e5b34bace39cc0f00b2e4bd8d7ce762eee"},{"filename":"GroupEditor.php","status":"Hash Mismatch","expectedhash":"fdcb342313462f00f289311888baa921a026fc1a","actualhash":"ec9cdf1b43188a1d3818cd82b35fa17bfb11da5c"},{"filename":"GroupList.php","status":"Hash Mismatch","expectedhash":"deba919f97b18b308f61a9fac3e4e95b04ad845b","actualhash":"a8f28b0ad40690c188e1f9ec2b4e37420179215a"},{"filename":"GroupView.php","status":"Hash Mismatch","expectedhash":"4eb604493f50264dfd60d63764cbdd10e6494ed2","actualhash":"54beb85bfd9d3096b2df40481295d14818da35d5"},{"filename":"Include\/analyticstracking.php","status":"Hash Mismatch","expectedhash":"f9ec562aa0ecb261003ac16889ef4b9b092c70a3","actualhash":"2c4d7054b10f8f9a7f3bbc603ad8c4e86de2dded"},{"filename":"Include\/Footer-Short.php","status":"Hash Mismatch","expectedhash":"c9fef872b69b431a88caea391ca23c9411a9e1bf","actualhash":"3030c7401ecc5818f6466f01a7b3ec3af37bfd60"},{"filename":"Include\/Footer.php","status":"Hash Mismatch","expectedhash":"bbcb55160bb16ff7624380d0638365db12b187e7","actualhash":"c3bd141fd9d13b200cc8a5ccc0c2b4779e153912"},{"filename":"Include\/FooterNotLoggedIn.php","status":"Hash Mismatch","expectedhash":"a3e693af7e74e470d4d75111da241e24be61623a","actualhash":"fffbe1aa84c041c49d0fa4e1b4a5a51e4ce7c71a"},{"filename":"Include\/Functions.php","status":"Hash Mismatch","expectedhash":"5c7c1d953e0a4cee1852a4bd5da1d86da0e5ec6c","actualhash":"d76abee48a9fe4d684c5f41193ac4a29e781c5e4"},{"filename":"Include\/Header-function.php","status":"Hash Mismatch","expectedhash":"60de2311a3d6e4926a968d76727c15bd37268288","actualhash":"3cb3199c8ffe8a3a515893d4d10e07e5f018faa7"},{"filename":"Include\/Header-HTML-Scripts.php","status":"Hash Mismatch","expectedhash":"1b265547e5c6b09535970b9869a7b48d003a04c4","actualhash":"20e3606deba33f4ee6411d925d1b62f8e5053568"},{"filename":"Include\/Header-Minimal.php","status":"Hash Mismatch","expectedhash":"7a0ea6303088f8afae5d3d4b10566a91407bbfc3","actualhash":"989b99166d02dfb3a517692de29054c1ddfa8faf"},{"filename":"Include\/Header-Short.php","status":"Hash Mismatch","expectedhash":"c1ca8fab82df4cc0f6659cf22aa9ae6dfbc498a6","actualhash":"93c6a57c707d92d2e2844d5f3342b117f3ccc4db"},{"filename":"Include\/Header.php","status":"Hash Mismatch","expectedhash":"558b5b59bda1c3569be9791e4745c04c0023fbaf","actualhash":"19ed556ecb998560d4e08890a663549183f6e36f"},{"filename":"Include\/HeaderNotLoggedIn.php","status":"Hash Mismatch","expectedhash":"8a07c9d9a5cc1848fabc9722776baeb087b3e9de","actualhash":"b619e993e381cc0ec6c7f717e512cb29b8a2c5ee"},{"filename":"Include\/LoadConfigs.php","status":"Hash Mismatch","expectedhash":"b959bce13fd868b40a58541978bb8f314370df58","actualhash":"f35f63e31b7ada004df9c896027c43cdd8910440"},{"filename":"kiosk\/routes\/kiosk.php","status":"Hash Mismatch","expectedhash":"434d935e3cef0eed16b66d94445f36f231f23a1c","actualhash":"38985b6d2fc0b520089ab4ebb6dd2723da00bdbd"},{"filename":"kiosk\/templates\/kioskDevices\/sunday-school-class-view.php","status":"Hash Mismatch","expectedhash":"eed1b29553bfd4b0c180f00b7959df8c0759964e","actualhash":"5325f72a6996d3ecf0cee9b3d253454bd2ee64d4"},{"filename":"KioskManager.php","status":"Hash Mismatch","expectedhash":"38a69668e26eae50249722bc93ea9b8b1cb4aaa8","actualhash":"7cf89cbf2c5b78cead721408bc51c27178582c8d"},{"filename":"LettersAndLabels.php","status":"Hash Mismatch","expectedhash":"7f2347d8afe7200cc9288c8ea1885b9b74216d58","actualhash":"bc7d078cee8dd349892f71ff0b91ac259b3b6841"},{"filename":"ListEvents.php","status":"Hash Mismatch","expectedhash":"a2d11391e59cbf04348d6b9bd0f4e39abd1ded38","actualhash":"8f7e0843ddb8ba59bb47658ff4470aaaf713d00e"},{"filename":"Login.php","status":"Hash Mismatch","expectedhash":"2fa54bfe050c7bed36b74966261608a5550eb732","actualhash":"747950c56d4556b46d5ba5092f39c8f4b05efc17"},{"filename":"MapUsingGoogle.php","status":"Hash Mismatch","expectedhash":"f6919b888e6260d2e8c8d680aa4e05f7e5b098b7","actualhash":"78469ddae25f5f1fa517c912372b9e1fcc341334"},{"filename":"members\/online-pending-verify.php","status":"Hash Mismatch","expectedhash":"361af8c81d14c7f67a45f2ebe17056a2a1f10c4c","actualhash":"3bc144c91546324d2ebcc5e0ae3832bc9839df27"},{"filename":"members\/self-register.php","status":"Hash Mismatch","expectedhash":"aec50054f3c562607b7994e478ef3212d39126e4","actualhash":"f7bcdfdc4e2d7c04c4986b4ad55c10cd7bbca6e4"},{"filename":"members\/self-verify-updates.php","status":"Hash Mismatch","expectedhash":"13c40f274ddff98aaae2af30181d2d5e7307b42f","actualhash":"5352e625f62cad3caef4bc3acae986a7393f0798"},{"filename":"MembersDashboard.php","status":"File Missing"},{"filename":"Menu.php","status":"Hash Mismatch","expectedhash":"2e19aa8176a602a65300a197cb74ce4ed962d03a","actualhash":"dc08c5a2f2c36602be5e3b81f846240953914b3d"},{"filename":"NoteEditor.php","status":"Hash Mismatch","expectedhash":"758743323f4096bac71adf19a7b6be0de1cbaecc","actualhash":"a7a84a32291e8c87b244da971dc3b5359132ba77"},{"filename":"PersonCustomFieldsEditor.php","status":"Hash Mismatch","expectedhash":"a9366e95d5e368d7e3902cba5062e782503dd88b","actualhash":"b6f4273644c2093e4ab99d193540223e56dac8f9"},{"filename":"PersonEditor.php","status":"Hash Mismatch","expectedhash":"2fa9da5305147ed9dfa6e71f5169e3a54e53029f","actualhash":"af57dad248b0ef755bb4e32085a24ebbb11a08a1"},{"filename":"PersonView.php","status":"Hash Mismatch","expectedhash":"588c7bf8b795eba2205f54cf2110cca983400c98","actualhash":"7a266d856383958c488cd1d3f9dccf69dc86e0a0"},{"filename":"PledgeEditor.php","status":"Hash Mismatch","expectedhash":"579f1ee403fe5d8e58f390ef2473a7edba5b0a26","actualhash":"b90911fd5a994b062c415a76c796d18a8c533687"},{"filename":"PrintView.php","status":"Hash Mismatch","expectedhash":"a4e1d2c931fb2c247ae708eb83409554837948ca","actualhash":"773563ee4078af176c4f177b53f1b3e1909cfd36"},{"filename":"Register.php","status":"Hash Mismatch","expectedhash":"5da9d244fef2192ae10f9fe28864ac9f176fcb29","actualhash":"bb3a993dd43a71a1c4e9f5cf7b34f7b4fc468e11"},{"filename":"Reports\/ClassAttendance.php","status":"Hash Mismatch","expectedhash":"b31866135227a27e976c6842190131df6fc2a379","actualhash":"e104e5da9b7ab7ef7711122fc3a424adbe8063dc"},{"filename":"Reports\/ClassList.php","status":"Hash Mismatch","expectedhash":"2f658f885c61de7f01f20360b64666b3e44500ee","actualhash":"1a92ffaf484eed0cbe73be832b75e7179778d309"},{"filename":"Reports\/ConfirmLabels.php","status":"Hash Mismatch","expectedhash":"c8c0cc5183094bdb37dd333a6f45998136c003a7","actualhash":"ab887fde067c8661d0bd3e3d5cee9665d9946945"},{"filename":"Reports\/DirectoryReport.php","status":"Hash Mismatch","expectedhash":"669c5d6a5d0cf269c4b4f420f18466ca72b951f5","actualhash":"76f0b0b0d586e82955abb5a59c12b0db70f3b878"},{"filename":"Reports\/NewsLetterLabels.php","status":"Hash Mismatch","expectedhash":"258be4625554e4441bac57b0db4e9045720e92b4","actualhash":"860ffd28439fc0bbba357763d0b752f78c3081c2"},{"filename":"RestoreDatabase.php","status":"Hash Mismatch","expectedhash":"d7f0492f213a687e71e51b2947be0c03defe888e","actualhash":"5f822330416bc0098ea0e58b243af382a700a6c2"},{"filename":"RPCdummy.php","status":"Hash Mismatch","expectedhash":"a0bd437c83755f082f143cee0bc0304b9aabdafc","actualhash":"4ca33bfdde467d2b3126e6367397c2b6eab8abae"},{"filename":"SelectList.php","status":"Hash Mismatch","expectedhash":"d13f08ce1063af8ba9ced6607de6b3210fc0301d","actualhash":"1aaa59b1999f28c69add89dd4cd9ea7394174fae"},{"filename":"SettingsIndividual.php","status":"Hash Mismatch","expectedhash":"54f8b375ca40230ca0bd57c37aa3b51247bf05dd","actualhash":"258e3317e4be5377c6a1fcc05c6ad2f07587faf4"},{"filename":"setup\/templates\/setup-steps.php","status":"Hash Mismatch","expectedhash":"53800209c7fd66766b03b4b9cba544dee81b0cab","actualhash":"d56fe2344cf6b1f1e4915a7cb25167ad12c88928"},{"filename":"sundayschool\/SundaySchoolClassListExport.php","status":"Hash Mismatch","expectedhash":"d7e741a803e590b3426a469ca3ea1ef5279f8503","actualhash":"7d7f6fbb2bdf9327d565f29e9aed17763c3db3b1"},{"filename":"sundayschool\/SundaySchoolClassView.php","status":"Hash Mismatch","expectedhash":"e983ecf3cf17f640ff693f87216cd6d23c4eb47d","actualhash":"a018fa6421955efc81818a42b04b1f887e8e319c"},{"filename":"sundayschool\/SundaySchoolDashboard.php","status":"Hash Mismatch","expectedhash":"57bda5291641929059de0aa31ea6add10633f00f","actualhash":"0d35dd5931108024545bcec98b295ad3b70a0d99"},{"filename":"sundayschool\/SundaySchoolReports.php","status":"Hash Mismatch","expectedhash":"71a4677962e13f9f6bf35d441b11bc9f8acce88c","actualhash":"31260a418e476ae923af59faa4e490162c210249"},{"filename":"SystemSettings.php","status":"Hash Mismatch","expectedhash":"e3227f05b33dcb2e50192104ad0f6e035c0e012d","actualhash":"8d3cc07dcc7abd7fb393975d1d2fb6ece22986c4"},{"filename":"UpgradeCRM.php","status":"Hash Mismatch","expectedhash":"91ea7740282fd63322283df1a10daf75038c1f5c","actualhash":"94e71612f42e54b9454f00237a30956a04fb5916"},{"filename":"UserEditor.php","status":"Hash Mismatch","expectedhash":"4ef3e109379ab6b7e2bdec52785a37714e02e644","actualhash":"e145d7ec852a972b37e719cec305fe955ac9df5f"},{"filename":"UserList.php","status":"Hash Mismatch","expectedhash":"1d1485a1ee09fa9c2562440443f51a54399aa429","actualhash":"dc5689c23695d9a0638c558c49797a8268a246d3"},{"filename":"UserPasswordChange.php","status":"Hash Mismatch","expectedhash":"6831fd8c8b6af7204dd6ead6587ced17b5ba2a40","actualhash":"fe58d210714422b4d29ecbc39e7c8218032d8fcb"},{"filename":"vendor\/authorizenet\/authorizenet\/AuthorizeNet.php","status":"File Missing"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetAIM.php","status":"Hash Mismatch","expectedhash":"af4a50a62b89593d38e9565e7e0b8d96facc2cf2","actualhash":"cf8e1fedaaa0fb53bbad5a352c3bf9a9fc01b9c2"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetARB.php","status":"Hash Mismatch","expectedhash":"787acdf8f6e0ac146dd9cbaa675f3953928dfff6","actualhash":"586f361e78da83425dc27cf94dbf679e3d8f31a7"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetCIM.php","status":"Hash Mismatch","expectedhash":"08ca32f07e123736bb97afa4bc339f9eaa726f1e","actualhash":"ccd39e54c9bc9b1fda78d0c55e470481a72ad7b7"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetCP.php","status":"Hash Mismatch","expectedhash":"6cc1e763f24df4a0cc1de48aa7d80cc51cfe8ea3","actualhash":"892a9103a3a5d5e1d3d169f6050891de51601cb0"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetDPM.php","status":"Hash Mismatch","expectedhash":"8e1de525013de6169e91365da137c98cc2aba6ba","actualhash":"7708148434074017cbb6e9d38c61a0d35c139424"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetSIM.php","status":"Hash Mismatch","expectedhash":"97abd461c2c32fbba2e70717506ad887a96c5fff","actualhash":"2ce86dbf4888382129c8d1e83be24fbd4a975e83"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetSOAP.php","status":"Hash Mismatch","expectedhash":"429bb08ea8a13942e2a5344bf341d23e007b8323","actualhash":"4ebb4c55e4a8055815966fcb90a7921e87681612"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetTD.php","status":"Hash Mismatch","expectedhash":"0079026d46258130f3e6dad004fabf1a79628d3f","actualhash":"8981a3c34bd86cd236a1e66c86b3fa87aae3d174"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/shared\/AuthorizeNetRequest.php","status":"Hash Mismatch","expectedhash":"43c5d43075e6f3aa1bf778b0644f5d12f23ce215","actualhash":"6a3989513133895d47489126164c86579ccbc45a"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/shared\/AuthorizeNetTypes.php","status":"Hash Mismatch","expectedhash":"517d7e7502fc6d8dfdab3dfbe1e0d6dcf3648a68","actualhash":"4ec7b8f2cf18037e663e544c3aef15caac8e56a2"},{"filename":"vendor\/composer\/autoload_classmap.php","status":"Hash Mismatch","expectedhash":"6bb9663b93dd040e1792acc02f6c9d1cd54ceb67","actualhash":"6415b5ead7479f9644e5b9a6dbc542e1fdc7e242"},{"filename":"vendor\/composer\/autoload_files.php","status":"Hash Mismatch","expectedhash":"caa7f238b2b55f2f60097552744e407bb8df7ee9","actualhash":"a9f2c1642c946dd0a5e19a94db3a707e72296364"},{"filename":"vendor\/composer\/autoload_namespaces.php","status":"Hash Mismatch","expectedhash":"0c5ec62f3b14db032e84de211df19b5a4a767457","actualhash":"5bf17f7ca6de57b64dcfd8d98c40b630181c0c36"},{"filename":"vendor\/composer\/autoload_psr4.php","status":"Hash Mismatch","expectedhash":"00fcb994866742b29629e2943e43e3b519835f7a","actualhash":"fa721d575bd1387efc35b2652ed6504663daee7e"},{"filename":"vendor\/composer\/autoload_static.php","status":"Hash Mismatch","expectedhash":"2b0c226fb3f04e589f3a00c0979fe04373c7e190","actualhash":"9de524cb15a7c9cb317a927db9994f4867336b41"},{"filename":"vendor\/egeloen\/http-adapter\/src\/AbstractCurlHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/AbstractHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/AbstractStreamHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Asset\/AbstractUninstantiableAsset.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/BuzzHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/CakeHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Configuration.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/ConfigurationInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/CurlHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/AbstractEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/BasicAuth\/BasicAuth.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/BasicAuth\/BasicAuthInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Cookie.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/CookieFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/CookieFactoryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/CookieInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/AbstractPersistentCookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/CookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/CookieJarInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/FileCookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/PersistentCookieJarInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/SessionCookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Events.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Formatter\/Formatter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Formatter\/FormatterInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/Journal.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntry.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntryFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntryFactoryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/MultiRequestCreatedEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/MultiRequestErroredEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/MultiRequestSentEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Redirect\/Redirect.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Redirect\/RedirectInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/RequestCreatedEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/RequestErroredEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/RequestSentEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Retry.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/RetryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/AbstractDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/AbstractRetryStrategyChain.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/CallbackRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/ConstantDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/ExponentialDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/LimitedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/LinearDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/RetryStrategyChainInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/RetryStrategyInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/StatusCode\/StatusCode.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/StatusCode\/StatusCodeInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/AbstractFormatterSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/AbstractTimerSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/BasicAuthSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/CookieSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/HistorySubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/LoggerSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/RedirectSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/RetrySubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/StatusCodeSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/StopwatchSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Timer\/Timer.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Timer\/TimerInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/EventDispatcherHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Extractor\/ProtocolVersionExtractor.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Extractor\/StatusCodeExtractor.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Extractor\/StatusLineExtractor.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/FileGetContentsHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/FopenHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle3HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle4HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle5HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle6HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterException.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterTrait.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpfulHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/InternalRequest.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/InternalRequestInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageFactoryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageTrait.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/Request.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/RequestInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/Response.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/ResponseInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/MockHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/MultiHttpAdapterException.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Normalizer\/BodyNormalizer.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Normalizer\/HeadersNormalizer.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Parser\/CookieParser.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Parser\/HeadersParser.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/PeclHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/PsrHttpAdapterDecorator.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/PsrHttpAdapterInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/ReactHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/SocketHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/StopwatchHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Zend1HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Zend2HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/igorw\/get-in\/src\/get_in.php","status":"File Missing"},{"filename":"vendor\/nexmo\/client\/src\/Client.php","status":"Hash Mismatch","expectedhash":"3995b07f7d17a3b2227d522fcf0c098ab0dbd979","actualhash":"6308c789f65f3c08d4b554456d146aa97ea72a91"},{"filename":"vendor\/nexmo\/client\/src\/Numbers\/Client.php","status":"Hash Mismatch","expectedhash":"1718979b50ee914cf6f00efbfe20ad46dbf96978","actualhash":"35b178d4f3fc9a67b3d43d1259b7ee22f3b889fa"},{"filename":"vendor\/slim\/php-view\/src\/PhpRenderer.php","status":"Hash Mismatch","expectedhash":"6e7e3c9cd1ad68cd4e0ddcf0b175b15e6ddf9496","actualhash":"ce59a829c47d25c89546050c24926d3a00d383b3"},{"filename":"vendor\/slim\/slim\/Slim\/App.php","status":"Hash Mismatch","expectedhash":"a5670680196cf5e8e474d25ea79d0b9fb77cd933","actualhash":"0093a84f02a1fc10d10ba9c810f1ba63a62a68e4"},{"filename":"vendor\/slim\/slim\/Slim\/CallableResolver.php","status":"Hash Mismatch","expectedhash":"b3032d444416116342efcd030639e05a10da1881","actualhash":"fc9e7ffd91709a07823ccbe214737768f19b7015"},{"filename":"vendor\/slim\/slim\/Slim\/CallableResolverAwareTrait.php","status":"Hash Mismatch","expectedhash":"d2d290ff5e6be1fc9cc96a28ec21a8ccd28acbe5","actualhash":"f1401fc85fe0b4ac7a93b024f8f63b2686d0f75d"},{"filename":"vendor\/slim\/slim\/Slim\/Collection.php","status":"Hash Mismatch","expectedhash":"bdcbc598a32e61e80b3076fb4723686f9ad06ee9","actualhash":"1daa7e967e52c42d5f9493875574727940837a48"},{"filename":"vendor\/slim\/slim\/Slim\/Container.php","status":"Hash Mismatch","expectedhash":"53cc9b78130668fab5bb9ae38a9692301852672b","actualhash":"81c32dde3852cfc1bfdce229d379c47348ef9b49"},{"filename":"vendor\/slim\/slim\/Slim\/DefaultServicesProvider.php","status":"Hash Mismatch","expectedhash":"2fc3ce7ef0d4de69caf5d801dd2a46827cfcd396","actualhash":"1ed2feb355f51a2cccdeae14e29d0ba5a595f881"},{"filename":"vendor\/slim\/slim\/Slim\/DeferredCallable.php","status":"Hash Mismatch","expectedhash":"1f74588b1c33ea1ff7955c2b645a7e4cfa1baa28","actualhash":"69c5dda5410b1fcdb5a4f81a3f952d81a5c26190"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/ContainerException.php","status":"Hash Mismatch","expectedhash":"1c681f35b55996cc57fd517a32cc6d7f98674614","actualhash":"8d922a494625a4ad4c67068413c9d0524bbe4e1f"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/ContainerValueNotFoundException.php","status":"Hash Mismatch","expectedhash":"3c5876076593c7bfad39606f1b4140f27fc7ebaf","actualhash":"5f70456a9165a2111a7e992b9e08eac61920b30a"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/MethodNotAllowedException.php","status":"Hash Mismatch","expectedhash":"c0bb6427d226262925986f84b2d6a0770d2e9bbc","actualhash":"926b402f0766a55a7a50f11a896e1342500b7551"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/NotFoundException.php","status":"Hash Mismatch","expectedhash":"0bf09acb47182b762847342f4c870a6121346a0c","actualhash":"6252713236b1540884b6611dd22f9e452c9f880f"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/SlimException.php","status":"Hash Mismatch","expectedhash":"e73dce8720eaa0575e2df3ecdeabcda8651fb0f9","actualhash":"eb7a01641004ecb992a4aaf940df37e36924dcdb"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/AbstractError.php","status":"Hash Mismatch","expectedhash":"e6f171232fbbaf302303aa274555172a240050f0","actualhash":"2215b463867330ea7743ed2d2693252df758a1f1"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/AbstractHandler.php","status":"Hash Mismatch","expectedhash":"742fc1d0435cd36a3020e2fd64f0d74f5660574a","actualhash":"50d8ca87656dadfc89635e149088f7696142914c"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/Error.php","status":"Hash Mismatch","expectedhash":"04641a5d2abc7d67a3045cc43a3f4816ec39dd9f","actualhash":"8468758b69f1ea77b864d49cf48efbb27559bb0a"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/NotAllowed.php","status":"Hash Mismatch","expectedhash":"bd12d073daf78f5241e43b51aa76f50d4d2632ff","actualhash":"4a5dc48d69f4243da95d342fe3a695bf1a354081"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/NotFound.php","status":"Hash Mismatch","expectedhash":"9ba303bddae003eca0cafc1497847303ddf70dea","actualhash":"90397212bfec13c6ad5236db5b2b2fa775517bf1"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/PhpError.php","status":"Hash Mismatch","expectedhash":"da846795f030b15fa343ea06584b8004b65a289f","actualhash":"485899dbeb5ca8f5ab4572cc49df14aa845a98f4"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/Strategies\/RequestResponse.php","status":"Hash Mismatch","expectedhash":"fa468991782ebefcc6b019b457e4fb0e464386e8","actualhash":"17e95fbe2d85953cec04c5efa1093260cb71e562"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/Strategies\/RequestResponseArgs.php","status":"Hash Mismatch","expectedhash":"7550b87d0ba9284386d07094380d77065d906e24","actualhash":"0e4b26e75df68eefc8ebc9bf9018f7eef438f1f7"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Body.php","status":"Hash Mismatch","expectedhash":"e08b1f96d55970d782962e7c8218067c5b94d45c","actualhash":"16d93ed891a5438ca18d5b7e233ad2713bd868d7"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Cookies.php","status":"Hash Mismatch","expectedhash":"bff72d6d119a2639fb6dba4ae5c66a0e7a0b1f47","actualhash":"ae9091d3fea03a13e41dfdb55e12bb0f6d7dd194"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Environment.php","status":"Hash Mismatch","expectedhash":"0aa26badba09186c19ca3143105f66f0aca0d5e2","actualhash":"b96a2e93f1f4a97b4a0112e6846205024fbf1367"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Headers.php","status":"Hash Mismatch","expectedhash":"88cd1313870bb9908fcb3ab0b0d45942105f42c1","actualhash":"208edcbf7d95fc26e560c3ea4ce0abdfc457d238"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Message.php","status":"Hash Mismatch","expectedhash":"e48f455ad9f5e503e3c0ce87d85637b45f75c3c0","actualhash":"3cdc0c217f407317848622192bf89117cb49740a"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Request.php","status":"Hash Mismatch","expectedhash":"2727a9ef8d57b2a5291d8d447ed308bcd8aba6c5","actualhash":"c0366e08e32832165dea6ee76692ecf59183cf9c"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/RequestBody.php","status":"Hash Mismatch","expectedhash":"747d92724b17e0287cedb6838e59360adef506ba","actualhash":"f035e1cd7fe2261ff9135fb4eec7dd23e9b18613"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Response.php","status":"Hash Mismatch","expectedhash":"3dc2af55d7028aac84fb6d6b19c8701476087e54","actualhash":"1d111de6f7e7927c919629ea79ab259849eecaf4"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Stream.php","status":"Hash Mismatch","expectedhash":"bc4eaba4c0ca9958f42efb0235d60ec993727c35","actualhash":"967f8c257b4ecba54565a64c140ef1017864e008"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/UploadedFile.php","status":"Hash Mismatch","expectedhash":"d07504f16aa14905a444c75374e52a83f69039b7","actualhash":"08218ad4ad5dbc9031b1b0ffbe3dc9a1ae62e713"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Uri.php","status":"Hash Mismatch","expectedhash":"357088c0f046033bec68b6a3b480b4e6f151d939","actualhash":"a68733f35b34c659f5fece247f65659c4028e813"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/CallableResolverInterface.php","status":"Hash Mismatch","expectedhash":"9bc32c84eed098533ea98efb43ad43faf0385919","actualhash":"5180308b726119692c2ee0775e34286e4525b35c"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/CollectionInterface.php","status":"Hash Mismatch","expectedhash":"cf2fd99aceafdca31316d269d1d45c819ddde5ef","actualhash":"1ae2b05d722ec807770cd5a5548c00375a824051"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/Http\/CookiesInterface.php","status":"Hash Mismatch","expectedhash":"c2e46f0755e1071aaa6519a522850d7b4f767e53","actualhash":"61073a72a746cef7faf2ab53bbd64c4380334db3"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/Http\/EnvironmentInterface.php","status":"Hash Mismatch","expectedhash":"2cd22fd21214a245ffc7cb831dba0b21f2e9967a","actualhash":"40f16e466e9f267a1c5ad35b0b7535926e1a795e"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/Http\/HeadersInterface.php","status":"Hash Mismatch","expectedhash":"685c1f3928a4e5ff33ea6c61688c213d4b3a6a31","actualhash":"c7d6d9ec1130663c1407884c3f82ae92107c1b3a"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/InvocationStrategyInterface.php","status":"Hash Mismatch","expectedhash":"55eb3ed77b0ccd80f70963ff041da09ab1b2dcde","actualhash":"8203608039bb62e70f7e6b726d92e5b506f71636"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/RouteGroupInterface.php","status":"Hash Mismatch","expectedhash":"eada8f52e549a240ca7d6928354475f2508c65f2","actualhash":"192a93570dc306d1f26ef929669ac46d08eca0f6"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/RouteInterface.php","status":"Hash Mismatch","expectedhash":"9c1e970879fef54c1cd25dbd642a0fe0fb672c47","actualhash":"6e034cbdbb7e9e10d0a05d4acf7b3d6cd721ab7a"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/RouterInterface.php","status":"Hash Mismatch","expectedhash":"29d0bb81e221fdf3f5ea191d723a8cab9dd66760","actualhash":"f554c4151a96b5df78befda1d7f48fcc4a56e761"},{"filename":"vendor\/slim\/slim\/Slim\/MiddlewareAwareTrait.php","status":"Hash Mismatch","expectedhash":"83ee6607ee5bc076afc678ea8292c66b00dce697","actualhash":"bfae4af506461a0b424250e5f7fd3c035c8af85e"},{"filename":"vendor\/slim\/slim\/Slim\/Routable.php","status":"Hash Mismatch","expectedhash":"1c36410c8f917f755b5ccde17e72f0f6a2f0a5f9","actualhash":"647062c03631fe03252c5c2b64effeb70db484c7"},{"filename":"vendor\/slim\/slim\/Slim\/Route.php","status":"Hash Mismatch","expectedhash":"64d40bc9e2953709e3d38a9007e8ac49195765b4","actualhash":"505e72a418975e50327c24d82748ac0b0f92dd6a"},{"filename":"vendor\/slim\/slim\/Slim\/RouteGroup.php","status":"Hash Mismatch","expectedhash":"148b1cdab1a60c42a7539969eb582990634dc5f2","actualhash":"5b462823b7f93c202ca1f31b35f8da6aa4b6db63"},{"filename":"vendor\/slim\/slim\/Slim\/Router.php","status":"Hash Mismatch","expectedhash":"824445866e16f4c2366c4dbbef83ad8ec764c60e","actualhash":"0be848b0e87176d6a516640b5da1e5487fc05fbf"},{"filename":"vendor\/symfony\/config\/Definition\/ArrayNode.php","status":"Hash Mismatch","expectedhash":"abe8af94627879681d8440ecf2d29186636faee9","actualhash":"f289b82d2f23140bd2a5738167bf6341a898f5b1"},{"filename":"vendor\/symfony\/config\/Definition\/BaseNode.php","status":"Hash Mismatch","expectedhash":"073ab1075a5366f0b511038b02c298514c948693","actualhash":"7c9f65b934a6eb6196bc419038986062dc7419f4"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/ArrayNodeDefinition.php","status":"Hash Mismatch","expectedhash":"40da9dfdfda4ac76b4ff0fb11834d51d1a96beef","actualhash":"dc5944a8afed522e9dca74b5298126efee96baab"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/NodeDefinition.php","status":"Hash Mismatch","expectedhash":"6339ba7c8766fb40b0c8976eea8a948b3775a826","actualhash":"b1e06538e9fade5f26d529461090184aff84c8db"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/TreeBuilder.php","status":"Hash Mismatch","expectedhash":"140307f79eb4886990ca56128109766dfaeaf42d","actualhash":"f2648cab6c5a5ca5b704ebccca3e93fd13e569e5"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/VariableNodeDefinition.php","status":"Hash Mismatch","expectedhash":"0543904ba988afb461136809ff5f14ce23b24536","actualhash":"d81c734e5bbdd8f2c0bc5f5f9c1fe8884d041c3c"},{"filename":"vendor\/symfony\/config\/Definition\/Dumper\/XmlReferenceDumper.php","status":"Hash Mismatch","expectedhash":"4b259a4aded8cbc38accd3d2db5f96ee7af51691","actualhash":"97a71dc450e0cfdff8e158bc9dc0baf8183edd36"},{"filename":"vendor\/symfony\/config\/Definition\/Dumper\/YamlReferenceDumper.php","status":"Hash Mismatch","expectedhash":"484e35905f48d6636c9c6375aeda055456bbc4a8","actualhash":"53eb99c028674ede88e1386c0b15af9ee5a3a3d3"},{"filename":"vendor\/symfony\/config\/DependencyInjection\/ConfigCachePass.php","status":"Hash Mismatch","expectedhash":"77c9cebbc17bfadeeadb2874be6b252f6431bf38","actualhash":"1b13e4a1373cf141cfeef6914aa9a558834fd7cf"},{"filename":"vendor\/symfony\/config\/Exception\/FileLoaderLoadException.php","status":"Hash Mismatch","expectedhash":"b53bb349ceda3a52c9a573b3bb14e294a949baee","actualhash":"6542087a475e449e631c92ded9bd7a27a6d181bb"},{"filename":"vendor\/symfony\/config\/ResourceCheckerConfigCache.php","status":"Hash Mismatch","expectedhash":"b1af5f8d9e57e6316a69630599e945ad73204673","actualhash":"d8c23980bbf39fde6a9c7acba58c798de6368371"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/ArrayNodeTest.php","status":"Hash Mismatch","expectedhash":"928426f2b88ace453a4dae1e8d3816e3c7da4836","actualhash":"e49104b7f5a2b6ebefae7b417bcff8c1339e6390"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Builder\/ArrayNodeDefinitionTest.php","status":"Hash Mismatch","expectedhash":"12e47970bfc5fbaec493fb3c88730a7b395071b9","actualhash":"bad1e491e884f5ef9d729ecd1dfe2dca39ba4b46"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Builder\/BooleanNodeDefinitionTest.php","status":"Hash Mismatch","expectedhash":"3dfa662662ceeca653ba4aeaa2899427c8cba87a","actualhash":"98025729d6b2a3bcdb8e50c02db7680312a51364"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Builder\/EnumNodeDefinitionTest.php","status":"Hash Mismatch","expectedhash":"7a7b3c45155b2ecf8fb41b5b736d4694b64029fa","actualhash":"c7b6625c0bb7c6c7f44e1f43ffa72731fd4685b4"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Dumper\/XmlReferenceDumperTest.php","status":"Hash Mismatch","expectedhash":"6edb6587318b1768b3b98b9ac77032921cc5f393","actualhash":"5a4869e8f725d0bfe72b6751a417865ae24a8e74"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Dumper\/YamlReferenceDumperTest.php","status":"Hash Mismatch","expectedhash":"0a271177461f5b330ac51bcb9cecc35ad4daa48f","actualhash":"3e24a3e0c95893207804ab9184bb39bea3854dc3"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/ScalarNodeTest.php","status":"Hash Mismatch","expectedhash":"3a9035fa6b7769cf8600543074213db6805fc331","actualhash":"3592050407719fceb086048be9ea113e17cca401"},{"filename":"vendor\/symfony\/config\/Tests\/DependencyInjection\/ConfigCachePassTest.php","status":"Hash Mismatch","expectedhash":"659103e9cec8d2395d1b0d7f2f4b3a47aacd699e","actualhash":"bad86f54d76630f7c20bc15a7847783665fe9dee"},{"filename":"vendor\/symfony\/config\/Tests\/Exception\/FileLoaderLoadExceptionTest.php","status":"Hash Mismatch","expectedhash":"091e452c358876cf4d94077865a32833ffaec8c7","actualhash":"4dc12edca0b2547498e2c1adae5214111b05fd87"},{"filename":"vendor\/symfony\/config\/Tests\/Fixtures\/BadParent.php","status":"Hash Mismatch","expectedhash":"87456ecea663abc2299d28b2f5de80824d123589","actualhash":"242749a63b505db4bf5c3c9d824693a41b8c0096"},{"filename":"vendor\/symfony\/config\/Tests\/Fixtures\/Configuration\/ExampleConfiguration.php","status":"Hash Mismatch","expectedhash":"55fbe925432c819fa5ddc7fd3e025e9aeb1f2aa6","actualhash":"fcb113ad2d802ecaf1477853a9e60ad706200e61"},{"filename":"vendor\/symfony\/config\/Tests\/ResourceCheckerConfigCacheTest.php","status":"Hash Mismatch","expectedhash":"def6159f05508e7decdcea29e1f56097c655f274","actualhash":"b52948206a723403db9de9811734efb2cc5d6997"},{"filename":"vendor\/symfony\/config\/Tests\/Util\/XmlUtilsTest.php","status":"Hash Mismatch","expectedhash":"b64fbcc545072694858a349001ff4b916c9835d5","actualhash":"cd9690df0739d4816b76cb1711db4ff57af7bcc5"},{"filename":"vendor\/symfony\/config\/Util\/XmlUtils.php","status":"Hash Mismatch","expectedhash":"98268be3330c7af6a52e1248e121ae25d98a2611","actualhash":"168a95b1bb2eefb96d82405038966fda93ae1917"},{"filename":"vendor\/symfony\/console\/Application.php","status":"Hash Mismatch","expectedhash":"4219de8afb1b7a65943e2c71c76a54aaf54d13b2","actualhash":"7237a836d7f75b5db84d334be74803a1bc8b3578"},{"filename":"vendor\/symfony\/console\/Command\/Command.php","status":"Hash Mismatch","expectedhash":"a7628613478a96566504e27c307ea82ead08337b","actualhash":"7ee2808b8c0e40c7d36005e3a0684523a3dbd348"},{"filename":"vendor\/symfony\/console\/Command\/LockableTrait.php","status":"Hash Mismatch","expectedhash":"ce04e7c8f379344b4afc24aa51a977f235216c86","actualhash":"b5aecdbe73c4e4f10e5dc84c73dcfc0c1cac974d"},{"filename":"vendor\/symfony\/console\/DependencyInjection\/AddConsoleCommandPass.php","status":"Hash Mismatch","expectedhash":"81aa37768beb8068e46332d12814305ff33d85a0","actualhash":"32899d758a548ff94c7432eff1db8434d0d0ab6a"},{"filename":"vendor\/symfony\/console\/Helper\/ProcessHelper.php","status":"Hash Mismatch","expectedhash":"612dd96e789a9a469caaddf531ae233cb5bb5f73","actualhash":"7b192a88170cc6b88d7be1e4b94817b9bc324277"},{"filename":"vendor\/symfony\/console\/Helper\/QuestionHelper.php","status":"Hash Mismatch","expectedhash":"6164fbc485ba1ce62fcb5ef78af9524c5f52e5f6","actualhash":"5518dca7c9d69c1b133267c2b636718fe0191b1f"},{"filename":"vendor\/symfony\/console\/Helper\/SymfonyQuestionHelper.php","status":"Hash Mismatch","expectedhash":"b7427369254d8fd27a2b15f37938eaa8d4ced703","actualhash":"82d5cd61b3e9abfd304fc3abb45048816ea5babe"},{"filename":"vendor\/symfony\/console\/Input\/ArgvInput.php","status":"Hash Mismatch","expectedhash":"c28b49b96d0584db395568d259a3f263d292fd74","actualhash":"8c475a89fac93195ccac90b5a12047a3175fe054"},{"filename":"vendor\/symfony\/console\/Logger\/ConsoleLogger.php","status":"Hash Mismatch","expectedhash":"82cbe62c5c595d1cb4d862b2f18d0f4b34af44ad","actualhash":"693d56b205fbff7530ddd75d1dea7693cbbfc3c8"},{"filename":"vendor\/symfony\/console\/Question\/Question.php","status":"Hash Mismatch","expectedhash":"0ea6c2d9a21a535f9348d9ac8bb97d6d84f05bd8","actualhash":"20d70ab4f33dcabdb6881300cfd30c6f69f3b6d3"},{"filename":"vendor\/symfony\/console\/Tests\/ApplicationTest.php","status":"Hash Mismatch","expectedhash":"542e64a13fb53d4ea80995daffd12c80e6d45524","actualhash":"1b1c6f4afa5c4445b31ded4e49cbbf0b161884cf"},{"filename":"vendor\/symfony\/console\/Tests\/Command\/CommandTest.php","status":"Hash Mismatch","expectedhash":"db1bda21291825c3d57b4a8e09a0e836885fe236","actualhash":"8cd2963ec1061ac0b328f55ca13d95b14ea0bbfc"},{"filename":"vendor\/symfony\/console\/Tests\/Command\/LockableTraitTest.php","status":"Hash Mismatch","expectedhash":"323598489e2cf8ad9765b34c8029a76aaeb937e8","actualhash":"1a3a0d03b9e95318dde62949d18993ad0c088613"},{"filename":"vendor\/symfony\/console\/Tests\/DependencyInjection\/AddConsoleCommandPassTest.php","status":"Hash Mismatch","expectedhash":"1786879af48bfd435129973a96c06e4a2340a0ed","actualhash":"d599b4f09d4d8d7f93a7eb437a2a5d74a5bfffe4"},{"filename":"vendor\/symfony\/console\/Tests\/Helper\/ProcessHelperTest.php","status":"Hash Mismatch","expectedhash":"d1ac182f7b58fa36dd1e3e13125d0c2375c7856f","actualhash":"62d9101fc2270ece3ca8421b939cb108635d0053"},{"filename":"vendor\/symfony\/console\/Tests\/Helper\/QuestionHelperTest.php","status":"Hash Mismatch","expectedhash":"083f20888f8f26f55501da1984364382c3546c91","actualhash":"7566210aef74a5e5c426419c4265666da5a53f3b"},{"filename":"vendor\/symfony\/console\/Tests\/Input\/ArgvInputTest.php","status":"Hash Mismatch","expectedhash":"2f4ed5af34a0ddc69e69ab93e1bb6757ce625366","actualhash":"17bd313203b12c96e06618a4c0a07ed12fc4295f"},{"filename":"vendor\/symfony\/console\/Tests\/Logger\/ConsoleLoggerTest.php","status":"Hash Mismatch","expectedhash":"9f230883b396607a2ddab9708c9268f63724ac97","actualhash":"3a1e8e6499973cf479afba3ff57b222b5ecb0463"},{"filename":"vendor\/symfony\/debug\/DebugClassLoader.php","status":"Hash Mismatch","expectedhash":"2210a1df803b87dade5bca9e1dc87c6881b1ba6b","actualhash":"357fca00b9484cd964abc56aa23c8c7ada44f065"},{"filename":"vendor\/symfony\/debug\/ErrorHandler.php","status":"Hash Mismatch","expectedhash":"3f14269ce599f3351a365203fe9fe2577aa28676","actualhash":"bf4eefa05bb769708f11e5575996d232dddfd678"},{"filename":"vendor\/symfony\/debug\/Tests\/DebugClassLoaderTest.php","status":"Hash Mismatch","expectedhash":"b057e0f417fa3e5e63c0887703a23f0b2a8bd699","actualhash":"7c25dcb61d12cefcb086258c4ec482ba099cbd9a"},{"filename":"vendor\/symfony\/debug\/Tests\/ErrorHandlerTest.php","status":"Hash Mismatch","expectedhash":"907a9f1c33ebcdd2efc4abda8110794951a67fa6","actualhash":"2eae6011a2f4bd163272034fa9429b21267913cf"},{"filename":"vendor\/symfony\/debug\/Tests\/Fixtures\/Throwing.php","status":"Hash Mismatch","expectedhash":"4669aae463e3445936fc1c1520ce330dc48693b2","actualhash":"8e23ac7d002a71d43c12f6561d4d627ffa57fc47"},{"filename":"vendor\/symfony\/filesystem\/Filesystem.php","status":"Hash Mismatch","expectedhash":"6b0f84045244448d2b375466bd31e48723b6a08a","actualhash":"78b20b4a584c25f84a93982e20ab45eb13452df3"},{"filename":"vendor\/symfony\/filesystem\/LockHandler.php","status":"Hash Mismatch","expectedhash":"60104f37114c7c5e56ec0bcbe99b9c5622e92813","actualhash":"97ea3e7ee52f17757aa424ba15a01f9318d68efe"},{"filename":"vendor\/symfony\/filesystem\/Tests\/FilesystemTest.php","status":"Hash Mismatch","expectedhash":"14378022360f74ede470da0de361dda7ce264764","actualhash":"5eaec66ad7c4e08384550cea788aaf774f8aed8c"},{"filename":"vendor\/symfony\/filesystem\/Tests\/LockHandlerTest.php","status":"Hash Mismatch","expectedhash":"c9d8770d9ec0ff3b9f8ec758b5e0ffe2324135e4","actualhash":"bc6bb697ddc0f2ab83a528eaaabc0eb47feb6a9f"},{"filename":"vendor\/symfony\/finder\/Finder.php","status":"Hash Mismatch","expectedhash":"cfec9f1b0c6d0a6daa1fe4ee7663de6efc1c886b","actualhash":"075885fca919427970267907e922a838cc71954e"},{"filename":"vendor\/symfony\/finder\/Iterator\/FilterIterator.php","status":"Hash Mismatch","expectedhash":"3215d3ec1deab6f98e5315689dee14dee203a89f","actualhash":"78f1fc07e99eed8a7f542490dc6501e5bc64f956"},{"filename":"vendor\/symfony\/finder\/Tests\/FinderTest.php","status":"Hash Mismatch","expectedhash":"687c4673667b0927b270c2276a74f7ef6302d9f3","actualhash":"3f567d0c88cdfaec57c9b9447d0f6151c100923b"},{"filename":"vendor\/symfony\/finder\/Tests\/Iterator\/FilterIteratorTest.php","status":"Hash Mismatch","expectedhash":"b385376b5017c3076cb7381211b79fddb6955b1a","actualhash":"f370581c824b8f9d85987748bdd77582d61046e6"},{"filename":"vendor\/symfony\/translation\/Command\/XliffLintCommand.php","status":"Hash Mismatch","expectedhash":"6a8e37a5def4ad7c6ae42da7e020217f357ad85e","actualhash":"6df536797d94ba5775c004ee61602be0dfd5f168"},{"filename":"vendor\/symfony\/translation\/DataCollector\/TranslationDataCollector.php","status":"Hash Mismatch","expectedhash":"921d83c45d130c046c865d113050a020871981e9","actualhash":"615ec4ab42d56a11ca16659b189a2bc1d2bb3557"},{"filename":"vendor\/symfony\/translation\/Dumper\/XliffFileDumper.php","status":"Hash Mismatch","expectedhash":"c231ec911d4f4a19463b0f8157e157acce1cb559","actualhash":"679f6037470762fee2718800cc6dd768c686ca64"},{"filename":"vendor\/symfony\/translation\/Dumper\/YamlFileDumper.php","status":"Hash Mismatch","expectedhash":"361183b57ffde6c78637fa4de2f906a4ae719c7f","actualhash":"667a0a34c3a2e72480d56227a8a8c74424180ca1"},{"filename":"vendor\/symfony\/translation\/Loader\/XliffFileLoader.php","status":"Hash Mismatch","expectedhash":"d1f181031b6411d72517da762951ed7069aaf7cf","actualhash":"2cb5ce9a251b2b17e3a07316310b76c533ad7070"},{"filename":"vendor\/symfony\/translation\/Loader\/YamlFileLoader.php","status":"Hash Mismatch","expectedhash":"ef2aeab0ad3aae0d54fe0d832ba61ac7d32204eb","actualhash":"795695d9c4dafa07e0deae97bc38c29212f9c66b"},{"filename":"vendor\/symfony\/translation\/Tests\/Dumper\/FileDumperTest.php","status":"Hash Mismatch","expectedhash":"339a9a232ba53c9293b9a32af64502389c06e83c","actualhash":"8e6543b1a80c833f47f034fabe8288394f30466a"},{"filename":"vendor\/symfony\/translation\/Tests\/Dumper\/XliffFileDumperTest.php","status":"Hash Mismatch","expectedhash":"511858389eeecaf868d8fa5083ae70cf8bb430eb","actualhash":"50e506f42600b7d937d394ad41322d364e62309a"},{"filename":"vendor\/symfony\/translation\/Tests\/Loader\/XliffFileLoaderTest.php","status":"Hash Mismatch","expectedhash":"167d7f1f7684511bd93e223ba32633422c5f8bf4","actualhash":"fee73954158b77783fc50eaea5578a1fd914c9b4"},{"filename":"vendor\/symfony\/translation\/Tests\/TranslatorTest.php","status":"Hash Mismatch","expectedhash":"c68ce8da4fd9019f0f2e1847dfa274f304c113bc","actualhash":"230912c5400351f58b894a7b5b2f40339696e75e"},{"filename":"vendor\/symfony\/translation\/Tests\/Writer\/TranslationWriterTest.php","status":"Hash Mismatch","expectedhash":"5e69c114dbef917511f2d8275c50548f7b25d722","actualhash":"ea3be8fb9033716f0c5938fc62cf47eeedaacf23"},{"filename":"vendor\/symfony\/translation\/Translator.php","status":"Hash Mismatch","expectedhash":"d65aebec514c1ea0aa37750709ec6f26eb2ae245","actualhash":"45f288fe59b2daa077d44197f86c18687f8262ec"},{"filename":"vendor\/symfony\/translation\/Writer\/TranslationWriter.php","status":"Hash Mismatch","expectedhash":"3ec352bd3074f921b2ce6d708747402c321c144e","actualhash":"af0eb7410a5d622437d1e80efc2ee2268d9bdcb2"},{"filename":"vendor\/symfony\/validator\/Constraints\/AbstractComparison.php","status":"Hash Mismatch","expectedhash":"51789d9015876f8dfbe031147a297224150ea1a1","actualhash":"0bb87c34046d424eab79fdd561d46c890ce99f38"},{"filename":"vendor\/symfony\/validator\/Constraints\/AbstractComparisonValidator.php","status":"Hash Mismatch","expectedhash":"2e0bef726de0eb1abeded571245d82cab26a0a4e","actualhash":"e071c8cec21d7272552a93cf2e0c8bbf1b216227"},{"filename":"vendor\/symfony\/validator\/Constraints\/ChoiceValidator.php","status":"Hash Mismatch","expectedhash":"d7d98b0d369e3eea3dbc396e03dd4271e9d87c2b","actualhash":"8abc9689c10d2d93c39cab0946ffbd1a1f3350f8"},{"filename":"vendor\/symfony\/validator\/Constraints\/ExpressionValidator.php","status":"Hash Mismatch","expectedhash":"f3d3ac3c4c6e6a9864c35b5d937236fb9a0522a6","actualhash":"550bac5ef83cb932ef23c4582a16045aec51cfe1"},{"filename":"vendor\/symfony\/validator\/Constraints\/Image.php","status":"Hash Mismatch","expectedhash":"6e016983eede35236e23fb1aedfc7d1830a76c7a","actualhash":"334570a24b73a631e8f767010b30417735073cbd"},{"filename":"vendor\/symfony\/validator\/Constraints\/ImageValidator.php","status":"Hash Mismatch","expectedhash":"3949e8f4de8de1ec55920d24e298271c9b5bc4bb","actualhash":"61312ed064667a1aacc4db41bbb57965d14b849b"},{"filename":"vendor\/symfony\/validator\/Constraints\/Url.php","status":"Hash Mismatch","expectedhash":"3b0e07e6e8d9c9ac951c0b476ce14dbc6682b9ff","actualhash":"8f6e264ab03c4abc88e5f9af8eacfa5de9ed8ca5"},{"filename":"vendor\/symfony\/validator\/Constraints\/UrlValidator.php","status":"Hash Mismatch","expectedhash":"7882434e427d3a0dbab77cae962b8f1bef51f75e","actualhash":"c0241ca737db51902f24c55e75f0aa892643c915"},{"filename":"vendor\/symfony\/validator\/Constraints\/Valid.php","status":"Hash Mismatch","expectedhash":"f33d12bedd57a6244c5724aa8f057dd441482fa3","actualhash":"800cb2fb22f85f925be5a9deeed73f7ba9edbee1"},{"filename":"vendor\/symfony\/validator\/Context\/ExecutionContext.php","status":"Hash Mismatch","expectedhash":"6df60c53ca2ab3a18ee9e496d4fadfa2bf16a94f","actualhash":"8fe459d6fb30b3ee8d43398d0670a5372f0acc3d"},{"filename":"vendor\/symfony\/validator\/Context\/ExecutionContextFactory.php","status":"Hash Mismatch","expectedhash":"e6a184859f9a70b2e4e54d1216b0c8914f670990","actualhash":"5e213aae4cba2d4cee91a2e457b3c351e67b0bd0"},{"filename":"vendor\/symfony\/validator\/Mapping\/GenericMetadata.php","status":"Hash Mismatch","expectedhash":"e5f2540eb808cce4cbfd7de2437183ab6ae6ab50","actualhash":"e5412fdd40a03c177859b60869f945e4bb8261f9"},{"filename":"vendor\/symfony\/validator\/Mapping\/Loader\/YamlFileLoader.php","status":"Hash Mismatch","expectedhash":"a5e4974b3b57ba4975f1e8fdde52e4cbb9e607de","actualhash":"785d01f33160d38af844507e8433e59af438309c"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/AbstractComparisonValidatorTestCase.php","status":"Hash Mismatch","expectedhash":"93c423c720ad5be9a676c4360b69dcfa68bdff72","actualhash":"e38e33cd74ff4e80aaa213b82691c735dfce1185"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/EqualToValidatorTest.php","status":"Hash Mismatch","expectedhash":"f3f4000d7e07b0197f83c8ff51e0642d18af03b2","actualhash":"0871b8fb3e8b6f98a1853b3816575d248bed58d4"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/ExpressionValidatorTest.php","status":"Hash Mismatch","expectedhash":"8d68a139c56023fd66daa7bffd1b764ef3bb3322","actualhash":"c9dfed10db8738d7e8fcdeb4c7db93ece49163ba"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/GreaterThanOrEqualValidatorTest.php","status":"Hash Mismatch","expectedhash":"2eebeaf99d99fa8fef7764d3913078fc0a38ed15","actualhash":"12616d31c5020b0af615947ab1e204d17830c1e2"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/GreaterThanValidatorTest.php","status":"Hash Mismatch","expectedhash":"603189999e36def42b35cda4d236ae6d0e5fbea3","actualhash":"ce92ad56c3add715bcc9665a49fc82cce14570fa"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/IdenticalToValidatorTest.php","status":"Hash Mismatch","expectedhash":"22d29ce0bb963ee15f136583721c0015ff534966","actualhash":"569172f7be1e195c8a8521768fca35a07dd3effe"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/ImageValidatorTest.php","status":"Hash Mismatch","expectedhash":"47fcbbb2769395832adf6c498d203b36ac491234","actualhash":"3011902eabeb0d33b20b06a34201a13294a2a41b"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/LessThanOrEqualValidatorTest.php","status":"Hash Mismatch","expectedhash":"b7bb31caa846f2b821225d117dc2f70b108bff62","actualhash":"eb31b04edd6b7bab8fbe67e32e36c65977dabb73"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/LessThanValidatorTest.php","status":"Hash Mismatch","expectedhash":"cbbab43b6e03f8f1ed16e4b00d5b104e7df8e565","actualhash":"c71aead215deeb14c554273e8cb839ffed0fe156"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/NotEqualToValidatorTest.php","status":"Hash Mismatch","expectedhash":"577e005be27261494d3632e0efc9d3629b91253b","actualhash":"6edf724393626a0b7e3820f66e1752f329776294"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/NotIdenticalToValidatorTest.php","status":"Hash Mismatch","expectedhash":"5f18c0794a42e035fcc262cfd5a6344db6a2df6c","actualhash":"da557b40ffd49cb74b76950a4010269729fbf161"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/UrlValidatorTest.php","status":"Hash Mismatch","expectedhash":"d999b64f7913ef58d77a165b9e5ce9d4e920017c","actualhash":"da2fd884993afd4912861aa633fd8844e3672b86"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/ValidTest.php","status":"Hash Mismatch","expectedhash":"de4005da9a0b7b2438ad92b1efe4a9365ab2cf74","actualhash":"ba8628966b9ca70d8781fa2013d08d47181d2551"},{"filename":"vendor\/symfony\/validator\/Tests\/Mapping\/Loader\/YamlFileLoaderTest.php","status":"Hash Mismatch","expectedhash":"c8054bd7171c42c18473d58cd2ac1b14a2d88221","actualhash":"ea3bbb3a841588ef0246e5acbe0fd8c922820261"},{"filename":"vendor\/symfony\/validator\/Tests\/Validator\/AbstractTest.php","status":"Hash Mismatch","expectedhash":"96882e8b10cb9b7debce3421499b2d73902a919c","actualhash":"a3718fad061e7f001b8ebc4a74300370d7815b7f"},{"filename":"vendor\/symfony\/validator\/Validator\/RecursiveContextualValidator.php","status":"Hash Mismatch","expectedhash":"95b24b31df671d38a8f871fe60128bd0c920b72c","actualhash":"e7c081e8d49f596ead977f3e0426520853250b83"},{"filename":"vendor\/symfony\/validator\/Violation\/ConstraintViolationBuilder.php","status":"Hash Mismatch","expectedhash":"a1e64e3dc7734795b94a8173873b9b2784abc662","actualhash":"d8f25fa1713289ea95b1413a8b42903b353b8d8f"},{"filename":"vendor\/symfony\/yaml\/Command\/LintCommand.php","status":"Hash Mismatch","expectedhash":"dc5a51aadf95e483eafffdeb69c6bb739ef95ade","actualhash":"1431e8bd942e54b56c0819173dba39516de59b74"},{"filename":"vendor\/symfony\/yaml\/Dumper.php","status":"Hash Mismatch","expectedhash":"8a61d9d1eb993fe831f8e96dd0b87b08c44e9052","actualhash":"844d6e08d4d07b143013b041ce1c5c9e5f67b12d"},{"filename":"vendor\/symfony\/yaml\/Inline.php","status":"Hash Mismatch","expectedhash":"8e9832c454c11383f0a771ee8a57ee11cae3b5ed","actualhash":"dfb8962310a399a079fb8b0f48689c4f62e92479"},{"filename":"vendor\/symfony\/yaml\/Parser.php","status":"Hash Mismatch","expectedhash":"1866476f3969c059277886dc29935330bf9827fd","actualhash":"4b11c66166732f7c7fa4db5859183b89097f63ba"},{"filename":"vendor\/symfony\/yaml\/Tests\/Command\/LintCommandTest.php","status":"Hash Mismatch","expectedhash":"cd1bd5627f3ba00e409904f6300ca46469216d47","actualhash":"93904e26d828ebe555d56b6655a0fd2f0627f0e6"},{"filename":"vendor\/symfony\/yaml\/Tests\/DumperTest.php","status":"Hash Mismatch","expectedhash":"9c74b0a0bf4a28b77757b504c1d92d4763570157","actualhash":"dd35213d1bddece689958cc5fc0e19b92658c14c"},{"filename":"vendor\/symfony\/yaml\/Tests\/InlineTest.php","status":"Hash Mismatch","expectedhash":"685e32d7a74401ff725f623a3f90d926350d0cd2","actualhash":"166c2d7cca1b6f0610e6c8af7002d05b32ca5cba"},{"filename":"vendor\/symfony\/yaml\/Tests\/ParserTest.php","status":"Hash Mismatch","expectedhash":"8823841306f242714ee09f3e797351123fea89a5","actualhash":"bc5885a298f076ac597e38114e48b8059ec26e14"},{"filename":"vendor\/symfony\/yaml\/Yaml.php","status":"Hash Mismatch","expectedhash":"f2ec1d95e46c872962740ab625589c37b6e267af","actualhash":"f79a231e0f20e69aae1cd9b48729fb3ac184baf2"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Adapter\/GeoIP2Adapter.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Dumper.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/GeoJson.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Gpx.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Kml.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Wkb.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Wkt.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/ChainNoResult.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/CollectionIsEmpty.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/Exception.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/ExtensionNotLoaded.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/FunctionNotFound.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/HttpError.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/InvalidArgument.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/InvalidCredentials.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/NoResult.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/ProviderNotRegistered.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/QuotaExceeded.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/UnexpectedValue.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/UnsupportedOperation.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Formatter\/StringFormatter.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Geocoder.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Address.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AddressCollection.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AddressFactory.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AdminLevel.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AdminLevelCollection.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Bounds.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Coordinates.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Country.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/AbstractHttpProvider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/AbstractProvider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/ArcGISOnline.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/BingMaps.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Chain.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/FreeGeoIp.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Geoip.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GeoIP2.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GeoIPs.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Geonames.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GeoPlugin.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GoogleMaps.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GoogleMapsBusiness.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/HostIp.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/IpInfoDb.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/LocaleAwareProvider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/LocaleTrait.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/MapQuest.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/MaxMind.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/MaxMindBinary.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Nominatim.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/OpenCage.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/OpenStreetMap.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Provider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/TomTom.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Yandex.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/ProviderAggregator.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/TimedGeocoder.php","status":"File Missing"},{"filename":"locale\/js\/ar_EG.js","status":"Hash Mismatch","expectedhash":"47acb42fcad44c66281fd7464a6440d226988430","actualhash":"72a2e04926e4abbe92abf1f36aac0a2ffbee0ad9"},{"filename":"locale\/js\/de_DE.js","status":"Hash Mismatch","expectedhash":"811e4d183ce2f6eefeeb5b52c6ed68fe7e216677","actualhash":"cf2deebedd4c560526f25a9e05a787e4a4e1c2bb"},{"filename":"locale\/js\/es_ES.js","status":"Hash Mismatch","expectedhash":"d58c898471cfded57ff66852f8955917d8fdabd9","actualhash":"ed5f81be59d334b0e47ab7491915e8a59cdcf285"},{"filename":"locale\/js\/fr_FR.js","status":"Hash Mismatch","expectedhash":"e26a6b5dcca542f28b8e64ee23198f00add85e44","actualhash":"69d8200d262608907c817e10ac281bffb19c00af"},{"filename":"locale\/js\/hu_HU.js","status":"Hash Mismatch","expectedhash":"aa43133d0ef81dddf8fdf14fe74a7778975812e8","actualhash":"18f9cf706456a038ed1504f4b53bc5b966a2fd94"},{"filename":"locale\/js\/id_ID.js","status":"Hash Mismatch","expectedhash":"0322127870b3942a8d9dfb6ea415f94759722e8f","actualhash":"e9370154830fc5fc1a92e162270dca097939ff87"},{"filename":"locale\/js\/it_IT.js","status":"Hash Mismatch","expectedhash":"fba9686dcc1165b501c6929a7a2abad6ceb1e1cf","actualhash":"67b9f555b40b2dc66432951eacb32988dae29426"},{"filename":"locale\/js\/nb_NO.js","status":"Hash Mismatch","expectedhash":"4992b828b621b282907f1857f86a160dea3431b7","actualhash":"9d55c6068d1f7ff8838d0843ae8bb8976f5575f3"},{"filename":"locale\/js\/nl_NL.js","status":"Hash Mismatch","expectedhash":"d37548b74ce60b9de8c71bee20846eb58b1a2651","actualhash":"f4cd68eaa03068c6b710f42f707175ff2106e91a"},{"filename":"locale\/js\/pl_PL.js","status":"Hash Mismatch","expectedhash":"435a507b14ccc308b135d85649ef8c871f128aff","actualhash":"25cdfa0b8adda522fdd4e819202fbc6b3c75580c"},{"filename":"locale\/js\/pt_BR.js","status":"Hash Mismatch","expectedhash":"29cdc796905de664fe569f71107bfe7d0e238a00","actualhash":"74d3caa59c030a99a21802b7ba122a9da4cc614e"},{"filename":"locale\/js\/ro_RO.js","status":"Hash Mismatch","expectedhash":"598166ba1e6fe78bbf42748831e3166ca2e79ea5","actualhash":"c0c3702403b6e579a4148d453c8160136f14454a"},{"filename":"locale\/js\/ru_RU.js","status":"Hash Mismatch","expectedhash":"366ce50ab95387b63a7f393be336387a412c6634","actualhash":"c8e2f916e8ea9c594257fb6045cd33f15dc838f9"},{"filename":"locale\/js\/sq_AL.js","status":"Hash Mismatch","expectedhash":"5365da335dbd1eb31748fcce9fccea51cb384cd6","actualhash":"0ca0bdba14f24e5a5e437fb7ec394740c78e4626"},{"filename":"locale\/js\/sv_SE.js","status":"Hash Mismatch","expectedhash":"383ec1c22cb6287bcfb8adb72caeb877856da16b","actualhash":"186701e6c17ee0fa9f978d0aade9eab7003b6d64"},{"filename":"locale\/js\/vi_VN.js","status":"Hash Mismatch","expectedhash":"e69aa55dbd451dc3eb1a636f98c63fcfe9118870","actualhash":"0304484be338f89628d1d159f94805970abf5a55"},{"filename":"locale\/js\/zh_CN.js","status":"Hash Mismatch","expectedhash":"c950c9a9669bf0beb1dcd5a4522320839568daf9","actualhash":"10910efc7ba818072edca141e52c0bed2a399152"},{"filename":"locale\/js\/zh_TW.js","status":"Hash Mismatch","expectedhash":"e03fd063b3db8f12d37a4aa0c399c61ec8daddbc","actualhash":"812c0e7fc9b252cc46704688ca6221f3a5e714b9"},{"filename":"skin\/adminlte\/plugins\/jQueryUI\/jquery-ui.js","status":"File Missing"},{"filename":"skin\/adminlte\/plugins\/jQueryUI\/jquery-ui.min.js","status":"File Missing"},{"filename":"skin\/bootbox\/bootbox.min.js","status":"File Missing"},{"filename":"skin\/bootstrap-toggle\/bootstrap-toggle.js","status":"File Missing"},{"filename":"skin\/bootstrap-validator\/validator.min.js","status":"File Missing"},{"filename":"skin\/fastclick\/fastclick.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/fullcalendar.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/fullcalendar.min.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/gcal.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/locale-all.js","status":"File Missing"},{"filename":"skin\/i18next\/i18next.min.js","status":"File Missing"},{"filename":"skin\/i18next\/i18nextXHRBackend.min.js","status":"File Missing"},{"filename":"skin\/jquery-photo-uploader\/PhotoUploader.js","status":"File Missing"},{"filename":"skin\/js\/CRMJSOM.js","status":"Hash Mismatch","expectedhash":"285cad646cf20b0c3a3c6047c5cc5a9634958c7c","actualhash":"ca734bcb6877ae500430dae73c4de4ce6a4a3cc7"},{"filename":"skin\/js\/FamilyVerify.js","status":"Hash Mismatch","expectedhash":"3956108d27c44b0c7e08dcaf8a085de5e6891030","actualhash":"900fcb4b41754d91485276618a5b7232a6e9d6cf"},{"filename":"skin\/js\/FamilyView.js","status":"Hash Mismatch","expectedhash":"decbb798753d4d43bc8b5c628e50eaf1a3a4cd83","actualhash":"1a0e097cbf952ac25c8158deed6730a6d54d7fa2"},{"filename":"skin\/js\/Footer.js","status":"Hash Mismatch","expectedhash":"073a3bd9e95ffeb9512d7ce6bfd1e0035327b9da","actualhash":"480a2aabb63be0ed03fa8da053ea44428a2fb3e2"},{"filename":"skin\/js\/GroupEditor.js","status":"Hash Mismatch","expectedhash":"b071a11bc52afb17177074fc3db706e17d05234d","actualhash":"460ef536cba0243437e5316f48ed903f8c71ad24"},{"filename":"skin\/js\/GroupList.js","status":"Hash Mismatch","expectedhash":"2573c5db2a1ae248d9f1618d7a9c68d9693a3ac8","actualhash":"c647b29bf0185d7ee30b966fed82155045dc0665"},{"filename":"skin\/js\/GroupRoles.js","status":"Hash Mismatch","expectedhash":"f0747a02405bf0af59ac7b9bdc2fc069a2c6bad4","actualhash":"b580836cd7e872a1cc63941116c7f9d1d6c0c2b6"},{"filename":"skin\/js\/GroupView.js","status":"Hash Mismatch","expectedhash":"9e364f1c057ae4fb8fdf84dede9b9fa2dc4b07e3","actualhash":"9ccc59aa7eb2f29c21d01582836fe55b76575911"},{"filename":"skin\/js\/KioskJSOM.js","status":"Hash Mismatch","expectedhash":"97d6c91f56bb8248285be7a4a54eb1cfd45f8da5","actualhash":"b0fe872746245d629ac4016cc76f2cae4d95fcdc"},{"filename":"skin\/js\/PersonView.js","status":"Hash Mismatch","expectedhash":"fc742909dcb19c1df7afd8e10d9081b892350b7f","actualhash":"91a997396125c4dff05eda1c2424f164891dffdd"},{"filename":"skin\/js\/SystemSettings.js","status":"Hash Mismatch","expectedhash":"4d0409e9c8a9eb3031d3cb2db22902062bcc6493","actualhash":"452bde5505da46370412b64480a95b098587d1f0"},{"filename":"skin\/moment\/locales.js","status":"File Missing"},{"filename":"skin\/moment\/locales.min.js","status":"File Missing"},{"filename":"skin\/moment\/moment-with-locales.js","status":"File Missing"},{"filename":"skin\/moment\/moment-with-locales.min.js","status":"File Missing"},{"filename":"skin\/moment\/moment.min.js","status":"File Missing"},{"filename":"skin\/randomcolor\/randomColor.js","status":"File Missing"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_status | Family Photos are not showing up | https://api.github.com/repos/ChurchCRM/CRM/issues/3811/comments | 1 | 2017-12-28T15:33:32Z | 2017-12-28T17:18:41Z | https://github.com/ChurchCRM/CRM/issues/3811 | 284,937,517 | 3,811 |
[
"ChurchCRM",
"CRM"
] | this is an issue where the table supports more than just person but it is used for family and group | RecordProperty is mapped as PersonProperty | https://api.github.com/repos/ChurchCRM/CRM/issues/3806/comments | 0 | 2017-12-28T00:41:36Z | 2018-01-01T20:06:39Z | https://github.com/ChurchCRM/CRM/issues/3806 | 284,819,342 | 3,806 |
[
"ChurchCRM",
"CRM"
] | need be admin to use the properties/person apis
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php
Screen Size |2160x3840
Window Size |942x1904
Page Size |942x1904
Platform Information | Linux ChurchCRM 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.4
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"Signature definition File Missing"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Assign Properties works for Admin Only | https://api.github.com/repos/ChurchCRM/CRM/issues/3805/comments | 0 | 2017-12-28T00:40:23Z | 2018-01-01T23:33:06Z | https://github.com/ChurchCRM/CRM/issues/3805 | 284,819,247 | 3,805 |
[
"ChurchCRM",
"CRM"
] | When the year isn't filled in, the birthday won't show on the person's profile.
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php
Screen Size |800x1280
Window Size |669x1280
Page Size |947x1280
Platform Information | Linux IDAE001 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"skin\/external\/bootstrap-show-password\/bootstrap-show-password.min.js","status":"Hash Mismatch","expectedhash":"8d8930f23572c25495efd3aa8d325e0d9e657274","actualhash":"f38c7314496294759001a788f395695e29ab2822"},{"filename":"skin\/external\/moment\/locales.js","status":"Hash Mismatch","expectedhash":"a7bc201f4e2ba01d46d29788e9d6cf50ca93b645","actualhash":"890f0d8a0ede0bd6c64873f996b84fb90e734ba5"},{"filename":"skin\/external\/moment\/locales.min.js","status":"Hash Mismatch","expectedhash":"dd906bb079fca3dadc9adfa9d8e50a7eca52fca3","actualhash":"fe61cf0385511585dfb80e3b81c31ea72adad892"},{"filename":"skin\/external\/moment\/moment-with-locales.js","status":"Hash Mismatch","expectedhash":"17d4761e4a6af52a17135e9231de41863fe91ebf","actualhash":"de3216d7f72162ab8cdcfb7ccc6ba378430f573a"},{"filename":"skin\/external\/moment\/moment-with-locales.min.js","status":"Hash Mismatch","expectedhash":"20f98b7cefb7c0b64930f31295e9c951bba5b099","actualhash":"65d884b0bf4d844b833e30844548a9236b115737"},{"filename":"skin\/external\/moment\/moment.min.js","status":"Hash Mismatch","expectedhash":"be77f56414cb9676235f714eccd18d8757c58acd","actualhash":"e2aa579ffbacc766f4afe69bcc44078da6917834"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Birthday not shown if missing year or "Hide Age" | https://api.github.com/repos/ChurchCRM/CRM/issues/3804/comments | 1 | 2017-12-27T22:06:33Z | 2018-01-01T19:09:28Z | https://github.com/ChurchCRM/CRM/issues/3804 | 284,804,053 | 3,804 |
[
"ChurchCRM",
"CRM"
] | The Google Profiles "generic image" should be ignored when pulling externally
Collected Value Title | Data
----------------------|----------------
Page Name |/SelectList.php
Screen Size |1024x1280
Window Size |918x1280
Page Size |4274x1280
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.26-2+ubuntu16.04.1+deb.sury.org+2
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Person / Family images should ignore external service \"default image\" | https://api.github.com/repos/ChurchCRM/CRM/issues/3803/comments | 0 | 2017-12-27T22:05:35Z | 2024-05-17T07:38:42Z | https://github.com/ChurchCRM/CRM/issues/3803 | 284,803,932 | 3,803 |
[
"ChurchCRM",
"CRM"
] | When parsing NDRs from bulk-sent email, it would be useful to be able to search by email address in ChurchCRM to identify invalid addresses.
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |1050x1680
Window Size |944x1680
Page Size |1713x1680
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.26-2+ubuntu16.04.1+deb.sury.org+2
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Search does not look in email address field | https://api.github.com/repos/ChurchCRM/CRM/issues/3801/comments | 0 | 2017-12-27T21:07:32Z | 2017-12-27T22:55:46Z | https://github.com/ChurchCRM/CRM/issues/3801 | 284,796,199 | 3,801 |
[
"ChurchCRM",
"CRM"
] | I have noticed that the size of a person's profile picture **when presented in a list format** will vary depending on the page:
- Menu.php: 85x85px
- SelectList.php: 40x40px
- GroupView.php: 40x40px
- SundaySchoolClassView.php: 30x30px (students)
Profile pictures are rendered in other ways (i.e. PersonView.php, FamilyView.php, Header.php, SundaySchoolClassView (for teachers), but I am only addressing the various list views.
My personal preference is that 30x30 and 40x40 are too small. I'd like all list views to be standardized to 85x85px but I thought we could create a System Setting either under _People Setup_ or _System Settings_ called `iProfilePictureListSize`. I would propose a dropdown list offering a range of sizes to choose from which would be applied uniformly in all the pages.



| Enable customization of profile picture sizes | https://api.github.com/repos/ChurchCRM/CRM/issues/3796/comments | 4 | 2017-12-27T16:13:56Z | 2017-12-31T06:16:35Z | https://github.com/ChurchCRM/CRM/issues/3796 | 284,752,000 | 3,796 |
[
"ChurchCRM",
"CRM"
] | In ChurchCRM, after clicking Calendar bar in Menu I receive:
Error making API Call to: /api/calendar/events?start=2017-11-26&end=2018-01-07&_=1514375412521
Error text: Malformed UTF-8 characters, possibly incorrectly encoded
Stack Trace:
[
"#0 /api/routes/calendar.php(9): Slim\\Http\\Response->withJson(Array)",
"#1 [internal function]: Closure->{closure}(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)",
"#2 /vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(41): call_user_func(Object(Closure), Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)",
"#3 /vendor/slim/slim/Slim/Route.php(325): Slim\\Handlers\\Strategies\\RequestResponse->__invoke(Object(Closure), Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)",
"#4 /vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\Route->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#5 /vendor/slim/slim/Slim/Route.php(297): Slim\\Route->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#6 /vendor/slim/slim/Slim/App.php(443): Slim\\Route->run(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#7 /vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\App->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#8 /vendor/slim/slim/Slim/App.php(337): Slim\\App->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#9 /vendor/slim/slim/Slim/App.php(298): Slim\\App->process(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#10 /api/index.php(61): Slim\\App->run()",
"#11 {main}"
]
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |768x1366
Window Size |628x1366
Page Size |979x1366
Platform Information | Linux v433.home.net.pl 4.0.6 brocade-gut #36 SMP Thu May 19 16:53:59 CEST 2016 x86_64
PHP Version | 7.1.12
SQL Version | 5.7.19-17-log
ChurchCRM Version |2.8.10
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |Missing Prerequisites: ["Mod Rewrite"]
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"vendor\/guzzle\/guzzle\/src\/Guzzle\/Service\/Command\/LocationVisitor\/Response\/AbstractResponseVisitor.php","status":"Hash Mismatch","expectedhash":"d3f68302234c2458cb90ecd253dc3ca501edeaf2","actualhash":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},{"filename":"vendor\/mustache\/mustache\/test\/fixtures\/autoloader\/NonMustacheClass.php","status":"Hash Mismatch","expectedhash":"6366f14d3d5c904f9c0534ca390b851347c110f7","actualhash":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},{"filename":"vendor\/nikic\/fast-route\/src\/DataGenerator\/CharCountBased.php","status":"Hash Mismatch","expectedhash":"663cb00b7c5933ca58dd0ca30699a2dd5353e538","actualhash":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},{"filename":"vendor\/propel\/propel\/src\/Propel\/Generator\/Builder\/Om\/ExtensionObjectBuilder.php","status":"Hash Mismatch","expectedhash":"5a06d8cdd96700e25fdf4b881d93f097e187701a","actualhash":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},{"filename":"vendor\/propel\/propel\/src\/Propel\/Generator\/Builder\/Om\/ExtensionQueryBuilder.php","status":"Hash Mismatch","expectedhash":"8c946e2e8fc2dc6ec35a4f2be2cbef90aa8f7cb1","actualhash":"da39a3ee5e6b4b0d3255bfef95601890afd80709"}]}
| Error just after calendar is opened | https://api.github.com/repos/ChurchCRM/CRM/issues/3795/comments | 2 | 2017-12-27T11:51:30Z | 2023-11-01T17:37:33Z | https://github.com/ChurchCRM/CRM/issues/3795 | 284,708,855 | 3,795 |
[
"ChurchCRM",
"CRM"
] | Trying to upgrade from /UpgradeCRM.php in ChurchCRM 2.9.2.
Clicked "Generate Database Backup" button and the "processing" icon rotates indefinitely. Browser tools return the following message:
Failed to load /api/database/backup resource: the server responded with a status of 500 (Internal Server Error)
Collected Value Title | Data
----------------------|----------------
Page Name |/database/Menu.php
Screen Size |1080x1920
Window Size |974x1920
Page Size |1407x1920
Platform Information | Linux p3plcpnl0965.prod.phx3.secureserver.net 2.6.32-773.26.1.lve1.4.43.el6.x86_64 #1 SMP Mon Oct 30 02:31:47 EDT 2017 x86_64
PHP Version | 7.1.11
SQL Version | 5.6.36-cll-lve
ChurchCRM Version |2.9.0
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |Missing Prerequisites: ["Mod Rewrite"]
Integrity check status |{"status":"success"}
| Upgrade from 2.9.2 not working | https://api.github.com/repos/ChurchCRM/CRM/issues/3794/comments | 10 | 2017-12-27T00:44:59Z | 2023-11-01T17:37:33Z | https://github.com/ChurchCRM/CRM/issues/3794 | 284,627,327 | 3,794 |
[
"ChurchCRM",
"CRM"
] | Whenever I try to view People and click on Display 200 or 500, we get HTTP 500 error page. For numbers below 200, no issue.
Collected Value Title | Data
----------------------|----------------
Page Name |/lnpdb/SelectList.php
Screen Size |1080x1920
Window Size |963x1920
Page Size |1384x1920
Platform Information | Linux lnpdbsrv01 4.4.0-104-generic #127-Ubuntu SMP Mon Dec 11 12:16:42 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
Prerequisite Status |All Prerequisites met
Integrity check status |
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_status | HTTP 500 error on Displaying 200 or 500 people | https://api.github.com/repos/ChurchCRM/CRM/issues/3793/comments | 1 | 2017-12-26T12:49:08Z | 2017-12-26T17:06:23Z | https://github.com/ChurchCRM/CRM/issues/3793 | 284,551,035 | 3,793 |
[
"ChurchCRM",
"CRM"
] | Whenever I try to view People and click on Display 200 or 500, we get HTTP 500 error page. For numbers below 200, no issue.
Collected Value Title | Data
----------------------|----------------
Page Name |/lnpdb/SelectList.php
Screen Size |1080x1920
Window Size |963x1920
Page Size |1384x1920
Platform Information | Linux lnpdbsrv01 4.4.0-104-generic #127-Ubuntu SMP Mon Dec 11 12:16:42 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
Prerequisite Status |All Prerequisites met
Integrity check status |
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_status | HTTP 500 error on Displaying 200 or 500 people | https://api.github.com/repos/ChurchCRM/CRM/issues/3792/comments | 0 | 2017-12-26T12:49:07Z | 2019-08-27T02:29:33Z | https://github.com/ChurchCRM/CRM/issues/3792 | 284,551,029 | 3,792 |
[
"ChurchCRM",
"CRM"
] | add to cart from query view page not working.
to reproduce.
1. Data/Reports Menu > Query Menu
2. Select All members query
3. click on add to cart.
Nothing happens.
Add to cart from family/person page is working.
Collected Value Title | Data
----------------------|----------------
Page Name |/QueryView.php
Screen Size |1440x2560
Window Size |1329x2560
Page Size |1615x2560
Platform Information | Linux ChurchCRM 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"Signature definition File Missing"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | [Bug] add to cart from query view page not working | https://api.github.com/repos/ChurchCRM/CRM/issues/3791/comments | 1 | 2017-12-26T07:05:56Z | 2020-10-13T20:48:39Z | https://github.com/ChurchCRM/CRM/issues/3791 | 284,505,987 | 3,791 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
a unique email address for people. right now we don't have a check to ensure an email address is unique.
We need a report to check for email uniqueness and an AJAX call to check it on the edit pages.
#### What version of ChurchCRM are you running?
2.9.3 | Unique email address | https://api.github.com/repos/ChurchCRM/CRM/issues/3787/comments | 0 | 2017-12-25T18:34:21Z | 2018-03-31T20:27:05Z | https://github.com/ChurchCRM/CRM/issues/3787 | 284,463,889 | 3,787 |
[
"ChurchCRM",
"CRM"
] | All API routes must return content via the ```$request``` object.
Some routes currently use echo, and this will break when used by the new auth middleware
- [ ] Finance-Deposit
- [ ] Fiance-Payment
- [ ] People Families
- [ ] People Groups
- [ ] System Datatbase | All API output must use $response object | https://api.github.com/repos/ChurchCRM/CRM/issues/3785/comments | 1 | 2017-12-24T18:43:43Z | 2023-12-04T01:56:54Z | https://github.com/ChurchCRM/CRM/issues/3785 | 284,377,276 | 3,785 |
[
"ChurchCRM",
"CRM"
] | This is to be used in Settings and Other Dropdown lists via Select2
This will also allow other states to work outside the US/CA | Create APIs for Country List and State List | https://api.github.com/repos/ChurchCRM/CRM/issues/3781/comments | 0 | 2017-12-24T16:12:18Z | 2017-12-24T19:53:53Z | https://github.com/ChurchCRM/CRM/issues/3781 | 284,370,914 | 3,781 |
[
"ChurchCRM",
"CRM"
] | In general settings/localization
Change sDateFormatLong to j/m/y g:i a
On person profile, about me the date is displayed as:
J December y g:i a
On all other pages displays:
2017-12-24 10:25:28
Collected Value Title | Data
----------------------|----------------
Page Name |/master/PersonView.php
Screen Size |640x360
Window Size |278x360
Page Size |1542x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.3
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Imcorrect Date formatting | https://api.github.com/repos/ChurchCRM/CRM/issues/3780/comments | 0 | 2017-12-24T16:03:36Z | 2024-05-17T07:39:07Z | https://github.com/ChurchCRM/CRM/issues/3780 | 284,370,497 | 3,780 |
[
"ChurchCRM",
"CRM"
] | We don't log a note to list that someone added/removed a person from a group
#### On what page in the application did you find this issue?
Person View
| Add Timeline log of Group Add/Remove | https://api.github.com/repos/ChurchCRM/CRM/issues/3777/comments | 1 | 2017-12-23T20:12:14Z | 2017-12-25T18:09:38Z | https://github.com/ChurchCRM/CRM/issues/3777 | 284,324,534 | 3,777 |
[
"ChurchCRM",
"CRM"
] | error in the API URL listing group Id is undefined
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php
Screen Size |1080x2560
Window Size |949x2560
Page Size |1024x2560
Platform Information | Linux dawoudio-churchcrm-5502615 4.9.17-c9 #1 SMP Thu Mar 23 01:38:54 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu14.04.1+deb.sury.org+1
SQL Version | 5.5.57-0ubuntu0.14.04.1
ChurchCRM Version |2.9.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"api\/index.php","status":"Hash Mismatch","expectedhash":"b5ea366c255ef332735204d8eecc8f90f148e9b7","actualhash":"7b3880654845c0d1f997441f5f23b72949cb6022"},{"filename":"api\/routes\/calendar.php","status":"Hash Mismatch","expectedhash":"57299411b679229860e72fcc8e69d0e2ae095810","actualhash":"f99d2bc36ec07293df387014aeeb6a198e21b4c4"},{"filename":"api\/routes\/cart.php","status":"Hash Mismatch","expectedhash":"07789a78b186ca0e2f8e242d322c762d95cf41cb","actualhash":"c9a85f92e19b79288e91deb995afd841d8f4c541"},{"filename":"api\/routes\/database.php","status":"Hash Mismatch","expectedhash":"7ba92625f49f777c7bf6886b9f92da7b3caefcaf","actualhash":"52d6c57fcffd71ad5298c1162743af92886cf1ba"},{"filename":"api\/routes\/events.php","status":"Hash Mismatch","expectedhash":"df324afb8710f9abde18fc155b60240dcbed8d71","actualhash":"6506f490e3728ff74d8864924c596ad55a3f75a6"},{"filename":"api\/routes\/families.php","status":"Hash Mismatch","expectedhash":"456410fdf6645362dad4cf067fbffff387fe3ba0","actualhash":"59b1ac09512701a0e5059bed532dc64213d67a2e"},{"filename":"api\/routes\/groups.php","status":"Hash Mismatch","expectedhash":"d7a05ed6291a62dab7bcac85fba6bf1b6c06800a","actualhash":"6a2428bfa20fb1550f0ac1e4b543ccdf7550bf10"},{"filename":"api\/routes\/persons.php","status":"Hash Mismatch","expectedhash":"f8517de1ff896296231c2ae5c6de2d8ccf8cdfa5","actualhash":"f70a018fe89c7d874e77465578247040a70a7eae"},{"filename":"api\/routes\/register.php","status":"Hash Mismatch","expectedhash":"83fc78eeeca2b6b08640f1ad471b01fc4d3ff8cd","actualhash":"5f1d3e52e14449b779156bb175490b95072c48d0"},{"filename":"api\/routes\/search.php","status":"Hash Mismatch","expectedhash":"bc9b8a9b3b7fb74d30c1998c734a5d23ce03326f","actualhash":"91a58240600fd66a0fe6e4e97001945412be4358"},{"filename":"AutoPaymentEditor.php","status":"Hash Mismatch","expectedhash":"19fcfaedc79406337a5745eeeab56fb0a0822a6e","actualhash":"db0085d760204da8e1f02342f0889c7d857293b0"},{"filename":"BackupDatabase.php","status":"Hash Mismatch","expectedhash":"e9d984c69b766c0fe09f3faa59a1717ddb1b461f","actualhash":"39374a8ebf27fd331abc10f188ee63628db9082c"},{"filename":"bin\/google-map\/GoogleMap.php","status":"Hash Mismatch","expectedhash":"d3aa0652c7d155bf7a2de8eefd12a6865ae5e908","actualhash":"aeebdb1f5a93311f1d0c12af078b04fe7efab701"},{"filename":"calendar.php","status":"Hash Mismatch","expectedhash":"0eff74762622f7da7d8536df729fee6dd996376c","actualhash":"ba059aeb021079f40d7c43bcd35129447aaf1b77"},{"filename":"CartToGroup.php","status":"Hash Mismatch","expectedhash":"d44c156b221e6824daca5eef45bfddc55610cc2b","actualhash":"fb7995bd1afb024b437317e64ece2154c9caeda8"},{"filename":"CartView.php","status":"Hash Mismatch","expectedhash":"cbb1ef10ae85f26aea017c787ba4b8cd12dbd617","actualhash":"51d9dde8ecb8ed9eab4220d2ffa13e6585f9f5fd"},{"filename":"Checkin.php","status":"Hash Mismatch","expectedhash":"c9a7ab39238f715e30120cf1a57f5b85053a91f3","actualhash":"416df41411d5d4368989c391bbe82086aa47f39a"},{"filename":"CheckVersion.php","status":"File Missing"},{"filename":"ChurchCRM\/dto\/Cart.php","status":"Hash Mismatch","expectedhash":"b41cf1ac346e1afcd0983779ad2117129605dd26","actualhash":"b17c2c115965592ed51b044c3f0042a8818ac685"},{"filename":"ChurchCRM\/dto\/Photo.php","status":"Hash Mismatch","expectedhash":"3b756531c47713910ac4bac7f269eec8966f0736","actualhash":"6c26d8b668ae997ef9378c2d7b866ef4d43087a4"},{"filename":"ChurchCRM\/dto\/SystemConfig.php","status":"Hash Mismatch","expectedhash":"621d60fc19a4f88dc40889d4a1873725d362b070","actualhash":"1f8a9256d6e2017bc134690dc0c4415f5e519adc"},{"filename":"ChurchCRM\/dto\/SystemURLs.php","status":"Hash Mismatch","expectedhash":"f009c1b4e0fa9cdd958be5b67e3b769475f1e427","actualhash":"9ee21799df4d17a8b742ff581413e8b8e511b92e"},{"filename":"ChurchCRM\/Emails\/BaseEmail.php","status":"Hash Mismatch","expectedhash":"bef18ca2708952d6bda817df2244d05874e3205c","actualhash":"23539fc537ab5a8c78acbfaa37b069be63769faf"},{"filename":"ChurchCRM\/iPhoto.php","status":"Hash Mismatch","expectedhash":"c18ade4a46b3e66f7169f07b12e1c715dc909b26","actualhash":"4688793f7fd66a150485ae2b445be950a8705bc8"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Event.php","status":"Hash Mismatch","expectedhash":"34532c1926f6c5ca5692ceb1d1430f4b54123d63","actualhash":"02c8e639ed7abf3dd1d988361fef1b52290f8cc6"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Family.php","status":"Hash Mismatch","expectedhash":"604c393d12d0cfb9ced9556d1ccd9116385fc9f6","actualhash":"c5bd1315ccbcdcfd67dad575e9cb166ae3ea353e"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Person.php","status":"Hash Mismatch","expectedhash":"5d8c5abb62940cee35650462c1b9c70216273b13","actualhash":"37a9d38a92c9cd2f1615a6fa1d251e6c48e5cdcf"},{"filename":"ChurchCRM\/Reports\/PDF_Attendance.php","status":"Hash Mismatch","expectedhash":"8e5ea2e83e526b8b8028edc9c0baa58896618397","actualhash":"3b016f68200d309fe2677cf86de23b7b043ac11f"},{"filename":"ChurchCRM\/Service\/CalendarService.php","status":"Hash Mismatch","expectedhash":"d9e32e9ae2e6f8e2bb0b4f1d7a0f83d380c20a04","actualhash":"61995a543dedaaf5ee2ece5894b401697dc5441c"},{"filename":"ChurchCRM\/Service\/GroupService.php","status":"Hash Mismatch","expectedhash":"1d57dc4a4127169877a77ed92c87633536f65997","actualhash":"8f5b46175b4d28d796e2e0d9b7b7471a434afb9e"},{"filename":"ChurchCRM\/Service\/PersonService.php","status":"Hash Mismatch","expectedhash":"ef8f587b70c0d1a2dad3d8aa6a3da465d4d9c4bd","actualhash":"5327960326e30735dbb6d992310e7a04479809be"},{"filename":"ChurchCRM\/Service\/SundaySchoolService.php","status":"Hash Mismatch","expectedhash":"3ea5e2bcb235e89088429908676e59ebee0a2cf8","actualhash":"c60b24fe324764f8ed435d763362073fd4af755d"},{"filename":"ChurchCRM\/Service\/SystemService.php","status":"Hash Mismatch","expectedhash":"e5631ff2a6ac387c473ff673a32acb71186a3368","actualhash":"daab81f332f0ed6df908d90ed2bebea4c378e5d6"},{"filename":"ChurchCRM\/utils\/GeoUtils.php","status":"Hash Mismatch","expectedhash":"f46a6c46ff49b887b00b42cad75af42c20f7ebce","actualhash":"9a4bea2a768404e3552e0ae92f4c83649348d829"},{"filename":"ChurchCRM\/utils\/InputUtils.php","status":"Hash Mismatch","expectedhash":"7f555905a2583de818f672ad24c96262e282172f","actualhash":"cfdac0af2198ea4c84e5d2bd31e57c3cde492a87"},{"filename":"ChurchCRM\/utils\/MiscUtils.php","status":"Hash Mismatch","expectedhash":"447a0e0efef923f9cba9677ec2d67611acfb52fd","actualhash":"44b839b1b2bf50f477cb61d5cb6a512a10709932"},{"filename":"CSVCreateFile.php","status":"Hash Mismatch","expectedhash":"6641e3a6c33433a75e20204a09670184cb7d15fb","actualhash":"e1c0dad513d14b87a485ec7432880da48b0b0496"},{"filename":"CSVExport.php","status":"Hash Mismatch","expectedhash":"e05bacc7c195f204b188895174cbf35aa860f638","actualhash":"1e3670352b574d082429aa0e9610d9096530fdb0"},{"filename":"CSVImport.php","status":"Hash Mismatch","expectedhash":"0ac1f4bbe30730cad3afa46333e34b6c2061c37d","actualhash":"2ba00a13491808ce7c5a87d6d8be3dafa9c9c47f"},{"filename":"DepositSlipEditor.php","status":"Hash Mismatch","expectedhash":"851877cf34a5d277e35a6bb2d31aa7edbc59a3df","actualhash":"d7adad11cc399f0c1a016749142834d02121613f"},{"filename":"DonatedItemEditor.php","status":"Hash Mismatch","expectedhash":"2d45155471c1cf5ed265742bff97af45aa5b7568","actualhash":"10689db4813dd0a28488a045fb49fd63f00790ff"},{"filename":"DonationFundEditor.php","status":"Hash Mismatch","expectedhash":"09f421c3665754d31f5062c6180dca4073d0ef31","actualhash":"9cf3d56223aca454bd8bb20acf39ded7a7e1c284"},{"filename":"EditEventTypes.php","status":"Hash Mismatch","expectedhash":"0546306a7e2230477ea9d3f9002747fdfe9c368c","actualhash":"5b5ced11e4e3e66c5ce0d7f98b522461ce4adce1"},{"filename":"ElectronicPaymentList.php","status":"Hash Mismatch","expectedhash":"f43a635b28e3f4d01c812f5494651f1f0a237b17","actualhash":"6300362533f2666ae80d8c6e135ae57f5ebb9661"},{"filename":"email\/Dashboard.php","status":"Hash Mismatch","expectedhash":"5acf2fb1c4a858aaae968f5903e86caf620e74eb","actualhash":"4235caf02916a8c3448b0ec6c03bc894873f03b8"},{"filename":"email\/MailChimpMissingReport.php","status":"Hash Mismatch","expectedhash":"2aa49e6ac86663aa5fe60bd4c44254a4a78e55a7","actualhash":"ea0cb5593f557ac5063e29b08d73085c334afe28"},{"filename":"EventEditor.php","status":"Hash Mismatch","expectedhash":"c5a584aad7e05395ad69944049c89e12df7a2c0b","actualhash":"3da3464961aa6f41e48e6a58d7f6a33b67fe678a"},{"filename":"EventNames.php","status":"Hash Mismatch","expectedhash":"79eceac3f1d485bb6fd63012554d155e50cdb1c4","actualhash":"f37b5b63783925d7c66cda08366f84877cb9ec13"},{"filename":"external\/templates\/password\/enter-username.php","status":"Hash Mismatch","expectedhash":"d3462a4602fe658fb7bd5b8ed038aa38ce641116","actualhash":"c82843276b21ebf15eaa8a4eae35ae5d276a7b96"},{"filename":"external\/templates\/registration\/family-register-members.php","status":"Hash Mismatch","expectedhash":"236cd1305726f2859dfb127d82c624610356d061","actualhash":"66b09e24478a765a777c22b12645170715dc60d0"},{"filename":"external\/templates\/registration\/family-register.php","status":"Hash Mismatch","expectedhash":"e335e41349af0b5b6ce523653850ceebebdf2ad5","actualhash":"aa35646461b2246ce80feecf3f2a6425ca78e1d7"},{"filename":"external\/templates\/verify\/enter-info.php","status":"Hash Mismatch","expectedhash":"12ecbeb889ce0f718619bd04ff877c02120b28c7","actualhash":"9da59d8e93c311c37ebd67846b009a5a3aee54f8"},{"filename":"external\/templates\/verify\/verify-family-info.php","status":"Hash Mismatch","expectedhash":"fe8e9fd6956b95b5d27f0020bda2e4ef9d3c4f93","actualhash":"16fdfaaf188967e5209eb03ab527e30b4d9d03c9"},{"filename":"FamilyCustomFieldsEditor.php","status":"Hash Mismatch","expectedhash":"e0d6687493911d135c1e6edd6e9021e849f75673","actualhash":"421f5307441f511ef4095b9f9d0de94b40b781e4"},{"filename":"FamilyEditor.php","status":"Hash Mismatch","expectedhash":"a28f0b039b13dd9ef91c4f0ba7816528d9a3677f","actualhash":"0abea9ace8c01abf9eac9ab6c2dae61642cdc40e"},{"filename":"FamilyList.php","status":"Hash Mismatch","expectedhash":"77d15110383e4f27a1e3ecbe3648594acd7332a1","actualhash":"59f7f13749ffb2f03cd0c9ff6fe63529009db28c"},{"filename":"FamilyView.php","status":"Hash Mismatch","expectedhash":"3e772d7c5e83215eeb21db7fff8d32f519ea5fea","actualhash":"1afe07a172aa4199c75a2f9ed91fe666fa675bf2"},{"filename":"FinancialReports.php","status":"Hash Mismatch","expectedhash":"af8cd8c3c3f1551efc2623da1ec2db35e5f58e7f","actualhash":"777e3ad046cc63e89d5018742b14e699479a1af5"},{"filename":"FindDepositSlip.php","status":"Hash Mismatch","expectedhash":"1c73a9660b6e44d737e8eb9d706bc17268dc88d5","actualhash":"8c734b7559525c559919517f2b52583ab4eb8744"},{"filename":"GeoPage.php","status":"Hash Mismatch","expectedhash":"2214ac66324afe679369d84d34c3d0dd45bec7c2","actualhash":"fa4b1c09a33b74af41c637289a8b94788708b344"},{"filename":"GetText.php","status":"Hash Mismatch","expectedhash":"d6ea455869f1c224381e69261d46a485aef01843","actualhash":"08cb54e5b34bace39cc0f00b2e4bd8d7ce762eee"},{"filename":"GroupEditor.php","status":"Hash Mismatch","expectedhash":"fdcb342313462f00f289311888baa921a026fc1a","actualhash":"ec9cdf1b43188a1d3818cd82b35fa17bfb11da5c"},{"filename":"GroupList.php","status":"Hash Mismatch","expectedhash":"deba919f97b18b308f61a9fac3e4e95b04ad845b","actualhash":"a8f28b0ad40690c188e1f9ec2b4e37420179215a"},{"filename":"GroupView.php","status":"Hash Mismatch","expectedhash":"4eb604493f50264dfd60d63764cbdd10e6494ed2","actualhash":"54beb85bfd9d3096b2df40481295d14818da35d5"},{"filename":"Include\/analyticstracking.php","status":"Hash Mismatch","expectedhash":"f9ec562aa0ecb261003ac16889ef4b9b092c70a3","actualhash":"2c4d7054b10f8f9a7f3bbc603ad8c4e86de2dded"},{"filename":"Include\/Footer-Short.php","status":"Hash Mismatch","expectedhash":"c9fef872b69b431a88caea391ca23c9411a9e1bf","actualhash":"3030c7401ecc5818f6466f01a7b3ec3af37bfd60"},{"filename":"Include\/Footer.php","status":"Hash Mismatch","expectedhash":"bbcb55160bb16ff7624380d0638365db12b187e7","actualhash":"c3bd141fd9d13b200cc8a5ccc0c2b4779e153912"},{"filename":"Include\/FooterNotLoggedIn.php","status":"Hash Mismatch","expectedhash":"a3e693af7e74e470d4d75111da241e24be61623a","actualhash":"fffbe1aa84c041c49d0fa4e1b4a5a51e4ce7c71a"},{"filename":"Include\/Functions.php","status":"Hash Mismatch","expectedhash":"5c7c1d953e0a4cee1852a4bd5da1d86da0e5ec6c","actualhash":"d76abee48a9fe4d684c5f41193ac4a29e781c5e4"},{"filename":"Include\/Header-function.php","status":"Hash Mismatch","expectedhash":"60de2311a3d6e4926a968d76727c15bd37268288","actualhash":"3cb3199c8ffe8a3a515893d4d10e07e5f018faa7"},{"filename":"Include\/Header-HTML-Scripts.php","status":"Hash Mismatch","expectedhash":"1b265547e5c6b09535970b9869a7b48d003a04c4","actualhash":"20e3606deba33f4ee6411d925d1b62f8e5053568"},{"filename":"Include\/Header-Minimal.php","status":"Hash Mismatch","expectedhash":"7a0ea6303088f8afae5d3d4b10566a91407bbfc3","actualhash":"989b99166d02dfb3a517692de29054c1ddfa8faf"},{"filename":"Include\/Header-Short.php","status":"Hash Mismatch","expectedhash":"c1ca8fab82df4cc0f6659cf22aa9ae6dfbc498a6","actualhash":"93c6a57c707d92d2e2844d5f3342b117f3ccc4db"},{"filename":"Include\/Header.php","status":"Hash Mismatch","expectedhash":"558b5b59bda1c3569be9791e4745c04c0023fbaf","actualhash":"19ed556ecb998560d4e08890a663549183f6e36f"},{"filename":"Include\/HeaderNotLoggedIn.php","status":"Hash Mismatch","expectedhash":"8a07c9d9a5cc1848fabc9722776baeb087b3e9de","actualhash":"b619e993e381cc0ec6c7f717e512cb29b8a2c5ee"},{"filename":"Include\/LoadConfigs.php","status":"Hash Mismatch","expectedhash":"b959bce13fd868b40a58541978bb8f314370df58","actualhash":"f35f63e31b7ada004df9c896027c43cdd8910440"},{"filename":"kiosk\/routes\/kiosk.php","status":"Hash Mismatch","expectedhash":"434d935e3cef0eed16b66d94445f36f231f23a1c","actualhash":"38985b6d2fc0b520089ab4ebb6dd2723da00bdbd"},{"filename":"kiosk\/templates\/kioskDevices\/sunday-school-class-view.php","status":"Hash Mismatch","expectedhash":"eed1b29553bfd4b0c180f00b7959df8c0759964e","actualhash":"5325f72a6996d3ecf0cee9b3d253454bd2ee64d4"},{"filename":"KioskManager.php","status":"Hash Mismatch","expectedhash":"38a69668e26eae50249722bc93ea9b8b1cb4aaa8","actualhash":"7cf89cbf2c5b78cead721408bc51c27178582c8d"},{"filename":"LettersAndLabels.php","status":"Hash Mismatch","expectedhash":"7f2347d8afe7200cc9288c8ea1885b9b74216d58","actualhash":"bc7d078cee8dd349892f71ff0b91ac259b3b6841"},{"filename":"ListEvents.php","status":"Hash Mismatch","expectedhash":"a2d11391e59cbf04348d6b9bd0f4e39abd1ded38","actualhash":"8f7e0843ddb8ba59bb47658ff4470aaaf713d00e"},{"filename":"Login.php","status":"Hash Mismatch","expectedhash":"2fa54bfe050c7bed36b74966261608a5550eb732","actualhash":"747950c56d4556b46d5ba5092f39c8f4b05efc17"},{"filename":"MapUsingGoogle.php","status":"Hash Mismatch","expectedhash":"f6919b888e6260d2e8c8d680aa4e05f7e5b098b7","actualhash":"78469ddae25f5f1fa517c912372b9e1fcc341334"},{"filename":"members\/online-pending-verify.php","status":"Hash Mismatch","expectedhash":"361af8c81d14c7f67a45f2ebe17056a2a1f10c4c","actualhash":"3bc144c91546324d2ebcc5e0ae3832bc9839df27"},{"filename":"members\/self-register.php","status":"Hash Mismatch","expectedhash":"aec50054f3c562607b7994e478ef3212d39126e4","actualhash":"f7bcdfdc4e2d7c04c4986b4ad55c10cd7bbca6e4"},{"filename":"members\/self-verify-updates.php","status":"Hash Mismatch","expectedhash":"13c40f274ddff98aaae2af30181d2d5e7307b42f","actualhash":"5352e625f62cad3caef4bc3acae986a7393f0798"},{"filename":"MembersDashboard.php","status":"File Missing"},{"filename":"Menu.php","status":"Hash Mismatch","expectedhash":"2e19aa8176a602a65300a197cb74ce4ed962d03a","actualhash":"dc08c5a2f2c36602be5e3b81f846240953914b3d"},{"filename":"NoteEditor.php","status":"Hash Mismatch","expectedhash":"758743323f4096bac71adf19a7b6be0de1cbaecc","actualhash":"a7a84a32291e8c87b244da971dc3b5359132ba77"},{"filename":"PersonCustomFieldsEditor.php","status":"Hash Mismatch","expectedhash":"a9366e95d5e368d7e3902cba5062e782503dd88b","actualhash":"b6f4273644c2093e4ab99d193540223e56dac8f9"},{"filename":"PersonEditor.php","status":"Hash Mismatch","expectedhash":"2fa9da5305147ed9dfa6e71f5169e3a54e53029f","actualhash":"af57dad248b0ef755bb4e32085a24ebbb11a08a1"},{"filename":"PersonView.php","status":"Hash Mismatch","expectedhash":"588c7bf8b795eba2205f54cf2110cca983400c98","actualhash":"7a266d856383958c488cd1d3f9dccf69dc86e0a0"},{"filename":"PledgeEditor.php","status":"Hash Mismatch","expectedhash":"579f1ee403fe5d8e58f390ef2473a7edba5b0a26","actualhash":"b90911fd5a994b062c415a76c796d18a8c533687"},{"filename":"PrintView.php","status":"Hash Mismatch","expectedhash":"a4e1d2c931fb2c247ae708eb83409554837948ca","actualhash":"773563ee4078af176c4f177b53f1b3e1909cfd36"},{"filename":"Register.php","status":"Hash Mismatch","expectedhash":"5da9d244fef2192ae10f9fe28864ac9f176fcb29","actualhash":"bb3a993dd43a71a1c4e9f5cf7b34f7b4fc468e11"},{"filename":"Reports\/ClassAttendance.php","status":"Hash Mismatch","expectedhash":"b31866135227a27e976c6842190131df6fc2a379","actualhash":"e104e5da9b7ab7ef7711122fc3a424adbe8063dc"},{"filename":"Reports\/ClassList.php","status":"Hash Mismatch","expectedhash":"2f658f885c61de7f01f20360b64666b3e44500ee","actualhash":"1a92ffaf484eed0cbe73be832b75e7179778d309"},{"filename":"Reports\/ConfirmLabels.php","status":"Hash Mismatch","expectedhash":"c8c0cc5183094bdb37dd333a6f45998136c003a7","actualhash":"ab887fde067c8661d0bd3e3d5cee9665d9946945"},{"filename":"Reports\/DirectoryReport.php","status":"Hash Mismatch","expectedhash":"669c5d6a5d0cf269c4b4f420f18466ca72b951f5","actualhash":"76f0b0b0d586e82955abb5a59c12b0db70f3b878"},{"filename":"Reports\/NewsLetterLabels.php","status":"Hash Mismatch","expectedhash":"258be4625554e4441bac57b0db4e9045720e92b4","actualhash":"860ffd28439fc0bbba357763d0b752f78c3081c2"},{"filename":"RestoreDatabase.php","status":"Hash Mismatch","expectedhash":"d7f0492f213a687e71e51b2947be0c03defe888e","actualhash":"5f822330416bc0098ea0e58b243af382a700a6c2"},{"filename":"RPCdummy.php","status":"Hash Mismatch","expectedhash":"a0bd437c83755f082f143cee0bc0304b9aabdafc","actualhash":"4ca33bfdde467d2b3126e6367397c2b6eab8abae"},{"filename":"SelectList.php","status":"Hash Mismatch","expectedhash":"d13f08ce1063af8ba9ced6607de6b3210fc0301d","actualhash":"1aaa59b1999f28c69add89dd4cd9ea7394174fae"},{"filename":"SettingsIndividual.php","status":"Hash Mismatch","expectedhash":"54f8b375ca40230ca0bd57c37aa3b51247bf05dd","actualhash":"258e3317e4be5377c6a1fcc05c6ad2f07587faf4"},{"filename":"setup\/templates\/setup-steps.php","status":"Hash Mismatch","expectedhash":"53800209c7fd66766b03b4b9cba544dee81b0cab","actualhash":"d56fe2344cf6b1f1e4915a7cb25167ad12c88928"},{"filename":"sundayschool\/SundaySchoolClassListExport.php","status":"Hash Mismatch","expectedhash":"d7e741a803e590b3426a469ca3ea1ef5279f8503","actualhash":"7d7f6fbb2bdf9327d565f29e9aed17763c3db3b1"},{"filename":"sundayschool\/SundaySchoolClassView.php","status":"Hash Mismatch","expectedhash":"e983ecf3cf17f640ff693f87216cd6d23c4eb47d","actualhash":"a018fa6421955efc81818a42b04b1f887e8e319c"},{"filename":"sundayschool\/SundaySchoolDashboard.php","status":"Hash Mismatch","expectedhash":"57bda5291641929059de0aa31ea6add10633f00f","actualhash":"0d35dd5931108024545bcec98b295ad3b70a0d99"},{"filename":"sundayschool\/SundaySchoolReports.php","status":"Hash Mismatch","expectedhash":"71a4677962e13f9f6bf35d441b11bc9f8acce88c","actualhash":"31260a418e476ae923af59faa4e490162c210249"},{"filename":"SystemSettings.php","status":"Hash Mismatch","expectedhash":"e3227f05b33dcb2e50192104ad0f6e035c0e012d","actualhash":"8d3cc07dcc7abd7fb393975d1d2fb6ece22986c4"},{"filename":"UpgradeCRM.php","status":"Hash Mismatch","expectedhash":"91ea7740282fd63322283df1a10daf75038c1f5c","actualhash":"94e71612f42e54b9454f00237a30956a04fb5916"},{"filename":"UserEditor.php","status":"Hash Mismatch","expectedhash":"4ef3e109379ab6b7e2bdec52785a37714e02e644","actualhash":"e145d7ec852a972b37e719cec305fe955ac9df5f"},{"filename":"UserList.php","status":"Hash Mismatch","expectedhash":"1d1485a1ee09fa9c2562440443f51a54399aa429","actualhash":"dc5689c23695d9a0638c558c49797a8268a246d3"},{"filename":"UserPasswordChange.php","status":"Hash Mismatch","expectedhash":"6831fd8c8b6af7204dd6ead6587ced17b5ba2a40","actualhash":"fe58d210714422b4d29ecbc39e7c8218032d8fcb"},{"filename":"vendor\/authorizenet\/authorizenet\/AuthorizeNet.php","status":"File Missing"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetAIM.php","status":"Hash Mismatch","expectedhash":"af4a50a62b89593d38e9565e7e0b8d96facc2cf2","actualhash":"cf8e1fedaaa0fb53bbad5a352c3bf9a9fc01b9c2"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetARB.php","status":"Hash Mismatch","expectedhash":"787acdf8f6e0ac146dd9cbaa675f3953928dfff6","actualhash":"586f361e78da83425dc27cf94dbf679e3d8f31a7"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetCIM.php","status":"Hash Mismatch","expectedhash":"08ca32f07e123736bb97afa4bc339f9eaa726f1e","actualhash":"ccd39e54c9bc9b1fda78d0c55e470481a72ad7b7"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetCP.php","status":"Hash Mismatch","expectedhash":"6cc1e763f24df4a0cc1de48aa7d80cc51cfe8ea3","actualhash":"892a9103a3a5d5e1d3d169f6050891de51601cb0"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetDPM.php","status":"Hash Mismatch","expectedhash":"8e1de525013de6169e91365da137c98cc2aba6ba","actualhash":"7708148434074017cbb6e9d38c61a0d35c139424"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetSIM.php","status":"Hash Mismatch","expectedhash":"97abd461c2c32fbba2e70717506ad887a96c5fff","actualhash":"2ce86dbf4888382129c8d1e83be24fbd4a975e83"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetSOAP.php","status":"Hash Mismatch","expectedhash":"429bb08ea8a13942e2a5344bf341d23e007b8323","actualhash":"4ebb4c55e4a8055815966fcb90a7921e87681612"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/AuthorizeNetTD.php","status":"Hash Mismatch","expectedhash":"0079026d46258130f3e6dad004fabf1a79628d3f","actualhash":"8981a3c34bd86cd236a1e66c86b3fa87aae3d174"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/shared\/AuthorizeNetRequest.php","status":"Hash Mismatch","expectedhash":"43c5d43075e6f3aa1bf778b0644f5d12f23ce215","actualhash":"6a3989513133895d47489126164c86579ccbc45a"},{"filename":"vendor\/authorizenet\/authorizenet\/lib\/shared\/AuthorizeNetTypes.php","status":"Hash Mismatch","expectedhash":"517d7e7502fc6d8dfdab3dfbe1e0d6dcf3648a68","actualhash":"4ec7b8f2cf18037e663e544c3aef15caac8e56a2"},{"filename":"vendor\/composer\/autoload_classmap.php","status":"Hash Mismatch","expectedhash":"6bb9663b93dd040e1792acc02f6c9d1cd54ceb67","actualhash":"6415b5ead7479f9644e5b9a6dbc542e1fdc7e242"},{"filename":"vendor\/composer\/autoload_files.php","status":"Hash Mismatch","expectedhash":"caa7f238b2b55f2f60097552744e407bb8df7ee9","actualhash":"a9f2c1642c946dd0a5e19a94db3a707e72296364"},{"filename":"vendor\/composer\/autoload_namespaces.php","status":"Hash Mismatch","expectedhash":"0c5ec62f3b14db032e84de211df19b5a4a767457","actualhash":"5bf17f7ca6de57b64dcfd8d98c40b630181c0c36"},{"filename":"vendor\/composer\/autoload_psr4.php","status":"Hash Mismatch","expectedhash":"00fcb994866742b29629e2943e43e3b519835f7a","actualhash":"fa721d575bd1387efc35b2652ed6504663daee7e"},{"filename":"vendor\/composer\/autoload_static.php","status":"Hash Mismatch","expectedhash":"2b0c226fb3f04e589f3a00c0979fe04373c7e190","actualhash":"9de524cb15a7c9cb317a927db9994f4867336b41"},{"filename":"vendor\/egeloen\/http-adapter\/src\/AbstractCurlHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/AbstractHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/AbstractStreamHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Asset\/AbstractUninstantiableAsset.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/BuzzHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/CakeHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Configuration.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/ConfigurationInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/CurlHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/AbstractEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/BasicAuth\/BasicAuth.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/BasicAuth\/BasicAuthInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Cookie.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/CookieFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/CookieFactoryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/CookieInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/AbstractPersistentCookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/CookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/CookieJarInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/FileCookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/PersistentCookieJarInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Cookie\/Jar\/SessionCookieJar.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Events.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Formatter\/Formatter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Formatter\/FormatterInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/Journal.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntry.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntryFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntryFactoryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalEntryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/History\/JournalInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/MultiRequestCreatedEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/MultiRequestErroredEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/MultiRequestSentEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Redirect\/Redirect.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Redirect\/RedirectInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/RequestCreatedEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/RequestErroredEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/RequestSentEvent.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Retry.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/RetryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/AbstractDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/AbstractRetryStrategyChain.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/CallbackRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/ConstantDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/ExponentialDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/LimitedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/LinearDelayedRetryStrategy.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/RetryStrategyChainInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Retry\/Strategy\/RetryStrategyInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/StatusCode\/StatusCode.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/StatusCode\/StatusCodeInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/AbstractFormatterSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/AbstractTimerSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/BasicAuthSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/CookieSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/HistorySubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/LoggerSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/RedirectSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/RetrySubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/StatusCodeSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Subscriber\/StopwatchSubscriber.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Timer\/Timer.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Event\/Timer\/TimerInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/EventDispatcherHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Extractor\/ProtocolVersionExtractor.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Extractor\/StatusCodeExtractor.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Extractor\/StatusLineExtractor.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/FileGetContentsHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/FopenHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle3HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle4HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle5HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Guzzle6HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterException.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpAdapterTrait.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/HttpfulHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/InternalRequest.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/InternalRequestInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageFactory.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageFactoryInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/MessageTrait.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/Request.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/RequestInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/Response.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Message\/ResponseInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/MockHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/MultiHttpAdapterException.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Normalizer\/BodyNormalizer.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Normalizer\/HeadersNormalizer.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Parser\/CookieParser.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Parser\/HeadersParser.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/PeclHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/PsrHttpAdapterDecorator.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/PsrHttpAdapterInterface.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/ReactHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/SocketHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/StopwatchHttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Zend1HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/egeloen\/http-adapter\/src\/Zend2HttpAdapter.php","status":"File Missing"},{"filename":"vendor\/igorw\/get-in\/src\/get_in.php","status":"File Missing"},{"filename":"vendor\/nexmo\/client\/src\/Client.php","status":"Hash Mismatch","expectedhash":"3995b07f7d17a3b2227d522fcf0c098ab0dbd979","actualhash":"6308c789f65f3c08d4b554456d146aa97ea72a91"},{"filename":"vendor\/nexmo\/client\/src\/Numbers\/Client.php","status":"Hash Mismatch","expectedhash":"1718979b50ee914cf6f00efbfe20ad46dbf96978","actualhash":"35b178d4f3fc9a67b3d43d1259b7ee22f3b889fa"},{"filename":"vendor\/slim\/php-view\/src\/PhpRenderer.php","status":"Hash Mismatch","expectedhash":"6e7e3c9cd1ad68cd4e0ddcf0b175b15e6ddf9496","actualhash":"ce59a829c47d25c89546050c24926d3a00d383b3"},{"filename":"vendor\/slim\/slim\/Slim\/App.php","status":"Hash Mismatch","expectedhash":"a5670680196cf5e8e474d25ea79d0b9fb77cd933","actualhash":"0093a84f02a1fc10d10ba9c810f1ba63a62a68e4"},{"filename":"vendor\/slim\/slim\/Slim\/CallableResolver.php","status":"Hash Mismatch","expectedhash":"b3032d444416116342efcd030639e05a10da1881","actualhash":"fc9e7ffd91709a07823ccbe214737768f19b7015"},{"filename":"vendor\/slim\/slim\/Slim\/CallableResolverAwareTrait.php","status":"Hash Mismatch","expectedhash":"d2d290ff5e6be1fc9cc96a28ec21a8ccd28acbe5","actualhash":"f1401fc85fe0b4ac7a93b024f8f63b2686d0f75d"},{"filename":"vendor\/slim\/slim\/Slim\/Collection.php","status":"Hash Mismatch","expectedhash":"bdcbc598a32e61e80b3076fb4723686f9ad06ee9","actualhash":"1daa7e967e52c42d5f9493875574727940837a48"},{"filename":"vendor\/slim\/slim\/Slim\/Container.php","status":"Hash Mismatch","expectedhash":"53cc9b78130668fab5bb9ae38a9692301852672b","actualhash":"81c32dde3852cfc1bfdce229d379c47348ef9b49"},{"filename":"vendor\/slim\/slim\/Slim\/DefaultServicesProvider.php","status":"Hash Mismatch","expectedhash":"2fc3ce7ef0d4de69caf5d801dd2a46827cfcd396","actualhash":"1ed2feb355f51a2cccdeae14e29d0ba5a595f881"},{"filename":"vendor\/slim\/slim\/Slim\/DeferredCallable.php","status":"Hash Mismatch","expectedhash":"1f74588b1c33ea1ff7955c2b645a7e4cfa1baa28","actualhash":"69c5dda5410b1fcdb5a4f81a3f952d81a5c26190"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/ContainerException.php","status":"Hash Mismatch","expectedhash":"1c681f35b55996cc57fd517a32cc6d7f98674614","actualhash":"8d922a494625a4ad4c67068413c9d0524bbe4e1f"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/ContainerValueNotFoundException.php","status":"Hash Mismatch","expectedhash":"3c5876076593c7bfad39606f1b4140f27fc7ebaf","actualhash":"5f70456a9165a2111a7e992b9e08eac61920b30a"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/MethodNotAllowedException.php","status":"Hash Mismatch","expectedhash":"c0bb6427d226262925986f84b2d6a0770d2e9bbc","actualhash":"926b402f0766a55a7a50f11a896e1342500b7551"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/NotFoundException.php","status":"Hash Mismatch","expectedhash":"0bf09acb47182b762847342f4c870a6121346a0c","actualhash":"6252713236b1540884b6611dd22f9e452c9f880f"},{"filename":"vendor\/slim\/slim\/Slim\/Exception\/SlimException.php","status":"Hash Mismatch","expectedhash":"e73dce8720eaa0575e2df3ecdeabcda8651fb0f9","actualhash":"eb7a01641004ecb992a4aaf940df37e36924dcdb"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/AbstractError.php","status":"Hash Mismatch","expectedhash":"e6f171232fbbaf302303aa274555172a240050f0","actualhash":"2215b463867330ea7743ed2d2693252df758a1f1"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/AbstractHandler.php","status":"Hash Mismatch","expectedhash":"742fc1d0435cd36a3020e2fd64f0d74f5660574a","actualhash":"50d8ca87656dadfc89635e149088f7696142914c"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/Error.php","status":"Hash Mismatch","expectedhash":"04641a5d2abc7d67a3045cc43a3f4816ec39dd9f","actualhash":"8468758b69f1ea77b864d49cf48efbb27559bb0a"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/NotAllowed.php","status":"Hash Mismatch","expectedhash":"bd12d073daf78f5241e43b51aa76f50d4d2632ff","actualhash":"4a5dc48d69f4243da95d342fe3a695bf1a354081"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/NotFound.php","status":"Hash Mismatch","expectedhash":"9ba303bddae003eca0cafc1497847303ddf70dea","actualhash":"90397212bfec13c6ad5236db5b2b2fa775517bf1"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/PhpError.php","status":"Hash Mismatch","expectedhash":"da846795f030b15fa343ea06584b8004b65a289f","actualhash":"485899dbeb5ca8f5ab4572cc49df14aa845a98f4"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/Strategies\/RequestResponse.php","status":"Hash Mismatch","expectedhash":"fa468991782ebefcc6b019b457e4fb0e464386e8","actualhash":"17e95fbe2d85953cec04c5efa1093260cb71e562"},{"filename":"vendor\/slim\/slim\/Slim\/Handlers\/Strategies\/RequestResponseArgs.php","status":"Hash Mismatch","expectedhash":"7550b87d0ba9284386d07094380d77065d906e24","actualhash":"0e4b26e75df68eefc8ebc9bf9018f7eef438f1f7"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Body.php","status":"Hash Mismatch","expectedhash":"e08b1f96d55970d782962e7c8218067c5b94d45c","actualhash":"16d93ed891a5438ca18d5b7e233ad2713bd868d7"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Cookies.php","status":"Hash Mismatch","expectedhash":"bff72d6d119a2639fb6dba4ae5c66a0e7a0b1f47","actualhash":"ae9091d3fea03a13e41dfdb55e12bb0f6d7dd194"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Environment.php","status":"Hash Mismatch","expectedhash":"0aa26badba09186c19ca3143105f66f0aca0d5e2","actualhash":"b96a2e93f1f4a97b4a0112e6846205024fbf1367"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Headers.php","status":"Hash Mismatch","expectedhash":"88cd1313870bb9908fcb3ab0b0d45942105f42c1","actualhash":"208edcbf7d95fc26e560c3ea4ce0abdfc457d238"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Message.php","status":"Hash Mismatch","expectedhash":"e48f455ad9f5e503e3c0ce87d85637b45f75c3c0","actualhash":"3cdc0c217f407317848622192bf89117cb49740a"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Request.php","status":"Hash Mismatch","expectedhash":"2727a9ef8d57b2a5291d8d447ed308bcd8aba6c5","actualhash":"c0366e08e32832165dea6ee76692ecf59183cf9c"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/RequestBody.php","status":"Hash Mismatch","expectedhash":"747d92724b17e0287cedb6838e59360adef506ba","actualhash":"f035e1cd7fe2261ff9135fb4eec7dd23e9b18613"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Response.php","status":"Hash Mismatch","expectedhash":"3dc2af55d7028aac84fb6d6b19c8701476087e54","actualhash":"1d111de6f7e7927c919629ea79ab259849eecaf4"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Stream.php","status":"Hash Mismatch","expectedhash":"bc4eaba4c0ca9958f42efb0235d60ec993727c35","actualhash":"967f8c257b4ecba54565a64c140ef1017864e008"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/UploadedFile.php","status":"Hash Mismatch","expectedhash":"d07504f16aa14905a444c75374e52a83f69039b7","actualhash":"08218ad4ad5dbc9031b1b0ffbe3dc9a1ae62e713"},{"filename":"vendor\/slim\/slim\/Slim\/Http\/Uri.php","status":"Hash Mismatch","expectedhash":"357088c0f046033bec68b6a3b480b4e6f151d939","actualhash":"a68733f35b34c659f5fece247f65659c4028e813"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/CallableResolverInterface.php","status":"Hash Mismatch","expectedhash":"9bc32c84eed098533ea98efb43ad43faf0385919","actualhash":"5180308b726119692c2ee0775e34286e4525b35c"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/CollectionInterface.php","status":"Hash Mismatch","expectedhash":"cf2fd99aceafdca31316d269d1d45c819ddde5ef","actualhash":"1ae2b05d722ec807770cd5a5548c00375a824051"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/Http\/CookiesInterface.php","status":"Hash Mismatch","expectedhash":"c2e46f0755e1071aaa6519a522850d7b4f767e53","actualhash":"61073a72a746cef7faf2ab53bbd64c4380334db3"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/Http\/EnvironmentInterface.php","status":"Hash Mismatch","expectedhash":"2cd22fd21214a245ffc7cb831dba0b21f2e9967a","actualhash":"40f16e466e9f267a1c5ad35b0b7535926e1a795e"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/Http\/HeadersInterface.php","status":"Hash Mismatch","expectedhash":"685c1f3928a4e5ff33ea6c61688c213d4b3a6a31","actualhash":"c7d6d9ec1130663c1407884c3f82ae92107c1b3a"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/InvocationStrategyInterface.php","status":"Hash Mismatch","expectedhash":"55eb3ed77b0ccd80f70963ff041da09ab1b2dcde","actualhash":"8203608039bb62e70f7e6b726d92e5b506f71636"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/RouteGroupInterface.php","status":"Hash Mismatch","expectedhash":"eada8f52e549a240ca7d6928354475f2508c65f2","actualhash":"192a93570dc306d1f26ef929669ac46d08eca0f6"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/RouteInterface.php","status":"Hash Mismatch","expectedhash":"9c1e970879fef54c1cd25dbd642a0fe0fb672c47","actualhash":"6e034cbdbb7e9e10d0a05d4acf7b3d6cd721ab7a"},{"filename":"vendor\/slim\/slim\/Slim\/Interfaces\/RouterInterface.php","status":"Hash Mismatch","expectedhash":"29d0bb81e221fdf3f5ea191d723a8cab9dd66760","actualhash":"f554c4151a96b5df78befda1d7f48fcc4a56e761"},{"filename":"vendor\/slim\/slim\/Slim\/MiddlewareAwareTrait.php","status":"Hash Mismatch","expectedhash":"83ee6607ee5bc076afc678ea8292c66b00dce697","actualhash":"bfae4af506461a0b424250e5f7fd3c035c8af85e"},{"filename":"vendor\/slim\/slim\/Slim\/Routable.php","status":"Hash Mismatch","expectedhash":"1c36410c8f917f755b5ccde17e72f0f6a2f0a5f9","actualhash":"647062c03631fe03252c5c2b64effeb70db484c7"},{"filename":"vendor\/slim\/slim\/Slim\/Route.php","status":"Hash Mismatch","expectedhash":"64d40bc9e2953709e3d38a9007e8ac49195765b4","actualhash":"505e72a418975e50327c24d82748ac0b0f92dd6a"},{"filename":"vendor\/slim\/slim\/Slim\/RouteGroup.php","status":"Hash Mismatch","expectedhash":"148b1cdab1a60c42a7539969eb582990634dc5f2","actualhash":"5b462823b7f93c202ca1f31b35f8da6aa4b6db63"},{"filename":"vendor\/slim\/slim\/Slim\/Router.php","status":"Hash Mismatch","expectedhash":"824445866e16f4c2366c4dbbef83ad8ec764c60e","actualhash":"0be848b0e87176d6a516640b5da1e5487fc05fbf"},{"filename":"vendor\/symfony\/config\/Definition\/ArrayNode.php","status":"Hash Mismatch","expectedhash":"abe8af94627879681d8440ecf2d29186636faee9","actualhash":"f289b82d2f23140bd2a5738167bf6341a898f5b1"},{"filename":"vendor\/symfony\/config\/Definition\/BaseNode.php","status":"Hash Mismatch","expectedhash":"073ab1075a5366f0b511038b02c298514c948693","actualhash":"7c9f65b934a6eb6196bc419038986062dc7419f4"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/ArrayNodeDefinition.php","status":"Hash Mismatch","expectedhash":"40da9dfdfda4ac76b4ff0fb11834d51d1a96beef","actualhash":"dc5944a8afed522e9dca74b5298126efee96baab"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/NodeDefinition.php","status":"Hash Mismatch","expectedhash":"6339ba7c8766fb40b0c8976eea8a948b3775a826","actualhash":"b1e06538e9fade5f26d529461090184aff84c8db"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/TreeBuilder.php","status":"Hash Mismatch","expectedhash":"140307f79eb4886990ca56128109766dfaeaf42d","actualhash":"f2648cab6c5a5ca5b704ebccca3e93fd13e569e5"},{"filename":"vendor\/symfony\/config\/Definition\/Builder\/VariableNodeDefinition.php","status":"Hash Mismatch","expectedhash":"0543904ba988afb461136809ff5f14ce23b24536","actualhash":"d81c734e5bbdd8f2c0bc5f5f9c1fe8884d041c3c"},{"filename":"vendor\/symfony\/config\/Definition\/Dumper\/XmlReferenceDumper.php","status":"Hash Mismatch","expectedhash":"4b259a4aded8cbc38accd3d2db5f96ee7af51691","actualhash":"97a71dc450e0cfdff8e158bc9dc0baf8183edd36"},{"filename":"vendor\/symfony\/config\/Definition\/Dumper\/YamlReferenceDumper.php","status":"Hash Mismatch","expectedhash":"484e35905f48d6636c9c6375aeda055456bbc4a8","actualhash":"53eb99c028674ede88e1386c0b15af9ee5a3a3d3"},{"filename":"vendor\/symfony\/config\/DependencyInjection\/ConfigCachePass.php","status":"Hash Mismatch","expectedhash":"77c9cebbc17bfadeeadb2874be6b252f6431bf38","actualhash":"1b13e4a1373cf141cfeef6914aa9a558834fd7cf"},{"filename":"vendor\/symfony\/config\/Exception\/FileLoaderLoadException.php","status":"Hash Mismatch","expectedhash":"b53bb349ceda3a52c9a573b3bb14e294a949baee","actualhash":"6542087a475e449e631c92ded9bd7a27a6d181bb"},{"filename":"vendor\/symfony\/config\/ResourceCheckerConfigCache.php","status":"Hash Mismatch","expectedhash":"b1af5f8d9e57e6316a69630599e945ad73204673","actualhash":"d8c23980bbf39fde6a9c7acba58c798de6368371"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/ArrayNodeTest.php","status":"Hash Mismatch","expectedhash":"928426f2b88ace453a4dae1e8d3816e3c7da4836","actualhash":"e49104b7f5a2b6ebefae7b417bcff8c1339e6390"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Builder\/ArrayNodeDefinitionTest.php","status":"Hash Mismatch","expectedhash":"12e47970bfc5fbaec493fb3c88730a7b395071b9","actualhash":"bad1e491e884f5ef9d729ecd1dfe2dca39ba4b46"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Builder\/BooleanNodeDefinitionTest.php","status":"Hash Mismatch","expectedhash":"3dfa662662ceeca653ba4aeaa2899427c8cba87a","actualhash":"98025729d6b2a3bcdb8e50c02db7680312a51364"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Builder\/EnumNodeDefinitionTest.php","status":"Hash Mismatch","expectedhash":"7a7b3c45155b2ecf8fb41b5b736d4694b64029fa","actualhash":"c7b6625c0bb7c6c7f44e1f43ffa72731fd4685b4"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Dumper\/XmlReferenceDumperTest.php","status":"Hash Mismatch","expectedhash":"6edb6587318b1768b3b98b9ac77032921cc5f393","actualhash":"5a4869e8f725d0bfe72b6751a417865ae24a8e74"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/Dumper\/YamlReferenceDumperTest.php","status":"Hash Mismatch","expectedhash":"0a271177461f5b330ac51bcb9cecc35ad4daa48f","actualhash":"3e24a3e0c95893207804ab9184bb39bea3854dc3"},{"filename":"vendor\/symfony\/config\/Tests\/Definition\/ScalarNodeTest.php","status":"Hash Mismatch","expectedhash":"3a9035fa6b7769cf8600543074213db6805fc331","actualhash":"3592050407719fceb086048be9ea113e17cca401"},{"filename":"vendor\/symfony\/config\/Tests\/DependencyInjection\/ConfigCachePassTest.php","status":"Hash Mismatch","expectedhash":"659103e9cec8d2395d1b0d7f2f4b3a47aacd699e","actualhash":"bad86f54d76630f7c20bc15a7847783665fe9dee"},{"filename":"vendor\/symfony\/config\/Tests\/Exception\/FileLoaderLoadExceptionTest.php","status":"Hash Mismatch","expectedhash":"091e452c358876cf4d94077865a32833ffaec8c7","actualhash":"4dc12edca0b2547498e2c1adae5214111b05fd87"},{"filename":"vendor\/symfony\/config\/Tests\/Fixtures\/BadParent.php","status":"Hash Mismatch","expectedhash":"87456ecea663abc2299d28b2f5de80824d123589","actualhash":"242749a63b505db4bf5c3c9d824693a41b8c0096"},{"filename":"vendor\/symfony\/config\/Tests\/Fixtures\/Configuration\/ExampleConfiguration.php","status":"Hash Mismatch","expectedhash":"55fbe925432c819fa5ddc7fd3e025e9aeb1f2aa6","actualhash":"fcb113ad2d802ecaf1477853a9e60ad706200e61"},{"filename":"vendor\/symfony\/config\/Tests\/ResourceCheckerConfigCacheTest.php","status":"Hash Mismatch","expectedhash":"def6159f05508e7decdcea29e1f56097c655f274","actualhash":"b52948206a723403db9de9811734efb2cc5d6997"},{"filename":"vendor\/symfony\/config\/Tests\/Util\/XmlUtilsTest.php","status":"Hash Mismatch","expectedhash":"b64fbcc545072694858a349001ff4b916c9835d5","actualhash":"cd9690df0739d4816b76cb1711db4ff57af7bcc5"},{"filename":"vendor\/symfony\/config\/Util\/XmlUtils.php","status":"Hash Mismatch","expectedhash":"98268be3330c7af6a52e1248e121ae25d98a2611","actualhash":"168a95b1bb2eefb96d82405038966fda93ae1917"},{"filename":"vendor\/symfony\/console\/Application.php","status":"Hash Mismatch","expectedhash":"4219de8afb1b7a65943e2c71c76a54aaf54d13b2","actualhash":"7237a836d7f75b5db84d334be74803a1bc8b3578"},{"filename":"vendor\/symfony\/console\/Command\/Command.php","status":"Hash Mismatch","expectedhash":"a7628613478a96566504e27c307ea82ead08337b","actualhash":"7ee2808b8c0e40c7d36005e3a0684523a3dbd348"},{"filename":"vendor\/symfony\/console\/Command\/LockableTrait.php","status":"Hash Mismatch","expectedhash":"ce04e7c8f379344b4afc24aa51a977f235216c86","actualhash":"b5aecdbe73c4e4f10e5dc84c73dcfc0c1cac974d"},{"filename":"vendor\/symfony\/console\/DependencyInjection\/AddConsoleCommandPass.php","status":"Hash Mismatch","expectedhash":"81aa37768beb8068e46332d12814305ff33d85a0","actualhash":"32899d758a548ff94c7432eff1db8434d0d0ab6a"},{"filename":"vendor\/symfony\/console\/Helper\/ProcessHelper.php","status":"Hash Mismatch","expectedhash":"612dd96e789a9a469caaddf531ae233cb5bb5f73","actualhash":"7b192a88170cc6b88d7be1e4b94817b9bc324277"},{"filename":"vendor\/symfony\/console\/Helper\/QuestionHelper.php","status":"Hash Mismatch","expectedhash":"6164fbc485ba1ce62fcb5ef78af9524c5f52e5f6","actualhash":"5518dca7c9d69c1b133267c2b636718fe0191b1f"},{"filename":"vendor\/symfony\/console\/Helper\/SymfonyQuestionHelper.php","status":"Hash Mismatch","expectedhash":"b7427369254d8fd27a2b15f37938eaa8d4ced703","actualhash":"82d5cd61b3e9abfd304fc3abb45048816ea5babe"},{"filename":"vendor\/symfony\/console\/Input\/ArgvInput.php","status":"Hash Mismatch","expectedhash":"c28b49b96d0584db395568d259a3f263d292fd74","actualhash":"8c475a89fac93195ccac90b5a12047a3175fe054"},{"filename":"vendor\/symfony\/console\/Logger\/ConsoleLogger.php","status":"Hash Mismatch","expectedhash":"82cbe62c5c595d1cb4d862b2f18d0f4b34af44ad","actualhash":"693d56b205fbff7530ddd75d1dea7693cbbfc3c8"},{"filename":"vendor\/symfony\/console\/Question\/Question.php","status":"Hash Mismatch","expectedhash":"0ea6c2d9a21a535f9348d9ac8bb97d6d84f05bd8","actualhash":"20d70ab4f33dcabdb6881300cfd30c6f69f3b6d3"},{"filename":"vendor\/symfony\/console\/Tests\/ApplicationTest.php","status":"Hash Mismatch","expectedhash":"542e64a13fb53d4ea80995daffd12c80e6d45524","actualhash":"1b1c6f4afa5c4445b31ded4e49cbbf0b161884cf"},{"filename":"vendor\/symfony\/console\/Tests\/Command\/CommandTest.php","status":"Hash Mismatch","expectedhash":"db1bda21291825c3d57b4a8e09a0e836885fe236","actualhash":"8cd2963ec1061ac0b328f55ca13d95b14ea0bbfc"},{"filename":"vendor\/symfony\/console\/Tests\/Command\/LockableTraitTest.php","status":"Hash Mismatch","expectedhash":"323598489e2cf8ad9765b34c8029a76aaeb937e8","actualhash":"1a3a0d03b9e95318dde62949d18993ad0c088613"},{"filename":"vendor\/symfony\/console\/Tests\/DependencyInjection\/AddConsoleCommandPassTest.php","status":"Hash Mismatch","expectedhash":"1786879af48bfd435129973a96c06e4a2340a0ed","actualhash":"d599b4f09d4d8d7f93a7eb437a2a5d74a5bfffe4"},{"filename":"vendor\/symfony\/console\/Tests\/Helper\/ProcessHelperTest.php","status":"Hash Mismatch","expectedhash":"d1ac182f7b58fa36dd1e3e13125d0c2375c7856f","actualhash":"62d9101fc2270ece3ca8421b939cb108635d0053"},{"filename":"vendor\/symfony\/console\/Tests\/Helper\/QuestionHelperTest.php","status":"Hash Mismatch","expectedhash":"083f20888f8f26f55501da1984364382c3546c91","actualhash":"7566210aef74a5e5c426419c4265666da5a53f3b"},{"filename":"vendor\/symfony\/console\/Tests\/Input\/ArgvInputTest.php","status":"Hash Mismatch","expectedhash":"2f4ed5af34a0ddc69e69ab93e1bb6757ce625366","actualhash":"17bd313203b12c96e06618a4c0a07ed12fc4295f"},{"filename":"vendor\/symfony\/console\/Tests\/Logger\/ConsoleLoggerTest.php","status":"Hash Mismatch","expectedhash":"9f230883b396607a2ddab9708c9268f63724ac97","actualhash":"3a1e8e6499973cf479afba3ff57b222b5ecb0463"},{"filename":"vendor\/symfony\/debug\/DebugClassLoader.php","status":"Hash Mismatch","expectedhash":"2210a1df803b87dade5bca9e1dc87c6881b1ba6b","actualhash":"357fca00b9484cd964abc56aa23c8c7ada44f065"},{"filename":"vendor\/symfony\/debug\/ErrorHandler.php","status":"Hash Mismatch","expectedhash":"3f14269ce599f3351a365203fe9fe2577aa28676","actualhash":"bf4eefa05bb769708f11e5575996d232dddfd678"},{"filename":"vendor\/symfony\/debug\/Tests\/DebugClassLoaderTest.php","status":"Hash Mismatch","expectedhash":"b057e0f417fa3e5e63c0887703a23f0b2a8bd699","actualhash":"7c25dcb61d12cefcb086258c4ec482ba099cbd9a"},{"filename":"vendor\/symfony\/debug\/Tests\/ErrorHandlerTest.php","status":"Hash Mismatch","expectedhash":"907a9f1c33ebcdd2efc4abda8110794951a67fa6","actualhash":"2eae6011a2f4bd163272034fa9429b21267913cf"},{"filename":"vendor\/symfony\/debug\/Tests\/Fixtures\/Throwing.php","status":"Hash Mismatch","expectedhash":"4669aae463e3445936fc1c1520ce330dc48693b2","actualhash":"8e23ac7d002a71d43c12f6561d4d627ffa57fc47"},{"filename":"vendor\/symfony\/filesystem\/Filesystem.php","status":"Hash Mismatch","expectedhash":"6b0f84045244448d2b375466bd31e48723b6a08a","actualhash":"78b20b4a584c25f84a93982e20ab45eb13452df3"},{"filename":"vendor\/symfony\/filesystem\/LockHandler.php","status":"Hash Mismatch","expectedhash":"60104f37114c7c5e56ec0bcbe99b9c5622e92813","actualhash":"97ea3e7ee52f17757aa424ba15a01f9318d68efe"},{"filename":"vendor\/symfony\/filesystem\/Tests\/FilesystemTest.php","status":"Hash Mismatch","expectedhash":"14378022360f74ede470da0de361dda7ce264764","actualhash":"5eaec66ad7c4e08384550cea788aaf774f8aed8c"},{"filename":"vendor\/symfony\/filesystem\/Tests\/LockHandlerTest.php","status":"Hash Mismatch","expectedhash":"c9d8770d9ec0ff3b9f8ec758b5e0ffe2324135e4","actualhash":"bc6bb697ddc0f2ab83a528eaaabc0eb47feb6a9f"},{"filename":"vendor\/symfony\/finder\/Finder.php","status":"Hash Mismatch","expectedhash":"cfec9f1b0c6d0a6daa1fe4ee7663de6efc1c886b","actualhash":"075885fca919427970267907e922a838cc71954e"},{"filename":"vendor\/symfony\/finder\/Iterator\/FilterIterator.php","status":"Hash Mismatch","expectedhash":"3215d3ec1deab6f98e5315689dee14dee203a89f","actualhash":"78f1fc07e99eed8a7f542490dc6501e5bc64f956"},{"filename":"vendor\/symfony\/finder\/Tests\/FinderTest.php","status":"Hash Mismatch","expectedhash":"687c4673667b0927b270c2276a74f7ef6302d9f3","actualhash":"3f567d0c88cdfaec57c9b9447d0f6151c100923b"},{"filename":"vendor\/symfony\/finder\/Tests\/Iterator\/FilterIteratorTest.php","status":"Hash Mismatch","expectedhash":"b385376b5017c3076cb7381211b79fddb6955b1a","actualhash":"f370581c824b8f9d85987748bdd77582d61046e6"},{"filename":"vendor\/symfony\/translation\/Command\/XliffLintCommand.php","status":"Hash Mismatch","expectedhash":"6a8e37a5def4ad7c6ae42da7e020217f357ad85e","actualhash":"6df536797d94ba5775c004ee61602be0dfd5f168"},{"filename":"vendor\/symfony\/translation\/DataCollector\/TranslationDataCollector.php","status":"Hash Mismatch","expectedhash":"921d83c45d130c046c865d113050a020871981e9","actualhash":"615ec4ab42d56a11ca16659b189a2bc1d2bb3557"},{"filename":"vendor\/symfony\/translation\/Dumper\/XliffFileDumper.php","status":"Hash Mismatch","expectedhash":"c231ec911d4f4a19463b0f8157e157acce1cb559","actualhash":"679f6037470762fee2718800cc6dd768c686ca64"},{"filename":"vendor\/symfony\/translation\/Dumper\/YamlFileDumper.php","status":"Hash Mismatch","expectedhash":"361183b57ffde6c78637fa4de2f906a4ae719c7f","actualhash":"667a0a34c3a2e72480d56227a8a8c74424180ca1"},{"filename":"vendor\/symfony\/translation\/Loader\/XliffFileLoader.php","status":"Hash Mismatch","expectedhash":"d1f181031b6411d72517da762951ed7069aaf7cf","actualhash":"2cb5ce9a251b2b17e3a07316310b76c533ad7070"},{"filename":"vendor\/symfony\/translation\/Loader\/YamlFileLoader.php","status":"Hash Mismatch","expectedhash":"ef2aeab0ad3aae0d54fe0d832ba61ac7d32204eb","actualhash":"795695d9c4dafa07e0deae97bc38c29212f9c66b"},{"filename":"vendor\/symfony\/translation\/Tests\/Dumper\/FileDumperTest.php","status":"Hash Mismatch","expectedhash":"339a9a232ba53c9293b9a32af64502389c06e83c","actualhash":"8e6543b1a80c833f47f034fabe8288394f30466a"},{"filename":"vendor\/symfony\/translation\/Tests\/Dumper\/XliffFileDumperTest.php","status":"Hash Mismatch","expectedhash":"511858389eeecaf868d8fa5083ae70cf8bb430eb","actualhash":"50e506f42600b7d937d394ad41322d364e62309a"},{"filename":"vendor\/symfony\/translation\/Tests\/Loader\/XliffFileLoaderTest.php","status":"Hash Mismatch","expectedhash":"167d7f1f7684511bd93e223ba32633422c5f8bf4","actualhash":"fee73954158b77783fc50eaea5578a1fd914c9b4"},{"filename":"vendor\/symfony\/translation\/Tests\/TranslatorTest.php","status":"Hash Mismatch","expectedhash":"c68ce8da4fd9019f0f2e1847dfa274f304c113bc","actualhash":"230912c5400351f58b894a7b5b2f40339696e75e"},{"filename":"vendor\/symfony\/translation\/Tests\/Writer\/TranslationWriterTest.php","status":"Hash Mismatch","expectedhash":"5e69c114dbef917511f2d8275c50548f7b25d722","actualhash":"ea3be8fb9033716f0c5938fc62cf47eeedaacf23"},{"filename":"vendor\/symfony\/translation\/Translator.php","status":"Hash Mismatch","expectedhash":"d65aebec514c1ea0aa37750709ec6f26eb2ae245","actualhash":"45f288fe59b2daa077d44197f86c18687f8262ec"},{"filename":"vendor\/symfony\/translation\/Writer\/TranslationWriter.php","status":"Hash Mismatch","expectedhash":"3ec352bd3074f921b2ce6d708747402c321c144e","actualhash":"af0eb7410a5d622437d1e80efc2ee2268d9bdcb2"},{"filename":"vendor\/symfony\/validator\/Constraints\/AbstractComparison.php","status":"Hash Mismatch","expectedhash":"51789d9015876f8dfbe031147a297224150ea1a1","actualhash":"0bb87c34046d424eab79fdd561d46c890ce99f38"},{"filename":"vendor\/symfony\/validator\/Constraints\/AbstractComparisonValidator.php","status":"Hash Mismatch","expectedhash":"2e0bef726de0eb1abeded571245d82cab26a0a4e","actualhash":"e071c8cec21d7272552a93cf2e0c8bbf1b216227"},{"filename":"vendor\/symfony\/validator\/Constraints\/ChoiceValidator.php","status":"Hash Mismatch","expectedhash":"d7d98b0d369e3eea3dbc396e03dd4271e9d87c2b","actualhash":"8abc9689c10d2d93c39cab0946ffbd1a1f3350f8"},{"filename":"vendor\/symfony\/validator\/Constraints\/ExpressionValidator.php","status":"Hash Mismatch","expectedhash":"f3d3ac3c4c6e6a9864c35b5d937236fb9a0522a6","actualhash":"550bac5ef83cb932ef23c4582a16045aec51cfe1"},{"filename":"vendor\/symfony\/validator\/Constraints\/Image.php","status":"Hash Mismatch","expectedhash":"6e016983eede35236e23fb1aedfc7d1830a76c7a","actualhash":"334570a24b73a631e8f767010b30417735073cbd"},{"filename":"vendor\/symfony\/validator\/Constraints\/ImageValidator.php","status":"Hash Mismatch","expectedhash":"3949e8f4de8de1ec55920d24e298271c9b5bc4bb","actualhash":"61312ed064667a1aacc4db41bbb57965d14b849b"},{"filename":"vendor\/symfony\/validator\/Constraints\/Url.php","status":"Hash Mismatch","expectedhash":"3b0e07e6e8d9c9ac951c0b476ce14dbc6682b9ff","actualhash":"8f6e264ab03c4abc88e5f9af8eacfa5de9ed8ca5"},{"filename":"vendor\/symfony\/validator\/Constraints\/UrlValidator.php","status":"Hash Mismatch","expectedhash":"7882434e427d3a0dbab77cae962b8f1bef51f75e","actualhash":"c0241ca737db51902f24c55e75f0aa892643c915"},{"filename":"vendor\/symfony\/validator\/Constraints\/Valid.php","status":"Hash Mismatch","expectedhash":"f33d12bedd57a6244c5724aa8f057dd441482fa3","actualhash":"800cb2fb22f85f925be5a9deeed73f7ba9edbee1"},{"filename":"vendor\/symfony\/validator\/Context\/ExecutionContext.php","status":"Hash Mismatch","expectedhash":"6df60c53ca2ab3a18ee9e496d4fadfa2bf16a94f","actualhash":"8fe459d6fb30b3ee8d43398d0670a5372f0acc3d"},{"filename":"vendor\/symfony\/validator\/Context\/ExecutionContextFactory.php","status":"Hash Mismatch","expectedhash":"e6a184859f9a70b2e4e54d1216b0c8914f670990","actualhash":"5e213aae4cba2d4cee91a2e457b3c351e67b0bd0"},{"filename":"vendor\/symfony\/validator\/Mapping\/GenericMetadata.php","status":"Hash Mismatch","expectedhash":"e5f2540eb808cce4cbfd7de2437183ab6ae6ab50","actualhash":"e5412fdd40a03c177859b60869f945e4bb8261f9"},{"filename":"vendor\/symfony\/validator\/Mapping\/Loader\/YamlFileLoader.php","status":"Hash Mismatch","expectedhash":"a5e4974b3b57ba4975f1e8fdde52e4cbb9e607de","actualhash":"785d01f33160d38af844507e8433e59af438309c"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/AbstractComparisonValidatorTestCase.php","status":"Hash Mismatch","expectedhash":"93c423c720ad5be9a676c4360b69dcfa68bdff72","actualhash":"e38e33cd74ff4e80aaa213b82691c735dfce1185"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/EqualToValidatorTest.php","status":"Hash Mismatch","expectedhash":"f3f4000d7e07b0197f83c8ff51e0642d18af03b2","actualhash":"0871b8fb3e8b6f98a1853b3816575d248bed58d4"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/ExpressionValidatorTest.php","status":"Hash Mismatch","expectedhash":"8d68a139c56023fd66daa7bffd1b764ef3bb3322","actualhash":"c9dfed10db8738d7e8fcdeb4c7db93ece49163ba"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/GreaterThanOrEqualValidatorTest.php","status":"Hash Mismatch","expectedhash":"2eebeaf99d99fa8fef7764d3913078fc0a38ed15","actualhash":"12616d31c5020b0af615947ab1e204d17830c1e2"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/GreaterThanValidatorTest.php","status":"Hash Mismatch","expectedhash":"603189999e36def42b35cda4d236ae6d0e5fbea3","actualhash":"ce92ad56c3add715bcc9665a49fc82cce14570fa"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/IdenticalToValidatorTest.php","status":"Hash Mismatch","expectedhash":"22d29ce0bb963ee15f136583721c0015ff534966","actualhash":"569172f7be1e195c8a8521768fca35a07dd3effe"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/ImageValidatorTest.php","status":"Hash Mismatch","expectedhash":"47fcbbb2769395832adf6c498d203b36ac491234","actualhash":"3011902eabeb0d33b20b06a34201a13294a2a41b"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/LessThanOrEqualValidatorTest.php","status":"Hash Mismatch","expectedhash":"b7bb31caa846f2b821225d117dc2f70b108bff62","actualhash":"eb31b04edd6b7bab8fbe67e32e36c65977dabb73"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/LessThanValidatorTest.php","status":"Hash Mismatch","expectedhash":"cbbab43b6e03f8f1ed16e4b00d5b104e7df8e565","actualhash":"c71aead215deeb14c554273e8cb839ffed0fe156"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/NotEqualToValidatorTest.php","status":"Hash Mismatch","expectedhash":"577e005be27261494d3632e0efc9d3629b91253b","actualhash":"6edf724393626a0b7e3820f66e1752f329776294"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/NotIdenticalToValidatorTest.php","status":"Hash Mismatch","expectedhash":"5f18c0794a42e035fcc262cfd5a6344db6a2df6c","actualhash":"da557b40ffd49cb74b76950a4010269729fbf161"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/UrlValidatorTest.php","status":"Hash Mismatch","expectedhash":"d999b64f7913ef58d77a165b9e5ce9d4e920017c","actualhash":"da2fd884993afd4912861aa633fd8844e3672b86"},{"filename":"vendor\/symfony\/validator\/Tests\/Constraints\/ValidTest.php","status":"Hash Mismatch","expectedhash":"de4005da9a0b7b2438ad92b1efe4a9365ab2cf74","actualhash":"ba8628966b9ca70d8781fa2013d08d47181d2551"},{"filename":"vendor\/symfony\/validator\/Tests\/Mapping\/Loader\/YamlFileLoaderTest.php","status":"Hash Mismatch","expectedhash":"c8054bd7171c42c18473d58cd2ac1b14a2d88221","actualhash":"ea3bbb3a841588ef0246e5acbe0fd8c922820261"},{"filename":"vendor\/symfony\/validator\/Tests\/Validator\/AbstractTest.php","status":"Hash Mismatch","expectedhash":"96882e8b10cb9b7debce3421499b2d73902a919c","actualhash":"a3718fad061e7f001b8ebc4a74300370d7815b7f"},{"filename":"vendor\/symfony\/validator\/Validator\/RecursiveContextualValidator.php","status":"Hash Mismatch","expectedhash":"95b24b31df671d38a8f871fe60128bd0c920b72c","actualhash":"e7c081e8d49f596ead977f3e0426520853250b83"},{"filename":"vendor\/symfony\/validator\/Violation\/ConstraintViolationBuilder.php","status":"Hash Mismatch","expectedhash":"a1e64e3dc7734795b94a8173873b9b2784abc662","actualhash":"d8f25fa1713289ea95b1413a8b42903b353b8d8f"},{"filename":"vendor\/symfony\/yaml\/Command\/LintCommand.php","status":"Hash Mismatch","expectedhash":"dc5a51aadf95e483eafffdeb69c6bb739ef95ade","actualhash":"1431e8bd942e54b56c0819173dba39516de59b74"},{"filename":"vendor\/symfony\/yaml\/Dumper.php","status":"Hash Mismatch","expectedhash":"8a61d9d1eb993fe831f8e96dd0b87b08c44e9052","actualhash":"844d6e08d4d07b143013b041ce1c5c9e5f67b12d"},{"filename":"vendor\/symfony\/yaml\/Inline.php","status":"Hash Mismatch","expectedhash":"8e9832c454c11383f0a771ee8a57ee11cae3b5ed","actualhash":"dfb8962310a399a079fb8b0f48689c4f62e92479"},{"filename":"vendor\/symfony\/yaml\/Parser.php","status":"Hash Mismatch","expectedhash":"1866476f3969c059277886dc29935330bf9827fd","actualhash":"4b11c66166732f7c7fa4db5859183b89097f63ba"},{"filename":"vendor\/symfony\/yaml\/Tests\/Command\/LintCommandTest.php","status":"Hash Mismatch","expectedhash":"cd1bd5627f3ba00e409904f6300ca46469216d47","actualhash":"93904e26d828ebe555d56b6655a0fd2f0627f0e6"},{"filename":"vendor\/symfony\/yaml\/Tests\/DumperTest.php","status":"Hash Mismatch","expectedhash":"9c74b0a0bf4a28b77757b504c1d92d4763570157","actualhash":"dd35213d1bddece689958cc5fc0e19b92658c14c"},{"filename":"vendor\/symfony\/yaml\/Tests\/InlineTest.php","status":"Hash Mismatch","expectedhash":"685e32d7a74401ff725f623a3f90d926350d0cd2","actualhash":"166c2d7cca1b6f0610e6c8af7002d05b32ca5cba"},{"filename":"vendor\/symfony\/yaml\/Tests\/ParserTest.php","status":"Hash Mismatch","expectedhash":"8823841306f242714ee09f3e797351123fea89a5","actualhash":"bc5885a298f076ac597e38114e48b8059ec26e14"},{"filename":"vendor\/symfony\/yaml\/Yaml.php","status":"Hash Mismatch","expectedhash":"f2ec1d95e46c872962740ab625589c37b6e267af","actualhash":"f79a231e0f20e69aae1cd9b48729fb3ac184baf2"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Adapter\/GeoIP2Adapter.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Dumper.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/GeoJson.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Gpx.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Kml.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Wkb.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Dumper\/Wkt.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/ChainNoResult.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/CollectionIsEmpty.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/Exception.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/ExtensionNotLoaded.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/FunctionNotFound.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/HttpError.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/InvalidArgument.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/InvalidCredentials.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/NoResult.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/ProviderNotRegistered.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/QuotaExceeded.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/UnexpectedValue.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Exception\/UnsupportedOperation.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Formatter\/StringFormatter.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Geocoder.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Address.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AddressCollection.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AddressFactory.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AdminLevel.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/AdminLevelCollection.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Bounds.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Coordinates.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Model\/Country.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/AbstractHttpProvider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/AbstractProvider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/ArcGISOnline.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/BingMaps.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Chain.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/FreeGeoIp.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Geoip.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GeoIP2.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GeoIPs.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Geonames.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GeoPlugin.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GoogleMaps.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/GoogleMapsBusiness.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/HostIp.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/IpInfoDb.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/LocaleAwareProvider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/LocaleTrait.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/MapQuest.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/MaxMind.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/MaxMindBinary.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Nominatim.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/OpenCage.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/OpenStreetMap.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Provider.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/TomTom.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/Provider\/Yandex.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/ProviderAggregator.php","status":"File Missing"},{"filename":"vendor\/willdurand\/geocoder\/src\/Geocoder\/TimedGeocoder.php","status":"File Missing"},{"filename":"locale\/js\/ar_EG.js","status":"Hash Mismatch","expectedhash":"47acb42fcad44c66281fd7464a6440d226988430","actualhash":"72a2e04926e4abbe92abf1f36aac0a2ffbee0ad9"},{"filename":"locale\/js\/de_DE.js","status":"Hash Mismatch","expectedhash":"811e4d183ce2f6eefeeb5b52c6ed68fe7e216677","actualhash":"cf2deebedd4c560526f25a9e05a787e4a4e1c2bb"},{"filename":"locale\/js\/es_ES.js","status":"Hash Mismatch","expectedhash":"d58c898471cfded57ff66852f8955917d8fdabd9","actualhash":"ed5f81be59d334b0e47ab7491915e8a59cdcf285"},{"filename":"locale\/js\/fr_FR.js","status":"Hash Mismatch","expectedhash":"e26a6b5dcca542f28b8e64ee23198f00add85e44","actualhash":"69d8200d262608907c817e10ac281bffb19c00af"},{"filename":"locale\/js\/hu_HU.js","status":"Hash Mismatch","expectedhash":"aa43133d0ef81dddf8fdf14fe74a7778975812e8","actualhash":"18f9cf706456a038ed1504f4b53bc5b966a2fd94"},{"filename":"locale\/js\/id_ID.js","status":"Hash Mismatch","expectedhash":"0322127870b3942a8d9dfb6ea415f94759722e8f","actualhash":"e9370154830fc5fc1a92e162270dca097939ff87"},{"filename":"locale\/js\/it_IT.js","status":"Hash Mismatch","expectedhash":"fba9686dcc1165b501c6929a7a2abad6ceb1e1cf","actualhash":"67b9f555b40b2dc66432951eacb32988dae29426"},{"filename":"locale\/js\/nb_NO.js","status":"Hash Mismatch","expectedhash":"4992b828b621b282907f1857f86a160dea3431b7","actualhash":"9d55c6068d1f7ff8838d0843ae8bb8976f5575f3"},{"filename":"locale\/js\/nl_NL.js","status":"Hash Mismatch","expectedhash":"d37548b74ce60b9de8c71bee20846eb58b1a2651","actualhash":"f4cd68eaa03068c6b710f42f707175ff2106e91a"},{"filename":"locale\/js\/pl_PL.js","status":"Hash Mismatch","expectedhash":"435a507b14ccc308b135d85649ef8c871f128aff","actualhash":"25cdfa0b8adda522fdd4e819202fbc6b3c75580c"},{"filename":"locale\/js\/pt_BR.js","status":"Hash Mismatch","expectedhash":"29cdc796905de664fe569f71107bfe7d0e238a00","actualhash":"74d3caa59c030a99a21802b7ba122a9da4cc614e"},{"filename":"locale\/js\/ro_RO.js","status":"Hash Mismatch","expectedhash":"598166ba1e6fe78bbf42748831e3166ca2e79ea5","actualhash":"c0c3702403b6e579a4148d453c8160136f14454a"},{"filename":"locale\/js\/ru_RU.js","status":"Hash Mismatch","expectedhash":"366ce50ab95387b63a7f393be336387a412c6634","actualhash":"c8e2f916e8ea9c594257fb6045cd33f15dc838f9"},{"filename":"locale\/js\/sq_AL.js","status":"Hash Mismatch","expectedhash":"5365da335dbd1eb31748fcce9fccea51cb384cd6","actualhash":"0ca0bdba14f24e5a5e437fb7ec394740c78e4626"},{"filename":"locale\/js\/sv_SE.js","status":"Hash Mismatch","expectedhash":"383ec1c22cb6287bcfb8adb72caeb877856da16b","actualhash":"186701e6c17ee0fa9f978d0aade9eab7003b6d64"},{"filename":"locale\/js\/vi_VN.js","status":"Hash Mismatch","expectedhash":"e69aa55dbd451dc3eb1a636f98c63fcfe9118870","actualhash":"0304484be338f89628d1d159f94805970abf5a55"},{"filename":"locale\/js\/zh_CN.js","status":"Hash Mismatch","expectedhash":"c950c9a9669bf0beb1dcd5a4522320839568daf9","actualhash":"10910efc7ba818072edca141e52c0bed2a399152"},{"filename":"locale\/js\/zh_TW.js","status":"Hash Mismatch","expectedhash":"e03fd063b3db8f12d37a4aa0c399c61ec8daddbc","actualhash":"812c0e7fc9b252cc46704688ca6221f3a5e714b9"},{"filename":"skin\/adminlte\/plugins\/jQueryUI\/jquery-ui.js","status":"File Missing"},{"filename":"skin\/adminlte\/plugins\/jQueryUI\/jquery-ui.min.js","status":"File Missing"},{"filename":"skin\/bootbox\/bootbox.min.js","status":"File Missing"},{"filename":"skin\/bootstrap-toggle\/bootstrap-toggle.js","status":"File Missing"},{"filename":"skin\/bootstrap-validator\/validator.min.js","status":"File Missing"},{"filename":"skin\/fastclick\/fastclick.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/fullcalendar.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/fullcalendar.min.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/gcal.js","status":"File Missing"},{"filename":"skin\/fullcalendar\/locale-all.js","status":"File Missing"},{"filename":"skin\/i18next\/i18next.min.js","status":"File Missing"},{"filename":"skin\/i18next\/i18nextXHRBackend.min.js","status":"File Missing"},{"filename":"skin\/jquery-photo-uploader\/PhotoUploader.js","status":"File Missing"},{"filename":"skin\/js\/CRMJSOM.js","status":"Hash Mismatch","expectedhash":"285cad646cf20b0c3a3c6047c5cc5a9634958c7c","actualhash":"ca734bcb6877ae500430dae73c4de4ce6a4a3cc7"},{"filename":"skin\/js\/FamilyVerify.js","status":"Hash Mismatch","expectedhash":"3956108d27c44b0c7e08dcaf8a085de5e6891030","actualhash":"900fcb4b41754d91485276618a5b7232a6e9d6cf"},{"filename":"skin\/js\/FamilyView.js","status":"Hash Mismatch","expectedhash":"decbb798753d4d43bc8b5c628e50eaf1a3a4cd83","actualhash":"1a0e097cbf952ac25c8158deed6730a6d54d7fa2"},{"filename":"skin\/js\/Footer.js","status":"Hash Mismatch","expectedhash":"073a3bd9e95ffeb9512d7ce6bfd1e0035327b9da","actualhash":"480a2aabb63be0ed03fa8da053ea44428a2fb3e2"},{"filename":"skin\/js\/GroupEditor.js","status":"Hash Mismatch","expectedhash":"b071a11bc52afb17177074fc3db706e17d05234d","actualhash":"460ef536cba0243437e5316f48ed903f8c71ad24"},{"filename":"skin\/js\/GroupList.js","status":"Hash Mismatch","expectedhash":"2573c5db2a1ae248d9f1618d7a9c68d9693a3ac8","actualhash":"c647b29bf0185d7ee30b966fed82155045dc0665"},{"filename":"skin\/js\/GroupRoles.js","status":"Hash Mismatch","expectedhash":"f0747a02405bf0af59ac7b9bdc2fc069a2c6bad4","actualhash":"b580836cd7e872a1cc63941116c7f9d1d6c0c2b6"},{"filename":"skin\/js\/GroupView.js","status":"Hash Mismatch","expectedhash":"9e364f1c057ae4fb8fdf84dede9b9fa2dc4b07e3","actualhash":"9ccc59aa7eb2f29c21d01582836fe55b76575911"},{"filename":"skin\/js\/KioskJSOM.js","status":"Hash Mismatch","expectedhash":"97d6c91f56bb8248285be7a4a54eb1cfd45f8da5","actualhash":"b0fe872746245d629ac4016cc76f2cae4d95fcdc"},{"filename":"skin\/js\/PersonView.js","status":"Hash Mismatch","expectedhash":"fc742909dcb19c1df7afd8e10d9081b892350b7f","actualhash":"91a997396125c4dff05eda1c2424f164891dffdd"},{"filename":"skin\/js\/SystemSettings.js","status":"Hash Mismatch","expectedhash":"4d0409e9c8a9eb3031d3cb2db22902062bcc6493","actualhash":"452bde5505da46370412b64480a95b098587d1f0"},{"filename":"skin\/moment\/locales.js","status":"File Missing"},{"filename":"skin\/moment\/locales.min.js","status":"File Missing"},{"filename":"skin\/moment\/moment-with-locales.js","status":"File Missing"},{"filename":"skin\/moment\/moment-with-locales.min.js","status":"File Missing"},{"filename":"skin\/moment\/moment.min.js","status":"File Missing"},{"filename":"skin\/randomcolor\/randomColor.js","status":"File Missing"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_status | Can\'t delete a person from a group | https://api.github.com/repos/ChurchCRM/CRM/issues/3773/comments | 0 | 2017-12-23T19:54:41Z | 2017-12-23T20:34:14Z | https://github.com/ChurchCRM/CRM/issues/3773 | 284,323,800 | 3,773 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
#### On what page in the application did you find this issue?
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
#### What browser (and version) are you running?
#### What version of PHP is the server running?
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you running?
| Hi there, | https://api.github.com/repos/ChurchCRM/CRM/issues/3771/comments | 2 | 2017-12-23T18:29:04Z | 2017-12-29T17:22:11Z | https://github.com/ChurchCRM/CRM/issues/3771 | 284,319,985 | 3,771 |
[
"ChurchCRM",
"CRM"
] | The modal dialog's drop-down menu for changing roles does not have "unassigned" listed as a choice.
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php
Screen Size |1050x1680
Window Size |944x1680
Page Size |1222x1680
Platform Information | Linux ChurchCRM 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"Signature definition File Missing"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Can\'t change role to unassigned | https://api.github.com/repos/ChurchCRM/CRM/issues/3766/comments | 1 | 2017-12-23T16:01:52Z | 2018-04-02T05:37:10Z | https://github.com/ChurchCRM/CRM/issues/3766 | 284,313,265 | 3,766 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
1. Set a specific property in Group->Group Specific Properties
2. Select a person, at Assigned Groups select Update Properties, then set a value
3. return to personview.php, the Assigned Groups can't show any information.
#### On what page in the application did you find this issue?
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
#### What browser (and version) are you running?
#### What version of PHP is the server running?
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you running?
2.9.3 | Group Specific Properties can't display in person's Assigned Group | https://api.github.com/repos/ChurchCRM/CRM/issues/3765/comments | 6 | 2017-12-22T02:01:27Z | 2024-07-09T02:13:44Z | https://github.com/ChurchCRM/CRM/issues/3765 | 284,053,453 | 3,765 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
1. add person1 to family1
2. add person2 to family1
3. at person2 PersonView.php page, select family will show person1
4. select person1 delete icon, will call selectdelete.php with personID = person1, but familyID will be 0
#### On what page in the application did you find this issue?
PersonView.php
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
All
#### What browser (and version) are you running?
#### What version of PHP is the server running?
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you running?
2.9.3 | Delete person in family list will delete admin. | https://api.github.com/repos/ChurchCRM/CRM/issues/3764/comments | 3 | 2017-12-21T09:38:39Z | 2023-11-01T17:37:32Z | https://github.com/ChurchCRM/CRM/issues/3764 | 283,823,947 | 3,764 |
[
"ChurchCRM",
"CRM"
] | mailto: should open in new tab
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |800x1280
Window Size |669x1280
Page Size |1550x1280
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.26-2+ubuntu16.04.1+deb.sury.org+2
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Email Group Button | https://api.github.com/repos/ChurchCRM/CRM/issues/3762/comments | 0 | 2017-12-18T22:19:47Z | 2023-11-06T01:49:44Z | https://github.com/ChurchCRM/CRM/issues/3762 | 283,040,056 | 3,762 |
[
"ChurchCRM",
"CRM"
] | It will help if we can select multiple people records and delete. There is currently no option to choose when deleting multiple people record.
By pagaremos | Deleting Multiple people record | https://api.github.com/repos/ChurchCRM/CRM/issues/3761/comments | 1 | 2017-12-18T17:46:43Z | 2024-05-24T06:22:47Z | https://github.com/ChurchCRM/CRM/issues/3761 | 282,965,034 | 3,761 |
[
"ChurchCRM",
"CRM"
] | When printing out the church directory, the dates are printing inconsistently. I have not been able to determine why some dates pring m/d/y, preferred and some pring d/m/y, not preferred.
Collected Value Title | Data
----------------------|----------------
Page Name |/DirectoryReports.php
Screen Size |1024x1280
Window Size |1062x1422
Page Size |1759x1422
Platform Information | Linux gator4130.hostgator.com 3.12.74-217.ELK6.x86_64 #1 SMP Tue Sep 26 10:20:41 CDT 2017 x86_64
PHP Version | 7.1.3
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Inconsistent Date Format | https://api.github.com/repos/ChurchCRM/CRM/issues/3759/comments | 3 | 2017-12-18T01:22:17Z | 2023-11-01T17:37:32Z | https://github.com/ChurchCRM/CRM/issues/3759 | 282,741,537 | 3,759 |
[
"ChurchCRM",
"CRM"
] | It would be nice if the "0" would disappear when entering funds.
Collected Value Title | Data
----------------------|----------------
Page Name |/DepositSlipEditor.php
Screen Size |800x1280
Window Size |678x1280
Page Size |1133x1280
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.26-2+ubuntu16.04.1+deb.sury.org+2
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Default value for deposit payment entry | https://api.github.com/repos/ChurchCRM/CRM/issues/3758/comments | 0 | 2017-12-17T18:03:50Z | 2018-01-30T01:48:44Z | https://github.com/ChurchCRM/CRM/issues/3758 | 282,711,421 | 3,758 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
#### On what page in the application did you find this issue?
Installation so no page.
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Dedicated / Linux /CentOS
#### What browser (and version) are you running?
Chrome & Firefox latest.
#### What version of PHP is the server running?
Maria 7
#### What version of SQL Server are you running?
Not sure
But latest as I know
#### What version of ChurchCRM are you running?
Latest | Blank Page on Installatuon or Error 500 | https://api.github.com/repos/ChurchCRM/CRM/issues/3754/comments | 4 | 2017-12-16T17:01:25Z | 2023-11-01T17:37:32Z | https://github.com/ChurchCRM/CRM/issues/3754 | 282,635,744 | 3,754 |
[
"ChurchCRM",
"CRM"
] | Can the cart functionality be made available for the event attendees list?
I.e event attendees to cart and check out in bulk.
T
Collected Value Title | Data
----------------------|----------------
Page Name |/master/Checkin.php
Screen Size |640x360
Window Size |278x360
Page Size |1398x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Feature Request: multi checkout | https://api.github.com/repos/ChurchCRM/CRM/issues/3752/comments | 1 | 2017-12-16T16:43:58Z | 2024-05-24T06:24:49Z | https://github.com/ChurchCRM/CRM/issues/3752 | 282,634,720 | 3,752 |
[
"ChurchCRM",
"CRM"
] | After entering new family on demo site.
Clicking on list groups returns no groups even though "all" is pre selected.
Persons entered were not assigned to any group, however the admin person was assigned to the group "member"
Result expected
1 admin person in group "member"
2. Other persons in group "Unassigned"
Persons were also checked In to an event.
Listing event attendees returns no result.
Collected Value Title | Data
----------------------|----------------
Page Name |/master/GroupList.php
Screen Size |640x360
Window Size |278x360
Page Size |730x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| List group returns empty result | https://api.github.com/repos/ChurchCRM/CRM/issues/3751/comments | 1 | 2017-12-16T16:32:26Z | 2023-11-14T19:19:16Z | https://github.com/ChurchCRM/CRM/issues/3751 | 282,634,069 | 3,751 |
[
"ChurchCRM",
"CRM"
] | "Invalid date" displayed under updated families column date "updated"
Steps
1. Create new family
2. Enter details of 2 or more family memebers
3. Save
3. Go to main dashboard.
Collected Value Title | Data
----------------------|----------------
Page Name |/master/Checkin.php
Screen Size |640x360
Window Size |278x360
Page Size |1341x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| \"Invalid date\" displayed after entering new family | https://api.github.com/repos/ChurchCRM/CRM/issues/3749/comments | 0 | 2017-12-16T16:22:05Z | 2017-12-16T17:23:29Z | https://github.com/ChurchCRM/CRM/issues/3749 | 282,633,475 | 3,749 |
[
"ChurchCRM",
"CRM"
] | Creating a new person via ORM does not correctly handle timeline note date fields (updated and created)
This occurs be cause the person ORM defines a null DateTime for the note's ```nte_DateEntered``` when the person action is "update".
Null Dates are prohibited in modern versions of MySQL: https://github.com/dreamwidth/dw-free/issues/1822
This surfaced in @phili67's pr #3659

| "Update" Notes causes database insert error | https://api.github.com/repos/ChurchCRM/CRM/issues/3748/comments | 0 | 2017-12-16T16:11:47Z | 2017-12-16T16:56:51Z | https://github.com/ChurchCRM/CRM/issues/3748 | 282,632,884 | 3,748 |
[
"ChurchCRM",
"CRM"
] | Check-in for an event
The event check in time shows only the date and not the time.
Check-in and check-out should show date and time.
Collected Value Title | Data
----------------------|----------------
Page Name |/master/Checkin.php
Screen Size |640x360
Window Size |278x360
Page Size |1284x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Event check-in time only shows date | https://api.github.com/repos/ChurchCRM/CRM/issues/3747/comments | 0 | 2017-12-16T15:55:30Z | 2019-08-27T02:29:33Z | https://github.com/ChurchCRM/CRM/issues/3747 | 282,631,879 | 3,747 |
[
"ChurchCRM",
"CRM"
] | Adding a new family.
It will be good if all pertinent information such as family role, birthday etc about each family member can be completed on same screen when adding a new family.
Presently only names can be entered.
Collected Value Title | Data
----------------------|----------------
Page Name |/master/FamilyView.php
Screen Size |640x360
Window Size |278x360
Page Size |1607x360
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Adding family member requires extra steps. | https://api.github.com/repos/ChurchCRM/CRM/issues/3746/comments | 4 | 2017-12-16T15:49:17Z | 2022-06-20T17:21:02Z | https://github.com/ChurchCRM/CRM/issues/3746 | 282,631,491 | 3,746 |
[
"ChurchCRM",
"CRM"
] | To reproduce, click on delete from a family page.
The "confirm" page crashes.
Collected Value Title | Data
----------------------|----------------
Page Name |/FamilyView.php
Screen Size |1050x1680
Window Size |919x1680
Page Size |1026x1680
Platform Information | Linux ChurchCRM 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"Signature definition File Missing"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Cannot Delete a family | https://api.github.com/repos/ChurchCRM/CRM/issues/3744/comments | 1 | 2017-12-16T04:43:15Z | 2017-12-17T03:01:47Z | https://github.com/ChurchCRM/CRM/issues/3744 | 282,599,560 | 3,744 |
[
"ChurchCRM",
"CRM"
] | Lock files are designed to provide development team with clean ability to upgrade dependencies.
These should not be updated with every launch of a development environment.
Build scripts should only ensure that the local installation of the declared dependencies match the versions stated in the lock file.
| Build scripts should not update composer lock files | https://api.github.com/repos/ChurchCRM/CRM/issues/3737/comments | 0 | 2017-12-16T02:36:03Z | 2024-05-17T07:36:47Z | https://github.com/ChurchCRM/CRM/issues/3737 | 282,593,753 | 3,737 |
[
"ChurchCRM",
"CRM"
] | Page Authorization is currently handled completely by requiring Functions.php
This setup is poor for a few reasons:
1) It's not clear what is occurring within Functions.php when reading a standard page's code
2) The core, security authorization workflow section of code is commingled with trivial, non-namespaced functions
3) The Functions.php file is deprecated and should be refactored into namespaced, well defined, tested functions.
4) The mechanisms for conditionally authorizing users to access a page are obscure.
| Refactor the page authentication logic | https://api.github.com/repos/ChurchCRM/CRM/issues/3734/comments | 1 | 2017-12-16T02:10:04Z | 2024-05-24T06:26:39Z | https://github.com/ChurchCRM/CRM/issues/3734 | 282,591,971 | 3,734 |
[
"ChurchCRM",
"CRM"
] | Currently I run ```vagrant provision``` to reset my testing database when testing other contributor's pull requests.
6/10 times this is overkill, as the dependencies, DTOs, Class Namespace, and ORM code has not changed. I simply want to kill existing PHP sessions and reset the database to "clean install" state.
It would be nice to have an NPM script to do this. | Need a NPM task to quickly reset dev database | https://api.github.com/repos/ChurchCRM/CRM/issues/3732/comments | 2 | 2017-12-15T23:53:29Z | 2018-01-12T03:31:37Z | https://github.com/ChurchCRM/CRM/issues/3732 | 282,578,784 | 3,732 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
#### On what page in the application did you find this issue?
In the personEditor
In groupview too.
#### What version of PHP is the server running?
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you running?
| 2.9.2 Bug with deleting a member from a group | https://api.github.com/repos/ChurchCRM/CRM/issues/3730/comments | 0 | 2017-12-15T08:53:50Z | 2017-12-16T03:15:24Z | https://github.com/ChurchCRM/CRM/issues/3730 | 282,358,360 | 3,730 |
[
"ChurchCRM",
"CRM"
] | iPersonNameStyle should have a suffix option so that it's possible to disambiguate between Jr. and Sr. in the search results.
Collected Value Title | Data
----------------------|----------------
Page Name |/SystemSettings.php
Screen Size |1080x1920
Window Size |949x1920
Page Size |1171x2150
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | iPersonNameStyle doesn\'t have a \"Suffix\" option | https://api.github.com/repos/ChurchCRM/CRM/issues/3728/comments | 2 | 2017-12-15T01:54:58Z | 2024-07-09T02:13:46Z | https://github.com/ChurchCRM/CRM/issues/3728 | 282,296,712 | 3,728 |
[
"ChurchCRM",
"CRM"
] | If you add a person to a group that has only one possible role, there should not be a popup asking "to which role should we assign the user"
Collected Value Title | Data
----------------------|----------------
Page Name |/GroupView.php
Screen Size |1080x1920
Window Size |949x1920
Page Size |1798x1920
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Conditional Group Role Prompt | https://api.github.com/repos/ChurchCRM/CRM/issues/3727/comments | 2 | 2017-12-15T01:50:57Z | 2024-07-09T02:13:47Z | https://github.com/ChurchCRM/CRM/issues/3727 | 282,296,127 | 3,727 |
[
"ChurchCRM",
"CRM"
] | Adding new members to a group requires a page refresh in order for the new member search box to reset and add a new member.
Collected Value Title | Data
----------------------|----------------
Page Name |/GroupView.php
Screen Size |1080x1920
Window Size |949x1920
Page Size |1456x1920
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | adding group members requires a page refresh | https://api.github.com/repos/ChurchCRM/CRM/issues/3726/comments | 1 | 2017-12-15T01:46:27Z | 2017-12-16T03:14:24Z | https://github.com/ChurchCRM/CRM/issues/3726 | 282,295,398 | 3,726 |
[
"ChurchCRM",
"CRM"
] | The layout of the date and time range in an event's edit page is confusing to read and work with. Need simpler format.

Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |800x1280
Window Size |669x1280
Page Size |984x1280
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Event Time Range Chaos | https://api.github.com/repos/ChurchCRM/CRM/issues/3725/comments | 2 | 2017-12-15T01:33:25Z | 2019-02-23T07:11:54Z | https://github.com/ChurchCRM/CRM/issues/3725 | 282,293,379 | 3,725 |
[
"ChurchCRM",
"CRM"
] | You can't select a time frame when you first create the event.
Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |800x1280
Window Size |669x1280
Page Size |984x1280
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Event Time Range | https://api.github.com/repos/ChurchCRM/CRM/issues/3724/comments | 2 | 2017-12-15T01:32:43Z | 2018-04-06T01:39:58Z | https://github.com/ChurchCRM/CRM/issues/3724 | 282,293,285 | 3,724 |
[
"ChurchCRM",
"CRM"
] | Character length is too short.
Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |800x1280
Window Size |669x1280
Page Size |984x1280
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Event Description | https://api.github.com/repos/ChurchCRM/CRM/issues/3723/comments | 5 | 2017-12-15T01:29:40Z | 2024-07-10T02:13:06Z | https://github.com/ChurchCRM/CRM/issues/3723 | 282,292,834 | 3,723 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
UserPasswordChange.php
#### What version of ChurchCRM are you running?
2.9.2
The new dashboard service does not play nicely with the UserPasswordChange page.
Also a timed out session will display javascript errors instead of redirecting the user to the login screen.
This can be replicated by running ```sudo rm /var/lib/php/sessions/*``` on the vagrant machine

| Password Change Screen And Bad Session JavaScript Errors | https://api.github.com/repos/ChurchCRM/CRM/issues/3722/comments | 1 | 2017-12-15T01:20:03Z | 2018-03-07T17:37:01Z | https://github.com/ChurchCRM/CRM/issues/3722 | 282,291,356 | 3,722 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
#### On what page in the application did you find this issue?
The email body of the text sent to the user on welcoming them to the system does not actually include the link URL printed in the body.
The email address is configured as a hyperlink to the login page, but the actual link is not printed.
#### What version of ChurchCRM are you running?
2.9.2 | New User Email Welcome Text | https://api.github.com/repos/ChurchCRM/CRM/issues/3721/comments | 5 | 2017-12-15T01:19:30Z | 2024-07-10T02:30:48Z | https://github.com/ChurchCRM/CRM/issues/3721 | 282,291,257 | 3,721 |
[
"ChurchCRM",
"CRM"
] | invalid data or database error - page crash
Properties selected:
* Add Records
* Edit Records
* bAddEvent: True
All others are defaults.
Also does not matter what properties are selected - I cannot create a new user.
Collected Value Title | Data
----------------------|----------------
Page Name |/UserEditor.php
Screen Size |1080x1920
Window Size |949x1920
Page Size |1402x1920
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Unable to create new user | https://api.github.com/repos/ChurchCRM/CRM/issues/3720/comments | 3 | 2017-12-15T00:11:58Z | 2020-10-13T20:52:26Z | https://github.com/ChurchCRM/CRM/issues/3720 | 282,280,653 | 3,720 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
#### On what page in the application did you find this issue?
PersonView.php
Since I've added the ckeditor everywhere the right term should be document :
You cans see this here : #3718 | Notes is no more the right term in PersonView.php | https://api.github.com/repos/ChurchCRM/CRM/issues/3719/comments | 0 | 2017-12-14T18:34:54Z | 2024-05-17T07:32:20Z | https://github.com/ChurchCRM/CRM/issues/3719 | 282,198,219 | 3,719 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
On personView.php
The time isn't good, it should be : PM

After the correction :

The PM / AM never appear and when it's appear it's always AM.
#### What browser (and version) are you running?
every
#### What version of PHP is the server running?
7.0
#### What version of SQL Server are you running?
5.7
#### What version of ChurchCRM are you running?
2.9.2 custom | Date time line problem .... | https://api.github.com/repos/ChurchCRM/CRM/issues/3717/comments | 5 | 2017-12-14T18:29:53Z | 2018-08-25T21:14:35Z | https://github.com/ChurchCRM/CRM/issues/3717 | 282,196,874 | 3,717 |
[
"ChurchCRM",
"CRM"
] | The banner telling users that they need to enter an API key should provide a hyperlink to the SystemSettings page where the key should be entered
Collected Value Title | Data
----------------------|----------------
Page Name |/MapUsingGoogle.php
Screen Size |1050x1680
Window Size |870x1680
Page Size |1101x1680
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Maps API Key | https://api.github.com/repos/ChurchCRM/CRM/issues/3707/comments | 0 | 2017-12-12T21:32:42Z | 2017-12-16T03:15:39Z | https://github.com/ChurchCRM/CRM/issues/3707 | 281,544,443 | 3,707 |
[
"ChurchCRM",
"CRM"
] |

Collected Value Title | Data
----------------------|----------------
Page Name |/master/Menu.php
Screen Size |1024x1280
Window Size |893x1280
Page Size |1038x1280
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Odd rendering of dates for Latest and Updated members | https://api.github.com/repos/ChurchCRM/CRM/issues/3706/comments | 0 | 2017-12-12T21:17:39Z | 2024-05-18T16:13:29Z | https://github.com/ChurchCRM/CRM/issues/3706 | 281,540,266 | 3,706 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**



etc ...
They are present in poeditor ... | 2.9.2 lose some translated terms. | https://api.github.com/repos/ChurchCRM/CRM/issues/3705/comments | 2 | 2017-12-12T15:56:32Z | 2017-12-30T20:23:37Z | https://github.com/ChurchCRM/CRM/issues/3705 | 281,436,313 | 3,705 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
It was mentioned by Charles using a jquery to add the element to cart and to delete them, not to reload the page when you click the button Add all

So when you click the add button everything is in the cart and the button are changed to reflect view.

So it's done in pure JS | GroupList.js update live update | https://api.github.com/repos/ChurchCRM/CRM/issues/3692/comments | 0 | 2017-12-10T19:37:35Z | 2017-12-11T01:51:13Z | https://github.com/ChurchCRM/CRM/issues/3692 | 280,837,837 | 3,692 |
[
"ChurchCRM",
"CRM"
] | in the path of the API request for the new dashboard service, there is an extra "/"
Some hosts tolerate this, and others crash.
| dashboard service double slash | https://api.github.com/repos/ChurchCRM/CRM/issues/3690/comments | 0 | 2017-12-10T19:26:47Z | 2017-12-11T00:30:44Z | https://github.com/ChurchCRM/CRM/issues/3690 | 280,836,799 | 3,690 |
[
"ChurchCRM",
"CRM"
] | Cannot add family neighbors to cart from geo utils
Discovered while testing #3674
Collected Value Title | Data
----------------------|----------------
Page Name |/GeoPage.php
Screen Size |1050x1680
Window Size |870x1680
Page Size |892x1680
Platform Information | Linux ChurchCRM 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"Signature definition File Missing"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Geo Utils Add to Cart | https://api.github.com/repos/ChurchCRM/CRM/issues/3689/comments | 0 | 2017-12-10T19:18:27Z | 2017-12-15T06:29:41Z | https://github.com/ChurchCRM/CRM/issues/3689 | 280,835,965 | 3,689 |
[
"ChurchCRM",
"CRM"
] | There should be individual lines on the dashboard for the deposit chart - each line represents the value for each defined fund.
This would allows "at a glance" visibility of "General fund" donations vs special offerings
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |800x1280
Window Size |678x1280
Page Size |1867x1280
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Deposit Chart Dashboard Split Funds | https://api.github.com/repos/ChurchCRM/CRM/issues/3688/comments | 2 | 2017-12-10T17:57:38Z | 2024-07-10T02:13:09Z | https://github.com/ChurchCRM/CRM/issues/3688 | 280,828,881 | 3,688 |
[
"ChurchCRM",
"CRM"
] | The Current Distance Calculations is as the crow flies (GEO Lat/Long) vs Driving Distance.
We need to rebuild that logic to remove it out of PHP into an API and for a person/family return correct Lat/Long and distance from Church and Driving Time.
#### On what page in the application did you find this issue?
Member View, Family View etc...
#### What version of ChurchCRM are you running?
2.9.x
| Member Distance is as the crow flies | https://api.github.com/repos/ChurchCRM/CRM/issues/3687/comments | 2 | 2017-12-10T17:14:43Z | 2018-02-20T15:44:49Z | https://github.com/ChurchCRM/CRM/issues/3687 | 280,825,856 | 3,687 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
@ChurchCRM/developers It's on the travis page. I'll test this afternoon with the original page, only to see what the famous tool will give me as answer.
Hi Charles I've just tested to send you the update :

The travis test failed : When I click the FamilySubmit "Save button" :

I go to the Family View without any problem :

You can see that the test is OK manually but not with Travis
Best regards. | Travis behat test problem ... | https://api.github.com/repos/ChurchCRM/CRM/issues/3681/comments | 0 | 2017-12-10T07:54:12Z | 2017-12-10T08:39:47Z | https://github.com/ChurchCRM/CRM/issues/3681 | 280,791,036 | 3,681 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
This issue is present on the PeopleDashboard.php page.
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
This issue is by design, and therefore found on all servers, platforms, browsers, PHP/MySQL versions, etc.
#### Describe the issue
- As a user, I would like to see a detailed breakdown of all family roles in my church.
- The current design only accommodates the default family roles present during an initial install. Any custom family roles are only rendered as "Other - <Gender>". This is not very helpful and can be improved.
- Furthermore, the percentage bars could be improved by somehow displaying the actual proportion of the demographic in text. Otherwise the bar itself is just a rough visual representation that we cannot easily quantify.

| Family Roles widget provides vague insight into custom roles | https://api.github.com/repos/ChurchCRM/CRM/issues/3678/comments | 0 | 2017-12-10T05:46:17Z | 2017-12-30T17:01:51Z | https://github.com/ChurchCRM/CRM/issues/3678 | 280,785,095 | 3,678 |
[
"ChurchCRM",
"CRM"
] | note Calendar has no one on Dec 9th
(use demo data)
but nav counter has 1 for birthdays



Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |1080x2560
Window Size |823x1899
Page Size |984x1899
Platform Information | Linux dawoudio-churchcrm-5502615 4.9.17-c9 #1 SMP Thu Mar 23 01:38:54 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu14.04.1+deb.sury.org+1
SQL Version | 5.5.57-0ubuntu0.14.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"api\/index.php","status":"Hash Mismatch","expectedhash":"b5ea366c255ef332735204d8eecc8f90f148e9b7","actualhash":"baf1e2a97bfb0ab858990019b3cf47cb81866df2"},{"filename":"api\/routes\/calendar.php","status":"Hash Mismatch","expectedhash":"57299411b679229860e72fcc8e69d0e2ae095810","actualhash":"f99d2bc36ec07293df387014aeeb6a198e21b4c4"},{"filename":"api\/routes\/database.php","status":"Hash Mismatch","expectedhash":"7ba92625f49f777c7bf6886b9f92da7b3caefcaf","actualhash":"52d6c57fcffd71ad5298c1162743af92886cf1ba"},{"filename":"api\/routes\/events.php","status":"Hash Mismatch","expectedhash":"df324afb8710f9abde18fc155b60240dcbed8d71","actualhash":"8dfb0651d0cfe62cad24de23fc089d421da90b3a"},{"filename":"api\/routes\/families.php","status":"Hash Mismatch","expectedhash":"456410fdf6645362dad4cf067fbffff387fe3ba0","actualhash":"011548e91827d915cea4dfc974a8d7dc2e7d9d52"},{"filename":"api\/routes\/groups.php","status":"Hash Mismatch","expectedhash":"d7a05ed6291a62dab7bcac85fba6bf1b6c06800a","actualhash":"6a2428bfa20fb1550f0ac1e4b543ccdf7550bf10"},{"filename":"api\/routes\/persons.php","status":"Hash Mismatch","expectedhash":"f8517de1ff896296231c2ae5c6de2d8ccf8cdfa5","actualhash":"6f7f3acd4bd34ed3bb91f0f018be02a35f0f018e"},{"filename":"api\/routes\/register.php","status":"Hash Mismatch","expectedhash":"83fc78eeeca2b6b08640f1ad471b01fc4d3ff8cd","actualhash":"5f1d3e52e14449b779156bb175490b95072c48d0"},{"filename":"api\/routes\/search.php","status":"Hash Mismatch","expectedhash":"bc9b8a9b3b7fb74d30c1998c734a5d23ce03326f","actualhash":"91a58240600fd66a0fe6e4e97001945412be4358"},{"filename":"calendar.php","status":"Hash Mismatch","expectedhash":"0eff74762622f7da7d8536df729fee6dd996376c","actualhash":"9b1d79fede85d8177888f326c892e9305566be10"},{"filename":"CartToGroup.php","status":"Hash Mismatch","expectedhash":"d44c156b221e6824daca5eef45bfddc55610cc2b","actualhash":"fb7995bd1afb024b437317e64ece2154c9caeda8"},{"filename":"CartView.php","status":"Hash Mismatch","expectedhash":"cbb1ef10ae85f26aea017c787ba4b8cd12dbd617","actualhash":"362cd8236973a94fab0e9dcd324a1235af06bdec"},{"filename":"Checkin.php","status":"Hash Mismatch","expectedhash":"c9a7ab39238f715e30120cf1a57f5b85053a91f3","actualhash":"d585347221133f5964f288fa1a1d19939a8ca775"},{"filename":"CheckVersion.php","status":"File Missing"},{"filename":"ChurchCRM\/dto\/Cart.php","status":"Hash Mismatch","expectedhash":"b41cf1ac346e1afcd0983779ad2117129605dd26","actualhash":"b17c2c115965592ed51b044c3f0042a8818ac685"},{"filename":"ChurchCRM\/dto\/Photo.php","status":"Hash Mismatch","expectedhash":"3b756531c47713910ac4bac7f269eec8966f0736","actualhash":"c96743baaff7ef41deb14d31b55d1b96b75f528b"},{"filename":"ChurchCRM\/dto\/SystemConfig.php","status":"Hash Mismatch","expectedhash":"621d60fc19a4f88dc40889d4a1873725d362b070","actualhash":"13152bceeaaff2b1ac401d17f1d9afff91fa03aa"},{"filename":"ChurchCRM\/dto\/SystemURLs.php","status":"Hash Mismatch","expectedhash":"f009c1b4e0fa9cdd958be5b67e3b769475f1e427","actualhash":"9ee21799df4d17a8b742ff581413e8b8e511b92e"},{"filename":"ChurchCRM\/iPhoto.php","status":"Hash Mismatch","expectedhash":"c18ade4a46b3e66f7169f07b12e1c715dc909b26","actualhash":"4688793f7fd66a150485ae2b445be950a8705bc8"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Event.php","status":"Hash Mismatch","expectedhash":"34532c1926f6c5ca5692ceb1d1430f4b54123d63","actualhash":"02c8e639ed7abf3dd1d988361fef1b52290f8cc6"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Family.php","status":"Hash Mismatch","expectedhash":"604c393d12d0cfb9ced9556d1ccd9116385fc9f6","actualhash":"c5bd1315ccbcdcfd67dad575e9cb166ae3ea353e"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Person.php","status":"Hash Mismatch","expectedhash":"5d8c5abb62940cee35650462c1b9c70216273b13","actualhash":"a092e57baf6108124efedc1be80c8e6c1cd1411e"},{"filename":"ChurchCRM\/Reports\/PDF_Attendance.php","status":"Hash Mismatch","expectedhash":"8e5ea2e83e526b8b8028edc9c0baa58896618397","actualhash":"3b016f68200d309fe2677cf86de23b7b043ac11f"},{"filename":"ChurchCRM\/Service\/CalendarService.php","status":"Hash Mismatch","expectedhash":"d9e32e9ae2e6f8e2bb0b4f1d7a0f83d380c20a04","actualhash":"61995a543dedaaf5ee2ece5894b401697dc5441c"},{"filename":"ChurchCRM\/Service\/GroupService.php","status":"Hash Mismatch","expectedhash":"1d57dc4a4127169877a77ed92c87633536f65997","actualhash":"8f5b46175b4d28d796e2e0d9b7b7471a434afb9e"},{"filename":"ChurchCRM\/Service\/PersonService.php","status":"Hash Mismatch","expectedhash":"ef8f587b70c0d1a2dad3d8aa6a3da465d4d9c4bd","actualhash":"5327960326e30735dbb6d992310e7a04479809be"},{"filename":"ChurchCRM\/Service\/SundaySchoolService.php","status":"Hash Mismatch","expectedhash":"3ea5e2bcb235e89088429908676e59ebee0a2cf8","actualhash":"c60b24fe324764f8ed435d763362073fd4af755d"},{"filename":"ChurchCRM\/Service\/SystemService.php","status":"Hash Mismatch","expectedhash":"e5631ff2a6ac387c473ff673a32acb71186a3368","actualhash":"daab81f332f0ed6df908d90ed2bebea4c378e5d6"},{"filename":"ChurchCRM\/utils\/GeoUtils.php","status":"Hash Mismatch","expectedhash":"f46a6c46ff49b887b00b42cad75af42c20f7ebce","actualhash":"bb658cc4b881b1f5568f4949f08e1093acdf183c"},{"filename":"ChurchCRM\/utils\/InputUtils.php","status":"Hash Mismatch","expectedhash":"7f555905a2583de818f672ad24c96262e282172f","actualhash":"cfdac0af2198ea4c84e5d2bd31e57c3cde492a87"},{"filename":"ChurchCRM\/utils\/MiscUtils.php","status":"Hash Mismatch","expectedhash":"447a0e0efef923f9cba9677ec2d67611acfb52fd","actualhash":"44b839b1b2bf50f477cb61d5cb6a512a10709932"},{"filename":"email\/MailChimpMissingReport.php","status":"Hash Mismatch","expectedhash":"2aa49e6ac86663aa5fe60bd4c44254a4a78e55a7","actualhash":"ea0cb5593f557ac5063e29b08d73085c334afe28"},{"filename":"EventEditor.php","status":"Hash Mismatch","expectedhash":"c5a584aad7e05395ad69944049c89e12df7a2c0b","actualhash":"844ac6a1c8c475db466e9796015885ee7b6f484c"},{"filename":"external\/templates\/verify\/verify-family-info.php","status":"Hash Mismatch","expectedhash":"fe8e9fd6956b95b5d27f0020bda2e4ef9d3c4f93","actualhash":"9f6c8f54bfd79ef53ddce669e362cb2d21f93f2a"},{"filename":"FamilyView.php","status":"Hash Mismatch","expectedhash":"3e772d7c5e83215eeb21db7fff8d32f519ea5fea","actualhash":"37d08c921d101bc0b14f896e66caba7336929ad3"},{"filename":"GetText.php","status":"Hash Mismatch","expectedhash":"d6ea455869f1c224381e69261d46a485aef01843","actualhash":"08cb54e5b34bace39cc0f00b2e4bd8d7ce762eee"},{"filename":"GroupEditor.php","status":"Hash Mismatch","expectedhash":"fdcb342313462f00f289311888baa921a026fc1a","actualhash":"d40183774cfbaa8f385accaba8ee05e697b0eea6"},{"filename":"GroupList.php","status":"Hash Mismatch","expectedhash":"deba919f97b18b308f61a9fac3e4e95b04ad845b","actualhash":"d9c8efc18ca5e079653b031dd82a0fa5040016f2"},{"filename":"GroupView.php","status":"Hash Mismatch","expectedhash":"4eb604493f50264dfd60d63764cbdd10e6494ed2","actualhash":"14d4e23c1d76e2fa981beb5c0dc5e39d09893371"},{"filename":"Include\/Footer-Short.php","status":"Hash Mismatch","expectedhash":"c9fef872b69b431a88caea391ca23c9411a9e1bf","actualhash":"3030c7401ecc5818f6466f01a7b3ec3af37bfd60"},{"filename":"Include\/Footer.php","status":"Hash Mismatch","expectedhash":"bbcb55160bb16ff7624380d0638365db12b187e7","actualhash":"f87ad7442be52b628ffcd4e19cc02c2737333cd1"},{"filename":"Include\/Functions.php","status":"Hash Mismatch","expectedhash":"5c7c1d953e0a4cee1852a4bd5da1d86da0e5ec6c","actualhash":"d76abee48a9fe4d684c5f41193ac4a29e781c5e4"},{"filename":"Include\/Header-function.php","status":"Hash Mismatch","expectedhash":"60de2311a3d6e4926a968d76727c15bd37268288","actualhash":"735cbf8e54599f2e077a38fb21adbf08e5c1585b"},{"filename":"Include\/Header-HTML-Scripts.php","status":"Hash Mismatch","expectedhash":"1b265547e5c6b09535970b9869a7b48d003a04c4","actualhash":"900b92244d17746210e8282a7027e3c82dc0ecac"},{"filename":"Include\/Header-Minimal.php","status":"Hash Mismatch","expectedhash":"7a0ea6303088f8afae5d3d4b10566a91407bbfc3","actualhash":"989b99166d02dfb3a517692de29054c1ddfa8faf"},{"filename":"Include\/Header-Short.php","status":"Hash Mismatch","expectedhash":"c1ca8fab82df4cc0f6659cf22aa9ae6dfbc498a6","actualhash":"93c6a57c707d92d2e2844d5f3342b117f3ccc4db"},{"filename":"Include\/Header.php","status":"Hash Mismatch","expectedhash":"558b5b59bda1c3569be9791e4745c04c0023fbaf","actualhash":"05a7e6fecbe8d182769b83b8ac6e1e86dd38e322"},{"filename":"Include\/HeaderNotLoggedIn.php","status":"Hash Mismatch","expectedhash":"8a07c9d9a5cc1848fabc9722776baeb087b3e9de","actualhash":"e4767bd730164ce476b7bd738c16cf071b978409"},{"filename":"Include\/LoadConfigs.php","status":"Hash Mismatch","expectedhash":"b959bce13fd868b40a58541978bb8f314370df58","actualhash":"f35f63e31b7ada004df9c896027c43cdd8910440"},{"filename":"kiosk\/routes\/kiosk.php","status":"Hash Mismatch","expectedhash":"434d935e3cef0eed16b66d94445f36f231f23a1c","actualhash":"38985b6d2fc0b520089ab4ebb6dd2723da00bdbd"},{"filename":"kiosk\/templates\/kioskDevices\/sunday-school-class-view.php","status":"Hash Mismatch","expectedhash":"eed1b29553bfd4b0c180f00b7959df8c0759964e","actualhash":"5ae8d52dfc22f0d1cbddabf549b7efffc6f5ee9e"},{"filename":"KioskManager.php","status":"Hash Mismatch","expectedhash":"38a69668e26eae50249722bc93ea9b8b1cb4aaa8","actualhash":"0f2a1b33389e99e0c5d929c3ab326b00a0e74ed3"},{"filename":"LettersAndLabels.php","status":"Hash Mismatch","expectedhash":"7f2347d8afe7200cc9288c8ea1885b9b74216d58","actualhash":"bc7d078cee8dd349892f71ff0b91ac259b3b6841"},{"filename":"ListEvents.php","status":"Hash Mismatch","expectedhash":"a2d11391e59cbf04348d6b9bd0f4e39abd1ded38","actualhash":"b06083318d1a43a63c9916267950be2d965c5a6a"},{"filename":"Login.php","status":"Hash Mismatch","expectedhash":"2fa54bfe050c7bed36b74966261608a5550eb732","actualhash":"729442f94df651283a17be97cdbc42752802ee91"},{"filename":"MapUsingGoogle.php","status":"Hash Mismatch","expectedhash":"f6919b888e6260d2e8c8d680aa4e05f7e5b098b7","actualhash":"113c778c7c2ed7c48adfa1bc3ea0e5d18494a527"},{"filename":"members\/online-pending-verify.php","status":"Hash Mismatch","expectedhash":"361af8c81d14c7f67a45f2ebe17056a2a1f10c4c","actualhash":"48fbf33a855f8e629be62709b2daa9e7bf8601cb"},{"filename":"members\/self-register.php","status":"Hash Mismatch","expectedhash":"aec50054f3c562607b7994e478ef3212d39126e4","actualhash":"e7ddcb37773de55e02c84e7a028cb323637ca8d1"},{"filename":"members\/self-verify-updates.php","status":"Hash Mismatch","expectedhash":"13c40f274ddff98aaae2af30181d2d5e7307b42f","actualhash":"fea52a9b6a5dfb9b6ad8870a699be8a90a05299b"},{"filename":"MembersDashboard.php","status":"File Missing"},{"filename":"Menu.php","status":"Hash Mismatch","expectedhash":"2e19aa8176a602a65300a197cb74ce4ed962d03a","actualhash":"d9d0930ad4b8b28c9aa28ab59a2a192576a04a1c"},{"filename":"NoteEditor.php","status":"Hash Mismatch","expectedhash":"758743323f4096bac71adf19a7b6be0de1cbaecc","actualhash":"02406bb73451908c3e412f607f4621eefe46ef87"},{"filename":"PersonEditor.php","status":"Hash Mismatch","expectedhash":"2fa9da5305147ed9dfa6e71f5169e3a54e53029f","actualhash":"8c4ad302d5a3cdd25594582cb0d02f0a77ca9bc5"},{"filename":"PersonView.php","status":"Hash Mismatch","expectedhash":"588c7bf8b795eba2205f54cf2110cca983400c98","actualhash":"f5b60515dddee472d71296d1502f2898bb0637b5"},{"filename":"PledgeEditor.php","status":"Hash Mismatch","expectedhash":"579f1ee403fe5d8e58f390ef2473a7edba5b0a26","actualhash":"c5517cfb5ea1d55a087a3a5c38ef7cc68cd56566"},{"filename":"PrintView.php","status":"Hash Mismatch","expectedhash":"a4e1d2c931fb2c247ae708eb83409554837948ca","actualhash":"773563ee4078af176c4f177b53f1b3e1909cfd36"},{"filename":"Register.php","status":"Hash Mismatch","expectedhash":"5da9d244fef2192ae10f9fe28864ac9f176fcb29","actualhash":"279c1dcdc18d19b363b68532ebaccc2916f5630b"},{"filename":"Reports\/ClassAttendance.php","status":"Hash Mismatch","expectedhash":"b31866135227a27e976c6842190131df6fc2a379","actualhash":"e104e5da9b7ab7ef7711122fc3a424adbe8063dc"},{"filename":"Reports\/ClassList.php","status":"Hash Mismatch","expectedhash":"2f658f885c61de7f01f20360b64666b3e44500ee","actualhash":"1a92ffaf484eed0cbe73be832b75e7179778d309"},{"filename":"Reports\/ConfirmLabels.php","status":"Hash Mismatch","expectedhash":"c8c0cc5183094bdb37dd333a6f45998136c003a7","actualhash":"ab887fde067c8661d0bd3e3d5cee9665d9946945"},{"filename":"Reports\/DirectoryReport.php","status":"Hash Mismatch","expectedhash":"669c5d6a5d0cf269c4b4f420f18466ca72b951f5","actualhash":"76f0b0b0d586e82955abb5a59c12b0db70f3b878"},{"filename":"Reports\/NewsLetterLabels.php","status":"Hash Mismatch","expectedhash":"258be4625554e4441bac57b0db4e9045720e92b4","actualhash":"860ffd28439fc0bbba357763d0b752f78c3081c2"},{"filename":"SelectList.php","status":"Hash Mismatch","expectedhash":"d13f08ce1063af8ba9ced6607de6b3210fc0301d","actualhash":"4340ab9799058b4f7227fef6ac9085c19e0c3d25"},{"filename":"sundayschool\/SundaySchoolClassListExport.php","status":"Hash Mismatch","expectedhash":"d7e741a803e590b3426a469ca3ea1ef5279f8503","actualhash":"7d7f6fbb2bdf9327d565f29e9aed17763c3db3b1"},{"filename":"sundayschool\/SundaySchoolClassView.php","status":"Hash Mismatch","expectedhash":"e983ecf3cf17f640ff693f87216cd6d23c4eb47d","actualhash":"9aaa7179f9a6baa0e4e8e399f1f21e30577a7e1c"},{"filename":"sundayschool\/SundaySchoolDashboard.php","status":"Hash Mismatch","expectedhash":"57bda5291641929059de0aa31ea6add10633f00f","actualhash":"22e9b492f09adb98854812de82f636ec12363f95"},{"filename":"sundayschool\/SundaySchoolReports.php","status":"Hash Mismatch","expectedhash":"71a4677962e13f9f6bf35d441b11bc9f8acce88c","actualhash":"31260a418e476ae923af59faa4e490162c210249"},{"filename":"SystemSettings.php","status":"Hash Mismatch","expectedhash":"e3227f05b33dcb2e50192104ad0f6e035c0e012d","actualhash":"96151ae967a8144b78c0ca9a6036e85e7ee7b571"},{"filename":"vendor\/composer\/autoload_classmap.php","status":"Hash Mismatch","expectedhash":"6bb9663b93dd040e1792acc02f6c9d1cd54ceb67","actualhash":"1b8e12a29260d846074e9ee071bc61de9e219fda"},{"filename":"vendor\/composer\/autoload_static.php","status":"Hash Mismatch","expectedhash":"2b0c226fb3f04e589f3a00c0979fe04373c7e190","actualhash":"fee17dc5a16046330bfd032b4608ff0324bc87a6"},{"filename":"vendor\/nexmo\/client\/src\/Numbers\/Client.php","status":"Hash Mismatch","expectedhash":"1718979b50ee914cf6f00efbfe20ad46dbf96978","actualhash":"35b178d4f3fc9a67b3d43d1259b7ee22f3b889fa"},{"filename":"vendor\/symfony\/console\/Application.php","status":"Hash Mismatch","expectedhash":"4219de8afb1b7a65943e2c71c76a54aaf54d13b2","actualhash":"011ccf02bed24b28aeb772c4ff7ff6d173ce9c56"},{"filename":"vendor\/symfony\/console\/Helper\/QuestionHelper.php","status":"Hash Mismatch","expectedhash":"6164fbc485ba1ce62fcb5ef78af9524c5f52e5f6","actualhash":"5518dca7c9d69c1b133267c2b636718fe0191b1f"},{"filename":"vendor\/symfony\/console\/Question\/Question.php","status":"Hash Mismatch","expectedhash":"0ea6c2d9a21a535f9348d9ac8bb97d6d84f05bd8","actualhash":"5cdff0bd8a0f820b52fd51cf572064f183809bbc"},{"filename":"vendor\/symfony\/console\/Tests\/Helper\/QuestionHelperTest.php","status":"Hash Mismatch","expectedhash":"083f20888f8f26f55501da1984364382c3546c91","actualhash":"7566210aef74a5e5c426419c4265666da5a53f3b"},{"filename":"locale\/js\/de_DE.js","status":"Hash Mismatch","expectedhash":"811e4d183ce2f6eefeeb5b52c6ed68fe7e216677","actualhash":"e3138fb16bba2d309e4db3e289f7a453246d9ee2"},{"filename":"locale\/js\/es_ES.js","status":"Hash Mismatch","expectedhash":"d58c898471cfded57ff66852f8955917d8fdabd9","actualhash":"7a9d7f4089ff06eb25c18ae7fe24b3a97eccbc40"},{"filename":"locale\/js\/fr_FR.js","status":"Hash Mismatch","expectedhash":"e26a6b5dcca542f28b8e64ee23198f00add85e44","actualhash":"89e302cfa4ee8a3ba8a2fdfe300d5643885bf152"},{"filename":"locale\/js\/id_ID.js","status":"Hash Mismatch","expectedhash":"0322127870b3942a8d9dfb6ea415f94759722e8f","actualhash":"4163ee444c6c71b71d62a80fc6f3b339202eeb6c"},{"filename":"locale\/js\/it_IT.js","status":"Hash Mismatch","expectedhash":"fba9686dcc1165b501c6929a7a2abad6ceb1e1cf","actualhash":"b49c16d20c52632b482a14d313c9ed370c443e5c"},{"filename":"locale\/js\/pt_BR.js","status":"Hash Mismatch","expectedhash":"29cdc796905de664fe569f71107bfe7d0e238a00","actualhash":"b97967d981e2b129e2fe322a940b87db18771d63"},{"filename":"locale\/js\/ro_RO.js","status":"Hash Mismatch","expectedhash":"598166ba1e6fe78bbf42748831e3166ca2e79ea5","actualhash":"f5ade737ed9850c8139a29ee20699d8bc897c476"},{"filename":"locale\/js\/vi_VN.js","status":"Hash Mismatch","expectedhash":"e69aa55dbd451dc3eb1a636f98c63fcfe9118870","actualhash":"bdb17cc844bc1292a160bdd722443718bee01320"},{"filename":"skin\/js\/CRMJSOM.js","status":"Hash Mismatch","expectedhash":"285cad646cf20b0c3a3c6047c5cc5a9634958c7c","actualhash":"1ff4e1cd032b60e52621fb70a11d907eaa323c32"},{"filename":"skin\/js\/FamilyVerify.js","status":"Hash Mismatch","expectedhash":"3956108d27c44b0c7e08dcaf8a085de5e6891030","actualhash":"900fcb4b41754d91485276618a5b7232a6e9d6cf"},{"filename":"skin\/js\/FamilyView.js","status":"Hash Mismatch","expectedhash":"decbb798753d4d43bc8b5c628e50eaf1a3a4cd83","actualhash":"1a0e097cbf952ac25c8158deed6730a6d54d7fa2"},{"filename":"skin\/js\/Footer.js","status":"Hash Mismatch","expectedhash":"073a3bd9e95ffeb9512d7ce6bfd1e0035327b9da","actualhash":"d51eb46cc9c430048c0ec619a9591022b7b4575b"},{"filename":"skin\/js\/GroupEditor.js","status":"Hash Mismatch","expectedhash":"b071a11bc52afb17177074fc3db706e17d05234d","actualhash":"460ef536cba0243437e5316f48ed903f8c71ad24"},{"filename":"skin\/js\/GroupList.js","status":"Hash Mismatch","expectedhash":"2573c5db2a1ae248d9f1618d7a9c68d9693a3ac8","actualhash":"3d9fb7c457669eacb5e9d2bbfe4fb2db69bd3124"},{"filename":"skin\/js\/GroupRoles.js","status":"Hash Mismatch","expectedhash":"f0747a02405bf0af59ac7b9bdc2fc069a2c6bad4","actualhash":"b580836cd7e872a1cc63941116c7f9d1d6c0c2b6"},{"filename":"skin\/js\/GroupView.js","status":"Hash Mismatch","expectedhash":"9e364f1c057ae4fb8fdf84dede9b9fa2dc4b07e3","actualhash":"34ac7dfc3ac8850298074c4d128caaee7eb12bfa"},{"filename":"skin\/js\/KioskJSOM.js","status":"Hash Mismatch","expectedhash":"97d6c91f56bb8248285be7a4a54eb1cfd45f8da5","actualhash":"b0fe872746245d629ac4016cc76f2cae4d95fcdc"},{"filename":"skin\/js\/PersonView.js","status":"Hash Mismatch","expectedhash":"fc742909dcb19c1df7afd8e10d9081b892350b7f","actualhash":"91a997396125c4dff05eda1c2424f164891dffdd"},{"filename":"skin\/js\/SystemSettings.js","status":"Hash Mismatch","expectedhash":"4d0409e9c8a9eb3031d3cb2db22902062bcc6493","actualhash":"452bde5505da46370412b64480a95b098587d1f0"},{"filename":"skin\/randomcolor\/randomColor.js","status":"File Missing"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_status | Calendar No showing people | https://api.github.com/repos/ChurchCRM/CRM/issues/3673/comments | 6 | 2017-12-09T23:20:08Z | 2018-02-24T01:08:40Z | https://github.com/ChurchCRM/CRM/issues/3673 | 280,764,892 | 3,673 |
[
"ChurchCRM",
"CRM"
] | note Calendar has no one on Dec 9th
(use demo data)
but nav counter has 1 for bithdays
Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |1080x2560
Window Size |823x1899
Page Size |984x1899
Platform Information | Linux dawoudio-churchcrm-5502615 4.9.17-c9 #1 SMP Thu Mar 23 01:38:54 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu14.04.1+deb.sury.org+1
SQL Version | 5.5.57-0ubuntu0.14.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"api\/index.php","status":"Hash Mismatch","expectedhash":"b5ea366c255ef332735204d8eecc8f90f148e9b7","actualhash":"baf1e2a97bfb0ab858990019b3cf47cb81866df2"},{"filename":"api\/routes\/calendar.php","status":"Hash Mismatch","expectedhash":"57299411b679229860e72fcc8e69d0e2ae095810","actualhash":"f99d2bc36ec07293df387014aeeb6a198e21b4c4"},{"filename":"api\/routes\/database.php","status":"Hash Mismatch","expectedhash":"7ba92625f49f777c7bf6886b9f92da7b3caefcaf","actualhash":"52d6c57fcffd71ad5298c1162743af92886cf1ba"},{"filename":"api\/routes\/events.php","status":"Hash Mismatch","expectedhash":"df324afb8710f9abde18fc155b60240dcbed8d71","actualhash":"8dfb0651d0cfe62cad24de23fc089d421da90b3a"},{"filename":"api\/routes\/families.php","status":"Hash Mismatch","expectedhash":"456410fdf6645362dad4cf067fbffff387fe3ba0","actualhash":"011548e91827d915cea4dfc974a8d7dc2e7d9d52"},{"filename":"api\/routes\/groups.php","status":"Hash Mismatch","expectedhash":"d7a05ed6291a62dab7bcac85fba6bf1b6c06800a","actualhash":"6a2428bfa20fb1550f0ac1e4b543ccdf7550bf10"},{"filename":"api\/routes\/persons.php","status":"Hash Mismatch","expectedhash":"f8517de1ff896296231c2ae5c6de2d8ccf8cdfa5","actualhash":"6f7f3acd4bd34ed3bb91f0f018be02a35f0f018e"},{"filename":"api\/routes\/register.php","status":"Hash Mismatch","expectedhash":"83fc78eeeca2b6b08640f1ad471b01fc4d3ff8cd","actualhash":"5f1d3e52e14449b779156bb175490b95072c48d0"},{"filename":"api\/routes\/search.php","status":"Hash Mismatch","expectedhash":"bc9b8a9b3b7fb74d30c1998c734a5d23ce03326f","actualhash":"91a58240600fd66a0fe6e4e97001945412be4358"},{"filename":"calendar.php","status":"Hash Mismatch","expectedhash":"0eff74762622f7da7d8536df729fee6dd996376c","actualhash":"9b1d79fede85d8177888f326c892e9305566be10"},{"filename":"CartToGroup.php","status":"Hash Mismatch","expectedhash":"d44c156b221e6824daca5eef45bfddc55610cc2b","actualhash":"fb7995bd1afb024b437317e64ece2154c9caeda8"},{"filename":"CartView.php","status":"Hash Mismatch","expectedhash":"cbb1ef10ae85f26aea017c787ba4b8cd12dbd617","actualhash":"362cd8236973a94fab0e9dcd324a1235af06bdec"},{"filename":"Checkin.php","status":"Hash Mismatch","expectedhash":"c9a7ab39238f715e30120cf1a57f5b85053a91f3","actualhash":"d585347221133f5964f288fa1a1d19939a8ca775"},{"filename":"CheckVersion.php","status":"File Missing"},{"filename":"ChurchCRM\/dto\/Cart.php","status":"Hash Mismatch","expectedhash":"b41cf1ac346e1afcd0983779ad2117129605dd26","actualhash":"b17c2c115965592ed51b044c3f0042a8818ac685"},{"filename":"ChurchCRM\/dto\/Photo.php","status":"Hash Mismatch","expectedhash":"3b756531c47713910ac4bac7f269eec8966f0736","actualhash":"c96743baaff7ef41deb14d31b55d1b96b75f528b"},{"filename":"ChurchCRM\/dto\/SystemConfig.php","status":"Hash Mismatch","expectedhash":"621d60fc19a4f88dc40889d4a1873725d362b070","actualhash":"13152bceeaaff2b1ac401d17f1d9afff91fa03aa"},{"filename":"ChurchCRM\/dto\/SystemURLs.php","status":"Hash Mismatch","expectedhash":"f009c1b4e0fa9cdd958be5b67e3b769475f1e427","actualhash":"9ee21799df4d17a8b742ff581413e8b8e511b92e"},{"filename":"ChurchCRM\/iPhoto.php","status":"Hash Mismatch","expectedhash":"c18ade4a46b3e66f7169f07b12e1c715dc909b26","actualhash":"4688793f7fd66a150485ae2b445be950a8705bc8"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Event.php","status":"Hash Mismatch","expectedhash":"34532c1926f6c5ca5692ceb1d1430f4b54123d63","actualhash":"02c8e639ed7abf3dd1d988361fef1b52290f8cc6"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Family.php","status":"Hash Mismatch","expectedhash":"604c393d12d0cfb9ced9556d1ccd9116385fc9f6","actualhash":"c5bd1315ccbcdcfd67dad575e9cb166ae3ea353e"},{"filename":"ChurchCRM\/model\/ChurchCRM\/Person.php","status":"Hash Mismatch","expectedhash":"5d8c5abb62940cee35650462c1b9c70216273b13","actualhash":"a092e57baf6108124efedc1be80c8e6c1cd1411e"},{"filename":"ChurchCRM\/Reports\/PDF_Attendance.php","status":"Hash Mismatch","expectedhash":"8e5ea2e83e526b8b8028edc9c0baa58896618397","actualhash":"3b016f68200d309fe2677cf86de23b7b043ac11f"},{"filename":"ChurchCRM\/Service\/CalendarService.php","status":"Hash Mismatch","expectedhash":"d9e32e9ae2e6f8e2bb0b4f1d7a0f83d380c20a04","actualhash":"61995a543dedaaf5ee2ece5894b401697dc5441c"},{"filename":"ChurchCRM\/Service\/GroupService.php","status":"Hash Mismatch","expectedhash":"1d57dc4a4127169877a77ed92c87633536f65997","actualhash":"8f5b46175b4d28d796e2e0d9b7b7471a434afb9e"},{"filename":"ChurchCRM\/Service\/PersonService.php","status":"Hash Mismatch","expectedhash":"ef8f587b70c0d1a2dad3d8aa6a3da465d4d9c4bd","actualhash":"5327960326e30735dbb6d992310e7a04479809be"},{"filename":"ChurchCRM\/Service\/SundaySchoolService.php","status":"Hash Mismatch","expectedhash":"3ea5e2bcb235e89088429908676e59ebee0a2cf8","actualhash":"c60b24fe324764f8ed435d763362073fd4af755d"},{"filename":"ChurchCRM\/Service\/SystemService.php","status":"Hash Mismatch","expectedhash":"e5631ff2a6ac387c473ff673a32acb71186a3368","actualhash":"daab81f332f0ed6df908d90ed2bebea4c378e5d6"},{"filename":"ChurchCRM\/utils\/GeoUtils.php","status":"Hash Mismatch","expectedhash":"f46a6c46ff49b887b00b42cad75af42c20f7ebce","actualhash":"bb658cc4b881b1f5568f4949f08e1093acdf183c"},{"filename":"ChurchCRM\/utils\/InputUtils.php","status":"Hash Mismatch","expectedhash":"7f555905a2583de818f672ad24c96262e282172f","actualhash":"cfdac0af2198ea4c84e5d2bd31e57c3cde492a87"},{"filename":"ChurchCRM\/utils\/MiscUtils.php","status":"Hash Mismatch","expectedhash":"447a0e0efef923f9cba9677ec2d67611acfb52fd","actualhash":"44b839b1b2bf50f477cb61d5cb6a512a10709932"},{"filename":"email\/MailChimpMissingReport.php","status":"Hash Mismatch","expectedhash":"2aa49e6ac86663aa5fe60bd4c44254a4a78e55a7","actualhash":"ea0cb5593f557ac5063e29b08d73085c334afe28"},{"filename":"EventEditor.php","status":"Hash Mismatch","expectedhash":"c5a584aad7e05395ad69944049c89e12df7a2c0b","actualhash":"844ac6a1c8c475db466e9796015885ee7b6f484c"},{"filename":"external\/templates\/verify\/verify-family-info.php","status":"Hash Mismatch","expectedhash":"fe8e9fd6956b95b5d27f0020bda2e4ef9d3c4f93","actualhash":"9f6c8f54bfd79ef53ddce669e362cb2d21f93f2a"},{"filename":"FamilyView.php","status":"Hash Mismatch","expectedhash":"3e772d7c5e83215eeb21db7fff8d32f519ea5fea","actualhash":"37d08c921d101bc0b14f896e66caba7336929ad3"},{"filename":"GetText.php","status":"Hash Mismatch","expectedhash":"d6ea455869f1c224381e69261d46a485aef01843","actualhash":"08cb54e5b34bace39cc0f00b2e4bd8d7ce762eee"},{"filename":"GroupEditor.php","status":"Hash Mismatch","expectedhash":"fdcb342313462f00f289311888baa921a026fc1a","actualhash":"d40183774cfbaa8f385accaba8ee05e697b0eea6"},{"filename":"GroupList.php","status":"Hash Mismatch","expectedhash":"deba919f97b18b308f61a9fac3e4e95b04ad845b","actualhash":"d9c8efc18ca5e079653b031dd82a0fa5040016f2"},{"filename":"GroupView.php","status":"Hash Mismatch","expectedhash":"4eb604493f50264dfd60d63764cbdd10e6494ed2","actualhash":"14d4e23c1d76e2fa981beb5c0dc5e39d09893371"},{"filename":"Include\/Footer-Short.php","status":"Hash Mismatch","expectedhash":"c9fef872b69b431a88caea391ca23c9411a9e1bf","actualhash":"3030c7401ecc5818f6466f01a7b3ec3af37bfd60"},{"filename":"Include\/Footer.php","status":"Hash Mismatch","expectedhash":"bbcb55160bb16ff7624380d0638365db12b187e7","actualhash":"f87ad7442be52b628ffcd4e19cc02c2737333cd1"},{"filename":"Include\/Functions.php","status":"Hash Mismatch","expectedhash":"5c7c1d953e0a4cee1852a4bd5da1d86da0e5ec6c","actualhash":"d76abee48a9fe4d684c5f41193ac4a29e781c5e4"},{"filename":"Include\/Header-function.php","status":"Hash Mismatch","expectedhash":"60de2311a3d6e4926a968d76727c15bd37268288","actualhash":"735cbf8e54599f2e077a38fb21adbf08e5c1585b"},{"filename":"Include\/Header-HTML-Scripts.php","status":"Hash Mismatch","expectedhash":"1b265547e5c6b09535970b9869a7b48d003a04c4","actualhash":"900b92244d17746210e8282a7027e3c82dc0ecac"},{"filename":"Include\/Header-Minimal.php","status":"Hash Mismatch","expectedhash":"7a0ea6303088f8afae5d3d4b10566a91407bbfc3","actualhash":"989b99166d02dfb3a517692de29054c1ddfa8faf"},{"filename":"Include\/Header-Short.php","status":"Hash Mismatch","expectedhash":"c1ca8fab82df4cc0f6659cf22aa9ae6dfbc498a6","actualhash":"93c6a57c707d92d2e2844d5f3342b117f3ccc4db"},{"filename":"Include\/Header.php","status":"Hash Mismatch","expectedhash":"558b5b59bda1c3569be9791e4745c04c0023fbaf","actualhash":"05a7e6fecbe8d182769b83b8ac6e1e86dd38e322"},{"filename":"Include\/HeaderNotLoggedIn.php","status":"Hash Mismatch","expectedhash":"8a07c9d9a5cc1848fabc9722776baeb087b3e9de","actualhash":"e4767bd730164ce476b7bd738c16cf071b978409"},{"filename":"Include\/LoadConfigs.php","status":"Hash Mismatch","expectedhash":"b959bce13fd868b40a58541978bb8f314370df58","actualhash":"f35f63e31b7ada004df9c896027c43cdd8910440"},{"filename":"kiosk\/routes\/kiosk.php","status":"Hash Mismatch","expectedhash":"434d935e3cef0eed16b66d94445f36f231f23a1c","actualhash":"38985b6d2fc0b520089ab4ebb6dd2723da00bdbd"},{"filename":"kiosk\/templates\/kioskDevices\/sunday-school-class-view.php","status":"Hash Mismatch","expectedhash":"eed1b29553bfd4b0c180f00b7959df8c0759964e","actualhash":"5ae8d52dfc22f0d1cbddabf549b7efffc6f5ee9e"},{"filename":"KioskManager.php","status":"Hash Mismatch","expectedhash":"38a69668e26eae50249722bc93ea9b8b1cb4aaa8","actualhash":"0f2a1b33389e99e0c5d929c3ab326b00a0e74ed3"},{"filename":"LettersAndLabels.php","status":"Hash Mismatch","expectedhash":"7f2347d8afe7200cc9288c8ea1885b9b74216d58","actualhash":"bc7d078cee8dd349892f71ff0b91ac259b3b6841"},{"filename":"ListEvents.php","status":"Hash Mismatch","expectedhash":"a2d11391e59cbf04348d6b9bd0f4e39abd1ded38","actualhash":"b06083318d1a43a63c9916267950be2d965c5a6a"},{"filename":"Login.php","status":"Hash Mismatch","expectedhash":"2fa54bfe050c7bed36b74966261608a5550eb732","actualhash":"729442f94df651283a17be97cdbc42752802ee91"},{"filename":"MapUsingGoogle.php","status":"Hash Mismatch","expectedhash":"f6919b888e6260d2e8c8d680aa4e05f7e5b098b7","actualhash":"113c778c7c2ed7c48adfa1bc3ea0e5d18494a527"},{"filename":"members\/online-pending-verify.php","status":"Hash Mismatch","expectedhash":"361af8c81d14c7f67a45f2ebe17056a2a1f10c4c","actualhash":"48fbf33a855f8e629be62709b2daa9e7bf8601cb"},{"filename":"members\/self-register.php","status":"Hash Mismatch","expectedhash":"aec50054f3c562607b7994e478ef3212d39126e4","actualhash":"e7ddcb37773de55e02c84e7a028cb323637ca8d1"},{"filename":"members\/self-verify-updates.php","status":"Hash Mismatch","expectedhash":"13c40f274ddff98aaae2af30181d2d5e7307b42f","actualhash":"fea52a9b6a5dfb9b6ad8870a699be8a90a05299b"},{"filename":"MembersDashboard.php","status":"File Missing"},{"filename":"Menu.php","status":"Hash Mismatch","expectedhash":"2e19aa8176a602a65300a197cb74ce4ed962d03a","actualhash":"d9d0930ad4b8b28c9aa28ab59a2a192576a04a1c"},{"filename":"NoteEditor.php","status":"Hash Mismatch","expectedhash":"758743323f4096bac71adf19a7b6be0de1cbaecc","actualhash":"02406bb73451908c3e412f607f4621eefe46ef87"},{"filename":"PersonEditor.php","status":"Hash Mismatch","expectedhash":"2fa9da5305147ed9dfa6e71f5169e3a54e53029f","actualhash":"8c4ad302d5a3cdd25594582cb0d02f0a77ca9bc5"},{"filename":"PersonView.php","status":"Hash Mismatch","expectedhash":"588c7bf8b795eba2205f54cf2110cca983400c98","actualhash":"f5b60515dddee472d71296d1502f2898bb0637b5"},{"filename":"PledgeEditor.php","status":"Hash Mismatch","expectedhash":"579f1ee403fe5d8e58f390ef2473a7edba5b0a26","actualhash":"c5517cfb5ea1d55a087a3a5c38ef7cc68cd56566"},{"filename":"PrintView.php","status":"Hash Mismatch","expectedhash":"a4e1d2c931fb2c247ae708eb83409554837948ca","actualhash":"773563ee4078af176c4f177b53f1b3e1909cfd36"},{"filename":"Register.php","status":"Hash Mismatch","expectedhash":"5da9d244fef2192ae10f9fe28864ac9f176fcb29","actualhash":"279c1dcdc18d19b363b68532ebaccc2916f5630b"},{"filename":"Reports\/ClassAttendance.php","status":"Hash Mismatch","expectedhash":"b31866135227a27e976c6842190131df6fc2a379","actualhash":"e104e5da9b7ab7ef7711122fc3a424adbe8063dc"},{"filename":"Reports\/ClassList.php","status":"Hash Mismatch","expectedhash":"2f658f885c61de7f01f20360b64666b3e44500ee","actualhash":"1a92ffaf484eed0cbe73be832b75e7179778d309"},{"filename":"Reports\/ConfirmLabels.php","status":"Hash Mismatch","expectedhash":"c8c0cc5183094bdb37dd333a6f45998136c003a7","actualhash":"ab887fde067c8661d0bd3e3d5cee9665d9946945"},{"filename":"Reports\/DirectoryReport.php","status":"Hash Mismatch","expectedhash":"669c5d6a5d0cf269c4b4f420f18466ca72b951f5","actualhash":"76f0b0b0d586e82955abb5a59c12b0db70f3b878"},{"filename":"Reports\/NewsLetterLabels.php","status":"Hash Mismatch","expectedhash":"258be4625554e4441bac57b0db4e9045720e92b4","actualhash":"860ffd28439fc0bbba357763d0b752f78c3081c2"},{"filename":"SelectList.php","status":"Hash Mismatch","expectedhash":"d13f08ce1063af8ba9ced6607de6b3210fc0301d","actualhash":"4340ab9799058b4f7227fef6ac9085c19e0c3d25"},{"filename":"sundayschool\/SundaySchoolClassListExport.php","status":"Hash Mismatch","expectedhash":"d7e741a803e590b3426a469ca3ea1ef5279f8503","actualhash":"7d7f6fbb2bdf9327d565f29e9aed17763c3db3b1"},{"filename":"sundayschool\/SundaySchoolClassView.php","status":"Hash Mismatch","expectedhash":"e983ecf3cf17f640ff693f87216cd6d23c4eb47d","actualhash":"9aaa7179f9a6baa0e4e8e399f1f21e30577a7e1c"},{"filename":"sundayschool\/SundaySchoolDashboard.php","status":"Hash Mismatch","expectedhash":"57bda5291641929059de0aa31ea6add10633f00f","actualhash":"22e9b492f09adb98854812de82f636ec12363f95"},{"filename":"sundayschool\/SundaySchoolReports.php","status":"Hash Mismatch","expectedhash":"71a4677962e13f9f6bf35d441b11bc9f8acce88c","actualhash":"31260a418e476ae923af59faa4e490162c210249"},{"filename":"SystemSettings.php","status":"Hash Mismatch","expectedhash":"e3227f05b33dcb2e50192104ad0f6e035c0e012d","actualhash":"96151ae967a8144b78c0ca9a6036e85e7ee7b571"},{"filename":"vendor\/composer\/autoload_classmap.php","status":"Hash Mismatch","expectedhash":"6bb9663b93dd040e1792acc02f6c9d1cd54ceb67","actualhash":"1b8e12a29260d846074e9ee071bc61de9e219fda"},{"filename":"vendor\/composer\/autoload_static.php","status":"Hash Mismatch","expectedhash":"2b0c226fb3f04e589f3a00c0979fe04373c7e190","actualhash":"fee17dc5a16046330bfd032b4608ff0324bc87a6"},{"filename":"vendor\/nexmo\/client\/src\/Numbers\/Client.php","status":"Hash Mismatch","expectedhash":"1718979b50ee914cf6f00efbfe20ad46dbf96978","actualhash":"35b178d4f3fc9a67b3d43d1259b7ee22f3b889fa"},{"filename":"vendor\/symfony\/console\/Application.php","status":"Hash Mismatch","expectedhash":"4219de8afb1b7a65943e2c71c76a54aaf54d13b2","actualhash":"011ccf02bed24b28aeb772c4ff7ff6d173ce9c56"},{"filename":"vendor\/symfony\/console\/Helper\/QuestionHelper.php","status":"Hash Mismatch","expectedhash":"6164fbc485ba1ce62fcb5ef78af9524c5f52e5f6","actualhash":"5518dca7c9d69c1b133267c2b636718fe0191b1f"},{"filename":"vendor\/symfony\/console\/Question\/Question.php","status":"Hash Mismatch","expectedhash":"0ea6c2d9a21a535f9348d9ac8bb97d6d84f05bd8","actualhash":"5cdff0bd8a0f820b52fd51cf572064f183809bbc"},{"filename":"vendor\/symfony\/console\/Tests\/Helper\/QuestionHelperTest.php","status":"Hash Mismatch","expectedhash":"083f20888f8f26f55501da1984364382c3546c91","actualhash":"7566210aef74a5e5c426419c4265666da5a53f3b"},{"filename":"locale\/js\/de_DE.js","status":"Hash Mismatch","expectedhash":"811e4d183ce2f6eefeeb5b52c6ed68fe7e216677","actualhash":"e3138fb16bba2d309e4db3e289f7a453246d9ee2"},{"filename":"locale\/js\/es_ES.js","status":"Hash Mismatch","expectedhash":"d58c898471cfded57ff66852f8955917d8fdabd9","actualhash":"7a9d7f4089ff06eb25c18ae7fe24b3a97eccbc40"},{"filename":"locale\/js\/fr_FR.js","status":"Hash Mismatch","expectedhash":"e26a6b5dcca542f28b8e64ee23198f00add85e44","actualhash":"89e302cfa4ee8a3ba8a2fdfe300d5643885bf152"},{"filename":"locale\/js\/id_ID.js","status":"Hash Mismatch","expectedhash":"0322127870b3942a8d9dfb6ea415f94759722e8f","actualhash":"4163ee444c6c71b71d62a80fc6f3b339202eeb6c"},{"filename":"locale\/js\/it_IT.js","status":"Hash Mismatch","expectedhash":"fba9686dcc1165b501c6929a7a2abad6ceb1e1cf","actualhash":"b49c16d20c52632b482a14d313c9ed370c443e5c"},{"filename":"locale\/js\/pt_BR.js","status":"Hash Mismatch","expectedhash":"29cdc796905de664fe569f71107bfe7d0e238a00","actualhash":"b97967d981e2b129e2fe322a940b87db18771d63"},{"filename":"locale\/js\/ro_RO.js","status":"Hash Mismatch","expectedhash":"598166ba1e6fe78bbf42748831e3166ca2e79ea5","actualhash":"f5ade737ed9850c8139a29ee20699d8bc897c476"},{"filename":"locale\/js\/vi_VN.js","status":"Hash Mismatch","expectedhash":"e69aa55dbd451dc3eb1a636f98c63fcfe9118870","actualhash":"bdb17cc844bc1292a160bdd722443718bee01320"},{"filename":"skin\/js\/CRMJSOM.js","status":"Hash Mismatch","expectedhash":"285cad646cf20b0c3a3c6047c5cc5a9634958c7c","actualhash":"1ff4e1cd032b60e52621fb70a11d907eaa323c32"},{"filename":"skin\/js\/FamilyVerify.js","status":"Hash Mismatch","expectedhash":"3956108d27c44b0c7e08dcaf8a085de5e6891030","actualhash":"900fcb4b41754d91485276618a5b7232a6e9d6cf"},{"filename":"skin\/js\/FamilyView.js","status":"Hash Mismatch","expectedhash":"decbb798753d4d43bc8b5c628e50eaf1a3a4cd83","actualhash":"1a0e097cbf952ac25c8158deed6730a6d54d7fa2"},{"filename":"skin\/js\/Footer.js","status":"Hash Mismatch","expectedhash":"073a3bd9e95ffeb9512d7ce6bfd1e0035327b9da","actualhash":"d51eb46cc9c430048c0ec619a9591022b7b4575b"},{"filename":"skin\/js\/GroupEditor.js","status":"Hash Mismatch","expectedhash":"b071a11bc52afb17177074fc3db706e17d05234d","actualhash":"460ef536cba0243437e5316f48ed903f8c71ad24"},{"filename":"skin\/js\/GroupList.js","status":"Hash Mismatch","expectedhash":"2573c5db2a1ae248d9f1618d7a9c68d9693a3ac8","actualhash":"3d9fb7c457669eacb5e9d2bbfe4fb2db69bd3124"},{"filename":"skin\/js\/GroupRoles.js","status":"Hash Mismatch","expectedhash":"f0747a02405bf0af59ac7b9bdc2fc069a2c6bad4","actualhash":"b580836cd7e872a1cc63941116c7f9d1d6c0c2b6"},{"filename":"skin\/js\/GroupView.js","status":"Hash Mismatch","expectedhash":"9e364f1c057ae4fb8fdf84dede9b9fa2dc4b07e3","actualhash":"34ac7dfc3ac8850298074c4d128caaee7eb12bfa"},{"filename":"skin\/js\/KioskJSOM.js","status":"Hash Mismatch","expectedhash":"97d6c91f56bb8248285be7a4a54eb1cfd45f8da5","actualhash":"b0fe872746245d629ac4016cc76f2cae4d95fcdc"},{"filename":"skin\/js\/PersonView.js","status":"Hash Mismatch","expectedhash":"fc742909dcb19c1df7afd8e10d9081b892350b7f","actualhash":"91a997396125c4dff05eda1c2424f164891dffdd"},{"filename":"skin\/js\/SystemSettings.js","status":"Hash Mismatch","expectedhash":"4d0409e9c8a9eb3031d3cb2db22902062bcc6493","actualhash":"452bde5505da46370412b64480a95b098587d1f0"},{"filename":"skin\/randomcolor\/randomColor.js","status":"File Missing"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_status | Calendar No showing people | https://api.github.com/repos/ChurchCRM/CRM/issues/3672/comments | 0 | 2017-12-09T23:20:07Z | 2017-12-09T23:21:33Z | https://github.com/ChurchCRM/CRM/issues/3672 | 280,764,890 | 3,672 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
Person View / Family View
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
standard hosting
#### What version of ChurchCRM are you runniung?
2.9.x | 404 Code is duplicated | https://api.github.com/repos/ChurchCRM/CRM/issues/3670/comments | 0 | 2017-12-09T23:00:41Z | 2017-12-11T00:31:06Z | https://github.com/ChurchCRM/CRM/issues/3670 | 280,763,612 | 3,670 |
[
"ChurchCRM",
"CRM"
] | Using the calendar.php add event, when the modal closes, there is whitespace added to the right hand of the page.
This white space:
1) should not appear
2) causes the right-hand nav to get weird.

Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |1050x1680
Window Size |870x1680
Page Size |984x1680
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Invalid behavior of Calendar.php Add event | https://api.github.com/repos/ChurchCRM/CRM/issues/3666/comments | 1 | 2017-12-09T21:11:46Z | 2017-12-16T19:13:24Z | https://github.com/ChurchCRM/CRM/issues/3666 | 280,755,308 | 3,666 |
[
"ChurchCRM",
"CRM"
] | Adding a new event to the calendar by clicking a day in the grid view correctly pops up the new event entry screen; however, there is a stylesheet request that fails for : ```/skin/external/ckeditor/contents.css?t=H8DC```

Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |1050x1680
Window Size |870x1680
Page Size |984x1680
Platform Information | Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version | 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Calendar CKEditor Missing contents.css | https://api.github.com/repos/ChurchCRM/CRM/issues/3665/comments | 0 | 2017-12-09T20:57:29Z | 2017-12-16T19:13:24Z | https://github.com/ChurchCRM/CRM/issues/3665 | 280,754,330 | 3,665 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
SelectList.php
#### Issue Description
As a user, I would like to be able to see the number of records returned when running a query on the SelectList.php page. Currently the only way to do this is to run the query and add the result to a cart. | Missing count on SelectList.php | https://api.github.com/repos/ChurchCRM/CRM/issues/3664/comments | 1 | 2017-12-09T20:38:58Z | 2017-12-12T21:47:12Z | https://github.com/ChurchCRM/CRM/issues/3664 | 280,752,918 | 3,664 |
[
"ChurchCRM",
"CRM"
] | #3616 fixed the groupview add to cart, but the action causes a page reload.
Adding a group to the cart should not require a page reload. | Add Group to Cart Causes page reload | https://api.github.com/repos/ChurchCRM/CRM/issues/3663/comments | 0 | 2017-12-09T20:35:20Z | 2017-12-11T02:12:33Z | https://github.com/ChurchCRM/CRM/issues/3663 | 280,752,677 | 3,663 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
SelectList.php
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
This is showing up in Vagrant, Cloud9, the demo site, and my Linux-based shared hosting (GoDaddy)
#### What version of PHP is the server running?
7.1
#### What browser (and version) are you running?
Version 63.0.3239.84 (Official Build) (64-bit)
#### What version of ChurchCRM are you running?
Found this on 2.9.0, 2.9.1, and 2.9.2
#### To reproduce this issue:
1. Go to People -> View all Persons.
1. Choose Add to Cart.
1. You should receive an error similar to the following:
`Fatal error: Uncaught Error: Call to undefined function AddToPeopleCart() in SelectList.php:393 Stack trace: #0 {main} thrown in SelectList.php on line 393` | SelectList Add to Cart Feature returns HTTP Error 500 | https://api.github.com/repos/ChurchCRM/CRM/issues/3662/comments | 2 | 2017-12-09T19:56:29Z | 2017-12-17T00:46:27Z | https://github.com/ChurchCRM/CRM/issues/3662 | 280,749,578 | 3,662 |
[
"ChurchCRM",
"CRM"
] | Other social media links are shown on in about me, facebook link is missing even though it was enterred
Collected Value Title | Data
----------------------|----------------
Page Name |/master/PersonEditor.php
Screen Size |360x640
Window Size |280x640
Page Size |2459x640
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Linux; Android 7.0; SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Facebook link not shown | https://api.github.com/repos/ChurchCRM/CRM/issues/3661/comments | 5 | 2017-12-09T14:17:20Z | 2024-05-17T20:35:37Z | https://github.com/ChurchCRM/CRM/issues/3661 | 280,723,196 | 3,661 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
#### What version of PHP is the server running?
#### What browser (and version) are you running?
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you runniung? | CANT UPLOAD PICTURES | https://api.github.com/repos/ChurchCRM/CRM/issues/3657/comments | 6 | 2017-12-08T15:39:41Z | 2023-11-01T17:37:31Z | https://github.com/ChurchCRM/CRM/issues/3657 | 280,528,199 | 3,657 |
[
"ChurchCRM",
"CRM"
] | Groups should be extended to have two membership modes: static or dynamic.
The existing model of adding people to groups represents the static membership mode.
A new dynamic membership mode would allow the group manager to serving criteria for group membership. I.e: within 5 miles of church, family name starts with q, has more than 4 children, etc. | Dynamic group membership | https://api.github.com/repos/ChurchCRM/CRM/issues/3656/comments | 6 | 2017-12-08T13:15:37Z | 2024-07-10T02:13:10Z | https://github.com/ChurchCRM/CRM/issues/3656 | 280,485,998 | 3,656 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
SystemSettings.php
#### What version of ChurchCRM are you runniung?
2.9.x
Look for and suggest changes to make the layout of the system config more user friendly. | Evaluate layout of config menu | https://api.github.com/repos/ChurchCRM/CRM/issues/3655/comments | 4 | 2017-12-07T22:18:17Z | 2024-07-10T02:30:04Z | https://github.com/ChurchCRM/CRM/issues/3655 | 280,299,509 | 3,655 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
Each week we enter about 10 to 20 new members.
And the process is real complex, with the adresses ..... more than 3 clicks.
Could we introduce a more simple way to do this ?
Last the dates for the PersonEditor is little old.
| Simplify new member entry | https://api.github.com/repos/ChurchCRM/CRM/issues/3649/comments | 3 | 2017-12-07T09:54:12Z | 2024-07-10T02:29:36Z | https://github.com/ChurchCRM/CRM/issues/3649 | 280,066,433 | 3,649 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
Before it was possible to add the member to a group we could create directly :


But actually this function is lost :


So we lose the simplicity of the GUI.
So I've to said to my church, now you have to create a group, second to add the result to the cart etc ..
So It's possible when you're in the group section.
But imagine, if you've make an extraction in the query menu (for us with 1500 members, we do this point ... many time a day), after you have to go to the group, to create one to click in the menu ....
They said to me : are you kidding ? It's a forward ? Where ?
GUI !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WHERE ARE YOU !!!!!!!!!!!!!!!!!!!!!!!
My way was : three clicks ....
I've learn one time when I produce websites, more than 3 clicks you lose the user. | Problem with the function add cart to group ... in one action ... | https://api.github.com/repos/ChurchCRM/CRM/issues/3647/comments | 2 | 2017-12-07T07:40:24Z | 2024-07-10T02:13:15Z | https://github.com/ChurchCRM/CRM/issues/3647 | 280,031,183 | 3,647 |
[
"ChurchCRM",
"CRM"
] | Log on page On what page in the application did you find this issue?
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
#### What version of PHP is the server running? 7.0
#### What browser (and version) are you running?
Have tried IE 11.1593.14393.0 Chrome Version 62.0.3202.94 (Official Build) (64-bit)Server Info
Firefox 57.0.1 64 bit
Configuration for www.fatcow.com
CGI | Active
Document Root | /home/users/web/b104/moo.saintthereseocc
FrontPage Extensions | No
Logs | https://www.fatcow.com/controlpanel/LogFiles.bml
Platform Type | Debian
MySQL Version | 5.6.32
Perl Version | 5.8.8
PHP Version | 7.0
Sendmail Path | /usr/sbin/sendmail
Perl Path | /usr/bin/perl
PHP Path | /usr/local/bin/php
#### What version of SQL Server are you running?
Version: 5.6.32 | Server Name: saintthereseocc.fatcowmysql.com
Databases Available: unlimited
#### What version of ChurchCRM are you runniung? 2.9.1


INFO From FATCOW TICKET
Support
Hello Chris,
We apologize for the delay and appreciate your patience. I have verified the provided screenshot. The Apache 'mod_rewrite' module is enabled by default on our servers.
Also, I have logged in to the URL: http://stoccdatabase.com/stoccdatabase.com/churchcrm/Login.php with the provided log in details and I was able to replicate the issue. I have uploaded the test session script: http://stoccdatabase.com/stoccdatabase.com/churchcrm/testsession.php and found that the session is working fine for the account. So, please contact the vendor of the Application and have then check this issue.
If you have any further questions, please chat with us at https://www.fatcow.com/chat/ .
Sincerely,
Shreyank N
Technical Specialist
I am not able to log in with the default user ID and password. I looked at the threads and saw that the X on Mod Rewrith migh be the issue but I dont understand how to fix it
Here is an error log 20171130T124213: saintthereseocc.fatcow.com/stoccdatabase.com/churchcrm/setup/index.php
sh: 1: /usr/local/apache/bin/apachectl: not found
20171130T124908: saintthereseocc.fatcow.com/stoccdatabase.com/churchcrm/IntegrityCheck.php
PHP Warning: require(Include/Config.php): failed to open stream: No such file or directory in /hermes/walnaweb02a/b104/moo.saintthereseocc/stoccdatabase.com/churchcrm/IntegrityCheck.php on line 4
PHP Fatal error: require(): Failed opening required 'Include/Config.php' (include_path='.:/usr/local/lib/php-7.0.15-precise/lib/php') in /hermes/walnaweb02a/b104/moo.saintthereseocc/stoccdatabase.com/churchcrm/IntegrityCheck.php on line 4
20171130T125006: saintthereseocc.fatcow.com/stoccdatabase.com/churchcrm/setup/index.php
sh: 1: /usr/local/apache/bin/apachectl: not found
Root Path Root path of your ChurchCRM installation ( THIS MUST BE SET CORRECTLY! )
/stoccdatabase.com/churchcrm
Base URL
http://saintthereseocc.fatcow.com/
I Have reuploaded the files several times
Can any one help
| Unable to Log into ChurchCRM with admin user ID and Password just keeps looping | https://api.github.com/repos/ChurchCRM/CRM/issues/3646/comments | 4 | 2017-12-06T23:36:33Z | 2023-11-06T03:30:43Z | https://github.com/ChurchCRM/CRM/issues/3646 | 279,946,631 | 3,646 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
demo system
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Vagrant 1.3
#### What version of ChurchCRM are you runniung?
2.9.2 Beta


| /api/persons/numbers Error | https://api.github.com/repos/ChurchCRM/CRM/issues/3643/comments | 4 | 2017-12-06T15:55:58Z | 2017-12-09T19:21:50Z | https://github.com/ChurchCRM/CRM/issues/3643 | 279,805,320 | 3,643 |
[
"ChurchCRM",
"CRM"
] | I have tried doing a manual upgrade from 2.8.15 to 2.9.1 (ie unzip and overwrite files) and I get the following fatal error when I try opening the root directory after the upgrade.
Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'person_per.per_FacebookID' in 'field list' in C:\xampp\htdocs\churchcrm29\vendor\propel\propel\src\Propel\Runtime\Connection\StatementWrapper.php:194 Stack trace: #0 C:\xampp\htdocs\churchcrm29\vendor\propel\propel\src\Propel\Runtime\Connection\StatementWrapper.php(194): PDOStatement->execute(NULL) #1 C:\xampp\htdocs\churchcrm29\vendor\propel\propel\src\Propel\Runtime\ActiveQuery\Criteria.php(2644): Propel\Runtime\Connection\StatementWrapper->execute() #2 C:\xampp\htdocs\churchcrm29\vendor\propel\propel\src\Propel\Runtime\ActiveQuery\ModelCriteria.php(1988): Propel\Runtime\ActiveQuery\Criteria->doSelect(Object(Propel\Runtime\Connection\DebugPDO)) #3 C:\xampp\htdocs\churchcrm29\vendor\propel\propel\src\Propel\Runtime\ActiveQuery\ModelCriteria.php(997): Propel\Runtime\ActiveQuery\ModelCriteria->doSelect(Object(Propel\Runtime\Connection\DebugPDO)) #4 C:\xampp\htdocs\churchcrm29\ChurchCRM\Service\DashboardService.php(163): Propel\Runti in C:\xampp\htdocs\churchcrm29\vendor\propel\propel\src\Propel\Runtime\ActiveQuery\Criteria.php on line 2650
I am running Xampp 7.1.10 on Windows 7 on my personal PC. I am running the MySQL server and PHP that is built into Campp The browser is Chrome.
I have restored from backup and repeated the upgrade attempt and got the same error. I thought the database upgrade was supposed to kick in automatically. Is there something more I should be doing?
Nigel
| Fatal error when upgrading to 2.9.1 | https://api.github.com/repos/ChurchCRM/CRM/issues/3642/comments | 9 | 2017-12-06T11:27:48Z | 2023-11-01T17:37:31Z | https://github.com/ChurchCRM/CRM/issues/3642 | 279,718,412 | 3,642 |
[
"ChurchCRM",
"CRM"
] | When you lock the screen (ChurchCRM) it opens a new tab.
Reported by @pagaremos
Collected Value Title | Data
----------------------|----------------
Page Name |/master/SystemSettings.php
Screen Size |768x1366
Window Size |662x1349
Page Size |927x1579
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| Lock Screen | https://api.github.com/repos/ChurchCRM/CRM/issues/3641/comments | 1 | 2017-12-06T10:11:52Z | 2017-12-16T20:14:42Z | https://github.com/ChurchCRM/CRM/issues/3641 | 279,695,590 | 3,641 |
[
"ChurchCRM",
"CRM"
] | This error message just pops up even when I am doing no inputs:
ERROR
Error making API Call to: /master/api/events/numbers
Error text: SyntaxError: Unexpected end of JSON input
Reported by pagaremos
Collected Value Title | Data
----------------------|----------------
Page Name |/master/SystemSettings.php
Screen Size |768x1366
Window Size |662x1349
Page Size |719x1579
Platform Information | Linux sansa.asoshared.com 3.10.0-714.10.2.lve1.4.66.el6h.x86_64 #1 SMP Mon Oct 9 19:41:36 EDT 2017 x86_64
PHP Version | 7.0.16
SQL Version | 5.5.51-38.2
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"success"}
| JSON Error | https://api.github.com/repos/ChurchCRM/CRM/issues/3640/comments | 0 | 2017-12-06T10:09:48Z | 2017-12-09T20:37:25Z | https://github.com/ChurchCRM/CRM/issues/3640 | 279,694,973 | 3,640 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
Login.php
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Xampp, shared linux hosting
#### What version of PHP is the server running?
5.6, 7.1
#### What browser (and version) are you running?
Chrome, Firefox, ie, Microsoft edge.
#### What version of ChurchCRM are you runniung?
families are entered directly into the database without any verification or confirmation. this might be a security risk. Because anyone can register thus have access to information being sent out to members etc.
This was formally the case with churchinfo but it was addressed
Admin has to approve before it's entered in the database. | Register new family entered data directly into database without verification | https://api.github.com/repos/ChurchCRM/CRM/issues/3639/comments | 9 | 2017-12-06T07:26:21Z | 2024-07-11T02:20:45Z | https://github.com/ChurchCRM/CRM/issues/3639 | 279,652,922 | 3,639 |
[
"ChurchCRM",
"CRM"
] |
Collected Value Title | Data
----------------------|----------------
Page Name |/FindDepositSlip.php
Screen Size |1050x1680
Window Size |870x1680
Page Size |870x1680
Platform Information | Linux ChurchCRM 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"Signature definition File Missing"}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Typo on \"Generate Deposit Split\" | https://api.github.com/repos/ChurchCRM/CRM/issues/3638/comments | 0 | 2017-12-06T03:23:02Z | 2017-12-12T12:29:41Z | https://github.com/ChurchCRM/CRM/issues/3638 | 279,613,049 | 3,638 |
[
"ChurchCRM",
"CRM"
] | `src/Reports/PrintDeposit.php` was deleted in b929d8d2a2d12e35bd371c4191f2871a96600eb5, but it still referenced in `src/FinancialReports.php`.
# Steps to Reproduce
Run the "Individual Deposit Report" financial report (left-hand menu, Deposit, Deposit Reports).
# What Happens
Not found page for `Reports/PrintDeposit.php`.
# What is Expected
Either Individual Deposit Report doesn't appear as a Report Type (because it's not supported anymore) or the report generates. | Individual Deposit Report no Longer Exists | https://api.github.com/repos/ChurchCRM/CRM/issues/3637/comments | 2 | 2017-12-06T03:10:28Z | 2020-10-13T20:48:39Z | https://github.com/ChurchCRM/CRM/issues/3637 | 279,610,814 | 3,637 |
[
"ChurchCRM",
"CRM"
] | Label printing can be painful. Printers can get hungry, and eat pages. It would be nice to have a way to resume a label run - both from a known starting point / label, AND to re-use an existing label sheet (i.e. the first 10 labels are used and peeled off, but there are still 20 labels un-printed on the sheet)


Collected Value Title | Data
----------------------|----------------
Page Name |/LettersAndLabels.php
Screen Size |1050x1680
Window Size |919x1680
Page Size |919x1680
Platform Information | Linux IDAE001 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"skin\/external\/moment\/locales.js","status":"Hash Mismatch","expectedhash":"a7bc201f4e2ba01d46d29788e9d6cf50ca93b645","actualhash":"890f0d8a0ede0bd6c64873f996b84fb90e734ba5"},{"filename":"skin\/external\/moment\/locales.min.js","status":"Hash Mismatch","expectedhash":"dd906bb079fca3dadc9adfa9d8e50a7eca52fca3","actualhash":"fe61cf0385511585dfb80e3b81c31ea72adad892"},{"filename":"skin\/external\/moment\/moment-with-locales.js","status":"Hash Mismatch","expectedhash":"afe1ad72895d77baf115d45574f56289fd3f4941","actualhash":"de3216d7f72162ab8cdcfb7ccc6ba378430f573a"},{"filename":"skin\/external\/moment\/moment-with-locales.min.js","status":"Hash Mismatch","expectedhash":"e6b52571fc9eb9639b0425199df2db2e512c00f2","actualhash":"65d884b0bf4d844b833e30844548a9236b115737"},{"filename":"skin\/external\/moment\/moment.min.js","status":"Hash Mismatch","expectedhash":"8001720d00d05ae1fea123cd928db6b2352515cd","actualhash":"e2aa579ffbacc766f4afe69bcc44078da6917834"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Resume Label Printing | https://api.github.com/repos/ChurchCRM/CRM/issues/3635/comments | 2 | 2017-12-06T01:03:27Z | 2024-07-11T02:20:46Z | https://github.com/ChurchCRM/CRM/issues/3635 | 279,587,911 | 3,635 |
[
"ChurchCRM",
"CRM"
] | The registration of the last label on a sheet during a print run is higher on that label than the first label on a sheet
Collected Value Title | Data
----------------------|----------------
Page Name |/LettersAndLabels.php
Screen Size |1050x1680
Window Size |919x1680
Page Size |919x1680
Platform Information | Linux IDAE001 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"skin\/external\/moment\/locales.js","status":"Hash Mismatch","expectedhash":"a7bc201f4e2ba01d46d29788e9d6cf50ca93b645","actualhash":"890f0d8a0ede0bd6c64873f996b84fb90e734ba5"},{"filename":"skin\/external\/moment\/locales.min.js","status":"Hash Mismatch","expectedhash":"dd906bb079fca3dadc9adfa9d8e50a7eca52fca3","actualhash":"fe61cf0385511585dfb80e3b81c31ea72adad892"},{"filename":"skin\/external\/moment\/moment-with-locales.js","status":"Hash Mismatch","expectedhash":"afe1ad72895d77baf115d45574f56289fd3f4941","actualhash":"de3216d7f72162ab8cdcfb7ccc6ba378430f573a"},{"filename":"skin\/external\/moment\/moment-with-locales.min.js","status":"Hash Mismatch","expectedhash":"e6b52571fc9eb9639b0425199df2db2e512c00f2","actualhash":"65d884b0bf4d844b833e30844548a9236b115737"},{"filename":"skin\/external\/moment\/moment.min.js","status":"Hash Mismatch","expectedhash":"8001720d00d05ae1fea123cd928db6b2352515cd","actualhash":"e2aa579ffbacc766f4afe69bcc44078da6917834"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Avery 5160 Template is a little off | https://api.github.com/repos/ChurchCRM/CRM/issues/3634/comments | 2 | 2017-12-06T00:58:55Z | 2024-07-11T02:20:48Z | https://github.com/ChurchCRM/CRM/issues/3634 | 279,587,030 | 3,634 |
[
"ChurchCRM",
"CRM"
] |
Collected Value Title | Data
----------------------|----------------
Page Name |/LettersAndLabels.php
Screen Size |1080x1920
Window Size |874x1455
Page Size |874x1455
Platform Information | Linux IDAE001 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"skin\/external\/moment\/locales.js","status":"Hash Mismatch","expectedhash":"a7bc201f4e2ba01d46d29788e9d6cf50ca93b645","actualhash":"890f0d8a0ede0bd6c64873f996b84fb90e734ba5"},{"filename":"skin\/external\/moment\/locales.min.js","status":"Hash Mismatch","expectedhash":"dd906bb079fca3dadc9adfa9d8e50a7eca52fca3","actualhash":"fe61cf0385511585dfb80e3b81c31ea72adad892"},{"filename":"skin\/external\/moment\/moment-with-locales.js","status":"Hash Mismatch","expectedhash":"afe1ad72895d77baf115d45574f56289fd3f4941","actualhash":"de3216d7f72162ab8cdcfb7ccc6ba378430f573a"},{"filename":"skin\/external\/moment\/moment-with-locales.min.js","status":"Hash Mismatch","expectedhash":"e6b52571fc9eb9639b0425199df2db2e512c00f2","actualhash":"65d884b0bf4d844b833e30844548a9236b115737"},{"filename":"skin\/external\/moment\/moment.min.js","status":"Hash Mismatch","expectedhash":"8001720d00d05ae1fea123cd928db6b2352515cd","actualhash":"e2aa579ffbacc766f4afe69bcc44078da6917834"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Need label functionality for return addresses | https://api.github.com/repos/ChurchCRM/CRM/issues/3633/comments | 2 | 2017-12-06T00:55:25Z | 2024-07-11T02:20:49Z | https://github.com/ChurchCRM/CRM/issues/3633 | 279,586,402 | 3,633 |
[
"ChurchCRM",
"CRM"
] |
Collected Value Title | Data
----------------------|----------------
Page Name |/SelectList.php
Screen Size |1080x1920
Window Size |874x1455
Page Size |6274x1455
Platform Information | Linux IDAE001 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"skin\/external\/moment\/locales.js","status":"Hash Mismatch","expectedhash":"a7bc201f4e2ba01d46d29788e9d6cf50ca93b645","actualhash":"890f0d8a0ede0bd6c64873f996b84fb90e734ba5"},{"filename":"skin\/external\/moment\/locales.min.js","status":"Hash Mismatch","expectedhash":"dd906bb079fca3dadc9adfa9d8e50a7eca52fca3","actualhash":"fe61cf0385511585dfb80e3b81c31ea72adad892"},{"filename":"skin\/external\/moment\/moment-with-locales.js","status":"Hash Mismatch","expectedhash":"afe1ad72895d77baf115d45574f56289fd3f4941","actualhash":"de3216d7f72162ab8cdcfb7ccc6ba378430f573a"},{"filename":"skin\/external\/moment\/moment-with-locales.min.js","status":"Hash Mismatch","expectedhash":"e6b52571fc9eb9639b0425199df2db2e512c00f2","actualhash":"65d884b0bf4d844b833e30844548a9236b115737"},{"filename":"skin\/external\/moment\/moment.min.js","status":"Hash Mismatch","expectedhash":"8001720d00d05ae1fea123cd928db6b2352515cd","actualhash":"e2aa579ffbacc766f4afe69bcc44078da6917834"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Add all people to cart is broken | https://api.github.com/repos/ChurchCRM/CRM/issues/3632/comments | 0 | 2017-12-06T00:49:33Z | 2017-12-17T00:46:26Z | https://github.com/ChurchCRM/CRM/issues/3632 | 279,585,251 | 3,632 |
[
"ChurchCRM",
"CRM"
] |
Collected Value Title | Data
----------------------|----------------
Page Name |/FamilyView.php
Screen Size |1080x1920
Window Size |874x1455
Page Size |1469x1455
Platform Information | Linux IDAE001 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
PHP Version | 7.0.22-0ubuntu0.16.04.1
SQL Version | 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version |2.9.1
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Prerequisite Status |All Prerequisites met
Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"skin\/external\/moment\/locales.js","status":"Hash Mismatch","expectedhash":"a7bc201f4e2ba01d46d29788e9d6cf50ca93b645","actualhash":"890f0d8a0ede0bd6c64873f996b84fb90e734ba5"},{"filename":"skin\/external\/moment\/locales.min.js","status":"Hash Mismatch","expectedhash":"dd906bb079fca3dadc9adfa9d8e50a7eca52fca3","actualhash":"fe61cf0385511585dfb80e3b81c31ea72adad892"},{"filename":"skin\/external\/moment\/moment-with-locales.js","status":"Hash Mismatch","expectedhash":"afe1ad72895d77baf115d45574f56289fd3f4941","actualhash":"de3216d7f72162ab8cdcfb7ccc6ba378430f573a"},{"filename":"skin\/external\/moment\/moment-with-locales.min.js","status":"Hash Mismatch","expectedhash":"e6b52571fc9eb9639b0425199df2db2e512c00f2","actualhash":"65d884b0bf4d844b833e30844548a9236b115737"},{"filename":"skin\/external\/moment\/moment.min.js","status":"Hash Mismatch","expectedhash":"8001720d00d05ae1fea123cd928db6b2352515cd","actualhash":"e2aa579ffbacc766f4afe69bcc44078da6917834"}]}
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Inactive families still print labels | https://api.github.com/repos/ChurchCRM/CRM/issues/3631/comments | 2 | 2017-12-06T00:33:31Z | 2024-07-11T02:20:50Z | https://github.com/ChurchCRM/CRM/issues/3631 | 279,581,867 | 3,631 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
After running the setup
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
XAMPP - macOS
#### What version of PHP is the server running?
7.1.1.11
#### What browser (and version) are you running?
Safari 10.0.3
#### What version of SQL Server are you running?
?
#### What version of ChurchCRM are you running?
2.9.1
Receiving error message reading:
Fatal error: Uncaught Exception: An invalid configuration name has been requested: bHSTSEnable in /opt/lampp/htdocs/churchcrm/ChurchCRM/dto/SystemConfig.php:310 Stack trace: #0 /opt/lampp/htdocs/churchcrm/Include/Header-Security.php(24): ChurchCRM\dto\SystemConfig::getBooleanValue('bHSTSEnable') #1 /opt/lampp/htdocs/churchcrm/Include/HeaderNotLoggedIn.php(4): require_once('/opt/lampp/htdo...') #2 /opt/lampp/htdocs/churchcrm/Include/LoadConfigs.php(31): require('/opt/lampp/htdo...') #3 /opt/lampp/htdocs/churchcrm/Include/LoadConfigs.php(70): system_failure('Could not conne...') #4 /opt/lampp/htdocs/churchcrm/Include/Config.php(61): require_once('/opt/lampp/htdo...') #5 /opt/lampp/htdocs/churchcrm/index.php(6): require_once('/opt/lampp/htdo...') #6 {main} thrown in /opt/lampp/htdocs/churchcrm/ChurchCRM/dto/SystemConfig.php on line 310
I am not clued up on code at all so would appreciate any help I can get.
Thanks | Fatal Error in XAMPP setup | https://api.github.com/repos/ChurchCRM/CRM/issues/3627/comments | 10 | 2017-12-05T10:17:04Z | 2018-01-29T16:17:50Z | https://github.com/ChurchCRM/CRM/issues/3627 | 279,318,636 | 3,627 |
[
"ChurchCRM",
"CRM"
] | @phili67
> I plan to add vCalendar format... I've done this 10 years ago in another project. | Calendar vCard Export | https://api.github.com/repos/ChurchCRM/CRM/issues/3625/comments | 3 | 2017-12-05T01:16:29Z | 2018-04-06T01:27:43Z | https://github.com/ChurchCRM/CRM/issues/3625 | 279,210,495 | 3,625 |
[
"ChurchCRM",
"CRM"
] | Relates to #3520
Last the attendees
We create an presence moment
```
CREATE TABLE presence (
pr_id mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
date_attendance datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY(pr_id)
)
ENGINE= InnoDB;
We can add a person to the presence moment
This part is deleted when a person id deleted or a presence is deleted
CREATE TABLE person_presence (
per_pr_id mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
per_presence_id mediumint(9) unsigned NOT NULL,
per_person_id mediumint(9) unsigned NOT NULL,
is_present BOOLEAN NOT NULL DEFAULT false,
delay VARCHAR(40) NOT NULL DEFAULT '0',
date_attendance datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
description TEXT COLLATE utf8_unicode_ci,
PRIMARY KEY(per_pr_id),
CONSTRAINT fk_person_presence_ID
FOREIGN KEY (per_presence_id)
REFERENCES presence(pr_id)
ON DELETE CASCADE,
CONSTRAINT fk_person_ID
FOREIGN KEY (per_person_id)
REFERENCES person_per(per_ID)
ON DELETE CASCADE
)
ENGINE= InnoDB;
``` | Make classroom appeal | https://api.github.com/repos/ChurchCRM/CRM/issues/3624/comments | 5 | 2017-12-05T01:11:33Z | 2024-07-11T02:20:52Z | https://github.com/ChurchCRM/CRM/issues/3624 | 279,209,693 | 3,624 |
[
"ChurchCRM",
"CRM"
] | Relates to #3520
An event in now attached to a calendar and not to a group (for security reason)
So we have to redefine the way for each event to be attached to a calendar and no more to a group
When a calendar is destroyed, the event are deleted too.
```
ALTER TABLE events_event ADD event_cal_id mediumint(9) unsigned DEFAULT NULL;
ALTER TABLE events_event
ADD CONSTRAINT fk_event_cal_id
FOREIGN KEY (event_cal_id)
REFERENCES calendar(cal_id)
ON DELETE CASCADE;
``` | Attach Events to Calendars instead of Groups | https://api.github.com/repos/ChurchCRM/CRM/issues/3623/comments | 2 | 2017-12-05T01:10:59Z | 2024-07-11T02:20:52Z | https://github.com/ChurchCRM/CRM/issues/3623 | 279,209,612 | 3,623 |
[
"ChurchCRM",
"CRM"
] | Relates to #3520
**A calendar can be share to another user nor to a group via inclusion**
A user can customise the color nor the description
a user has rights on the calendar :
- 2 to write 4 for reading and 6 to read write 0 for nothing
```
CREATE TABLE calendar_share (
`cal_share_id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
`per_share_id`mediumint(9) unsigned NOT NULL,
`cal_share_color` VARCHAR(10) NOT NULL DEFAULT '#DC143C',
PRIMARY KEY(cal_share_id),
`cal_share_right` tinyint(4) NOT NULL DEFAULT '6',
CONSTRAINT fk_cal_share_ID
FOREIGN KEY (per_share_id)
REFERENCES calendar(cal_id)
ON DELETE CASCADE
)
ENGINE= InnoDB;
```
| Calendar Sharing | https://api.github.com/repos/ChurchCRM/CRM/issues/3622/comments | 2 | 2017-12-05T01:10:18Z | 2024-07-12T02:12:04Z | https://github.com/ChurchCRM/CRM/issues/3622 | 279,209,490 | 3,622 |
[
"ChurchCRM",
"CRM"
] | Relates to #3520
**IMPORTANT : the calendar if is now to a person on not to a group ( for security reasons )**
When a person is deleted the calendar is deleted too : ensure the the integrity of the DB.
So a calendar could be of type calendar or reservation of resources.
A calendar could have a parent so we could have a hierarchy like (very important to have a good view of the calendars) :

** the calendar type **
```
CREATE TABLE calendar_type (
`cal_type_id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
`cal_type_Name` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY(cal_type_id)
)
ENGINE= InnoDB;
INSERT INTO `calendar_type`(`cal_type_Name`) VALUES ('CALENDAR');
INSERT INTO `calendar_type`(`cal_type_Name`) VALUES ('MATERIAL RESERVATION');
INSERT INTO `calendar_type`(`cal_type_Name`) VALUES ('ROOM RESERVATION');
INSERT INTO `calendar_type`(`cal_type_Name`) VALUES ('VIDEO PROJECTOR RESERVATION');
```
Calendar Data Type
````
CREATE TABLE calendar (
`cal_id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
`cal_person_ID` mediumint(9) unsigned NOT NULL,
`cal_parent_ID` mediumint(9) unsigned DEFAULT NULL,
`cal_Name` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`cal_creation` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`cal_desc` TEXT COLLATE utf8_unicode_ci,
`cal_color` VARCHAR(10) NOT NULL DEFAULT '#DC143C',
`cal_cal_type_id` mediumint(9) unsigned NOT NULL,
PRIMARY KEY(cal_id),
CONSTRAINT fk_cal_ID
FOREIGN KEY (cal_person_ID)
REFERENCES person_per(per_ID)
ON DELETE CASCADE,
CONSTRAINT fk_cal_parent_ID
FOREIGN KEY (cal_parent_ID)
REFERENCES calendar(cal_id)
ON DELETE SET NULL,
CONSTRAINT fk_cal_cal_type_ID
FOREIGN KEY (cal_cal_type_id)
REFERENCES calendar_type(cal_type_id)
ON DELETE CASCADE
)
ENGINE= InnoDB;
``` | New Data Type - Calendars | https://api.github.com/repos/ChurchCRM/CRM/issues/3621/comments | 6 | 2017-12-05T01:09:08Z | 2024-07-12T02:12:06Z | https://github.com/ChurchCRM/CRM/issues/3621 | 279,209,262 | 3,621 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.