ChurchCRM / CRM

ChurchCRM is an OpenSource Church CRM & Management Software.
https://ChurchCRM.io
MIT License
626 stars 444 forks source link

Bug: HTTP Error 500 on Envelope Manager #7161

Closed ken23humphrey closed 1 month ago

ken23humphrey commented 1 month ago

Description

Attempting to go to the Envelope Manager produces a browser HTTP Error 500 message. This was done on a Softaculous install and a cPanel install where the files were uploaded into the folder on a shared hosting account.

A clear and concise description of what the reported bug is:

Steps To Reproduce

From the ChurchCRM Home Page:

  1. Click on Deposit
  2. Click on Admin
  3. Click on Envelope Manager

Expected behavior

The expectation is to go to the web page representing the Envelope Manager. It goes to the browser HTTP Error 500 page instead.

Screenshots and/or logs

Screenshot 2024-09-21 203106

Desktop (please complete the following information):

ken23humphrey commented 1 month ago

When looking at the developer tools when attempting to go to the Envelope Manager, this error shows up...

Screenshot 2024-09-21 203615

DAcodedBEAT commented 1 month ago

@ken23humphrey do you have access to the logs and if so, can you please provide the output here?

ken23humphrey commented 1 month ago

Here's a copy of the log file...

2024-09-22-php.log

DAcodedBEAT commented 1 month ago

@ken23humphrey Do you mind manually updating the PHP and confirm that this fixes the issue?

https://github.com/ChurchCRM/CRM/pull/7164

ken23humphrey commented 1 month ago

After manually updating the php file, the changes worked.

Thanks!

Issue is resolved.