You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
I'm trying to setup this plugin for the first time and I get an error when entering my API credentials:
Warning: base64_decode() expects parameter 1 to be string, object given in /app/public/wp-content/plugins/church-community-builder-core-api/includes/class-ccb-core-helpers.php on line 184
The text was updated successfully, but these errors were encountered:
@weschilders@iamandrewpeters@rhkittredge thanks for reporting this. The issue is with how PHP 5.6, 7.1, and 7.2/7.3 all implement different levels of support for the password encryption method I was using, depending on the hosting environment.
I have just released a new version that implements a more widely supported method. It should work in almost any environment. The only requirement is that your hosting platform needs to have the OpenSSL PHP module installed. It should be a very common module unless the platform hasn't been managed for a very long time. The plugin will warn you if it doesn't detect the module.
I know this is a very old issue, but if you are still interested in using this plugin I have a copy of 1.0.8 ready for testing and can be manually downloaded here https://github.com/jaredcobb/ccb-core/archive/master.zip. If you do happen to test, I'd love to hear the results or if you have any problems.
I plan to release this plugin after I have more time to test this week. Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to setup this plugin for the first time and I get an error when entering my API credentials:
Warning: base64_decode() expects parameter 1 to be string, object given in /app/public/wp-content/plugins/church-community-builder-core-api/includes/class-ccb-core-helpers.php on line 184
The text was updated successfully, but these errors were encountered: