Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.7.8
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
When attempting to update a user's password in WP itself (not CiviCRM), I get the following error:
Fatal error: Cannot access private property Civi\Core\Transaction\Frame::$state
I was able to fix this by editing wp-content/plugins/civicrm/civicrm/Civi/Core/Transaction/Frame.php and commenting out the two assert() calls that reference $this->state