This object is in archive! 
Facebook & Twitter not working
I just set up a new install of Use Response and enabled the Login Plus module. In the module settings I added Facebook and Twitter app IDs and secret keys.
When I try to register with Facebook I get a popup from Facebook where I enter my Facebook user name and password. After I click OK the popup opens this URL (https://helgeklein.com/forum/login-oauth/facebook?code=<long code here>) and nothing else happens.
We'll try to reproduce the bug and get back to you with solution
We'll try to reproduce the bug and get back to you with solution
Some more information: I have SSL enabled, so all UR pages are automatically delivered via HTTPS (which is good). The problem I described occurs only when trying to register on the front page without SSL. In other words:
Let me know if you need more information.
Some more information: I have SSL enabled, so all UR pages are automatically delivered via HTTPS (which is good). The problem I described occurs only when trying to register on the front page without SSL. In other words:
Let me know if you need more information.
I think we have enough information as of now.. Thank you. We are working on reproduction of that issue.
I think we have enough information as of now.. Thank you. We are working on reproduction of that issue.
Helge, we've tried to reproduce mentioned bug, but couldn't identify it. Even on your community it works like a charm.
Could you please let me know if it works fine now or you still have problems.
Helge, we've tried to reproduce mentioned bug, but couldn't identify it. Even on your community it works like a charm.
Could you please let me know if it works fine now or you still have problems.
This is probably the easiest way to reproduce it:
That gives me an endlessly spinning wheel (see attachment).
This is probably the easiest way to reproduce it:
That gives me an endlessly spinning wheel (see attachment).
Helge,
The thing is that you are trying to use https requests on http domain. As I understand, you use community on https, so in application/configs/application.inc you should have baseurl to be https://domainname.com/forum
But if you go to http, no requests will pass.
So you either use http or https. Just put 302 redirect rule in .htaccess located in installation folder of UseResponse. Let me know if it works for you
Helge,
The thing is that you are trying to use https requests on http domain. As I understand, you use community on https, so in application/configs/application.inc you should have baseurl to be https://domainname.com/forum
But if you go to http, no requests will pass.
So you either use http or https. Just put 302 redirect rule in .htaccess located in installation folder of UseResponse. Let me know if it works for you
Add somewhere in the beginning of .htaccess:
or you can try this:
Add somewhere in the beginning of .htaccess:
or you can try this:
Thank you very much, Stas. The first code block does not work, but the second one is perfect. I put a slightly modified version right at the top of the .htaccess file in the UseResponse install directory:
Thank you very much, Stas. The first code block does not work, but the second one is perfect. I put a slightly modified version right at the top of the .htaccess file in the UseResponse install directory:
You are welcome :)
You are welcome :)
Replies have been locked on this page!