I recently updated the Facebook PHP SDK to version 3.x.x after my earlier code stopped working. Now, when the user logs in, the page refreshes but still shows the Facebook login button. If I refresh it one more time then it logs in the user. Any idea what is going on? has anyone else faced a similar problem?
Thanks.
If you are "refreshing" the page, then the problem is not the php sdk, is the javascript you are using. Could you please provide more info about your problem? Are you experiencing the problem in all browsers? are you using http/https correctly? Please be more specific.
Related
I have a bit of an issue. When I try to login to my WordPress admin I cannot proceed past this screen. Someone on my old host set up a ReCaptcha login. I'm not sure how they did it. I've looked through the plugins and haven't found anything. I believe it was done through the previous host. I have access to the MySQL database and MyPHPadmin, but I cannot find anything that is referencing this script. Any help would be much appreciated.
http://patchleishman.com/wp-login
I have an eshop, where there is a strange bug / issue.
In the login page, if you try to login with wrong credentials then, instead of showing the Error message to the user, i am getting the message in the url and seems like this:
http://example.com/my-account/?login=failed&wp-error=<strong>ΣΦΑΛΜΑ<%2Fstrong>.....
All the other error messages are showing correctly.
Any ideas about this?
The problem solved.
It wasn't a bug from WooCommerce. This issue was caused by Page Restrict plugin.
When i disabled this plugin, everything worked fine.
Seems that there is a bug there that is needed to be fixed.
In case someone else, has the same issue.
I was wondering if anyone has any experience with the following issue I am trying to figure out.
On the wordpress backend login a not a robot recapcha appears with the following text: This page is an extra security measure for websites which use WordPress or Joomla!. Before you can log in, you have confirm that you are a human being. You can do this by confirming the reCAPTCHA above.
With the button confirm under it. Passing the recapcha is not a problem, yet when you press on confirm it just refreshes the page and you have to pass the recapcha again and so on in a neverending loop.
I checked everything on the website level. turned off all caching, extensions, made sure all is updated. reinstalled the wordpress version. I checked on multiple browsers, cleaned the history, tried in safe mode and incognito mode. I also asked others to check on their laptop if they see the same thing and they did. Yet nothing solves this problem. Checked the error and access log, nothing out of the ordinary there too.
But.. on smartphones/tablets you can get to the username/password screen without recapcha looping. I did send a mail to google but the response time is not that fast, so it seems.
So I thought maybe someone here has some experience with this problem or knows where the solution needs to be found. Any help in the right direction will be greatly appreciated.
I fail to understand why this happens to be honest. Thank you in advance.
Anyone else experiencing problems with google tag manager?
Our work account has deleted container-permissions without a user defined doing it. We heard some other accounts also have problems? Anyone who knows whats going on? No email accounts have been compromised.
if your container is still working - back it up ASAP! There is not guarantee that Google will be able to restore it, Nobody knows why this is happening as of now
It has been acknowledged. There are problems rising everywhere.
Google Forums
Latest news about the bug, google says everything will be restored
Tracking starts working again, only problem left is access to the containers using the User Interface, Google is working on it.
UI Back ! Everything working again, my changes of the last day are gone.
I'm using hybridauth-2.2.2 to implement facebook connect.
Connecting and login with facebook is not a problem.
At the moment my login page goes to the facebook login page and redirects back, but I want to open the facebook login dialog in a popup window, so I changed the setting display=page to display=popup but it still redirects to the facebook login page. I assume that I'm missing something so just wanted to know what. Any help would be greatly appreciated. Please let me know if you require more details.
Thanks,
Devo
guess I was expecting too much of the hybridauth library this time. I thought the display=popup setting would add the js to open the pop up window itself, but I guess it's just to tell facebook api whats been used to connect. So just added the bit of js needed to open a popup window for facebook login