Conflict with Simple History plugin and PHP 7
-
It appears the lost password form that Membership 2 uses has a fatal server error when submitting a password reset request when the site’s also running Simple History on PHP 7.
I have sites running PHP 7.1 and Simple History… the one that doesn’t use Membership 2 worked perfectly fine. Meanwhile, the site using Membership 2 has a server error when using the front-end form.
From what I can tell, the onRetrievePasswordMessage function in Simple History is expecting 4 parameters
$message, $key, $user_login, $user_data
, but the form Membership 2 is sending only provides 3. Wondering if this could be patched on Membership 2’s end of things to prevent this compatibility issue. I’ve also reported this to the Simple History plugin to get this resolved in a timely fashion.
- The topic ‘Conflict with Simple History plugin and PHP 7’ is closed to new replies.