Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-21595 re-fix CRM-21445 #11483

Merged
merged 1 commit into from
Jan 4, 2018

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Jan 4, 2018

Overview

Revert https://github.com/civicrm/civicrm-core/pull/11427/files
Add additional check for pay later fatal

#11454 against 4.7.30 - due to the criticality of this I am merging to 4.7.30 & up to master now - although I still advocate replacing the 4.7.29 release ASAP


@eileenmcnaughton eileenmcnaughton changed the base branch from master to 4.7.30-rc January 4, 2018 02:19
@eileenmcnaughton eileenmcnaughton merged commit b2c29c4 into civicrm:4.7.30-rc Jan 4, 2018
@eileenmcnaughton eileenmcnaughton deleted the fix_hell branch January 4, 2018 02:19
@a-irvine
Copy link

a-irvine commented Jan 4, 2018

Thank you. This patch has fixed WSOD and saved me many hours of reverting backups.

@dandoran-wp
Copy link

Yes, thank you! A client of ours is using Auth.net payment processor, and I implemented this patch and avoided WSOD in one case.

However, we are still seeing WSOD when a user tries to access Batches. Any ideas?

@eileenmcnaughton
Copy link
Contributor Author

@dandoran-wp sounds like a different issue - do you have access to error log to look for clues?

@dandoran-wp
Copy link

dandoran-wp commented Jan 8, 2018

Yes, I have. Debugging is enabled. Nothing is written to the log. The webserver log says:

FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined method CRM_Batch_BAO_Batch::checkBatchPermission() in /home/forge/coloradononprofits.org/public/sites/all/modules/civicrm/CRM/Financial/Form/Search.php on line 103" while reading response header from upstream, client: 67.88.124.26, server: coloradononprofits.org, request: "GET /civicrm/financial/financialbatches?reset=1&batchStatus=1 HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php5.6-fpm.sock:", host: "www.coloradononprofits.org", referrer: "https://www.coloradononprofits.org/civicrm/contact/search/advanced?_qf_Select_display=true&qfKey=2ce93f24ef589281c4ad4cefedd5f7d8_4134"

@dandoran-wp
Copy link

Okay, I found the issue -- it's in an extension of JMA Consulting's. Thank you for your help.

@eileenmcnaughton
Copy link
Contributor Author

Ah - yeah I was thinking it looked like there was an extension php override in place :-(

sluc23 pushed a commit to ixiam/civicrm-core that referenced this pull request Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants