Hi,
That is difficult to say without additional information.
Is there any error in the logs?
Which version of the extension are you using? Did you upgrade from a previous version, or is this a fresh install?
Does the empty page occur for every login…
Hi,
This seems to be the process with pinterest (this is pinterest related)
You need to add a collaborator to your app, before it can get submitted for review.
This collaborator is someone you follow, and follows you.
We can't provide you with detai…
Thanks for the clarification.
Is the situation you describe created when an existing Wordpress user created another account via Social Login, but now wants to link their social account(s) to their original, existing, account?
(sorry for all the ques…
Hi,
Yes, you can :-)
You just need to rename, or copy (with one extra step below) the file
ext/oneall/sociallogin/styles/all/template/event/overall_header_content_before.html
to another file in the same directory.
The name of new file instructs Php…
Hi,
Looks like a plugin called "pmpro" is clearing out the redirection url.
This is interrupting the Social Login redirection, needed to complete the user login process.
To test this, either disable pmpro, or change it's configuration to remove it's…
Hi,
Apologies for delay in posting back.
The credentials I received did not work.
We tested the Social Login which worked, but did not show the membership info.
Also, the social login user did not belong to any group.
However, registering a new acco…
Hi,
Which version of the OneAll plugin are you using? Version 5.0 does not seem to have this code, but version 4.6 does.
So, the backtrace array lists all the nested function calls up to the error.
The last call is at the end. So you need to read …
Hi,
The redirect is specified in the callback_uri JS method (set_callback_uri).
You can change the default JS produced URL, and put what you prefer.
Maybe you can try to call the set_popup_usage before the do_render_ui.
Best.
Hi,
Could you try out the following fix?
In file: modules/social_login/social_login_widget.module,
at line 25, replace
$current_uri = social_login_get_current_url();
with
$current_uri = social_login_get_current_url($is_https);
We'll probably updat…
Hi,
We'll look into this.
A first comment: your site seems to be in HTTPS already, with a working Social Login, so I'm not sure I understand the problem you are having.
Does the problem occur with Secure Login and an HTTP url? (not https://cruisehu…
Hi,
Thanks for reporting this.
However, the version 5.0 of the plugin does use the recommended constructor. Also, we do not get this notice in our WP instances.
To spare you additional trouble, maybe you can add an action hook that logs the backtra…