THANK YOU!
I do not understand how all theses settings changed, but I have re-enabled it and it fixed the problem with Google!
However, clicking the facebook icon doesn't even bring up the facebook confirmation pop-up window now..
It just reloads the login page and shows this error:
Facebook. Unknown error VerifyAuthentication
I have logged in to Facebook Developers area and ensured that my settings are all correct, but it still is the same problem.
I am still using an older version of the plugin. My version of this plugin is 1.17.
Maybe I should try upgrading to newest version?
OK, I understand. I saved my settings and confirmed in settings table that all of the URI's have https.
But I'm still having the same problems...not sure what to try next.
STORE SETTINGS
Store URL
https://www.myfootshop.com/
Secure URL
https://www.myfootshop.com/
Google API settings:
Plugin settings:
Support wrote:
400. That’s an error.
Error: redirect_uri_mismatch
The redirect URI in the request, http://www.myfootshop.com/plugins/exauthsocial/googlelogincallback, does not match the ones authorized for the OAuth client.
We are using the same host for over a year now, but 2 days ago I changed our site to force all traffic into an SSL connection.
http://myfootshop.com
http://www.myfootshop.com
...both of these addresses should resolve to https://www.myfootshop.com.
It seems to be working when I try.
In my store configuration settings in nopC, I also changed my store URL to be https://www.myfootshop.com, which is identical to the Secure URL...maybe that's a problem?
Hello-
I'm not sure for how long this has been happening, but when a user attempts to login via any of the social networks, everything seems to be working. I see the pop-up confirmation pages from each social network, and agree, but then an error is shown on the login page:
Facebook. Unknown error VerifyAuthentication
Or, for Google, the error is:
Unknown error VerifyAuthentication
Can you please suggest a reason why this might be happening?
Thanks!
Maybe the problem is because I did not delete the /ArticleRead folder inside my plugin views from the previous version?
Also...
When I comment this line where the error occurs:
@* @Html.Action("ArticleTags", "ArticleRead") *@
Hello-
I just finished upgrading a client's nopCommerce site from 3.40 to 3.80. I also updated his Articles plugin to 3.80 version.
After starting my site back up, I went to the Articles plugin configuration screen so that the sql update scripts would execute, but maybe they didn't execute??
When I try to view it in a browser, I get this error:
Method not found: 'Void Nop.Core.PagedList`1..ctor(System.Collections.Generic.IList`1<!0>, Int32, Int32)'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'Void Nop.Core.PagedList`1..ctor(System.Collections.Generic.IList`1<!0>, Int32, Int32)'.
Source Error:
Line 26: @section left {
Line 27: @Html.Action("ArticleGroupNavigation", "ArticleRead",new { currentGroupId = Model.ArticleGroupId, currentArticleId = 0 })
Line 28: @Html.Action("ArticleTags", "ArticleRead")
Line 29: }
Line 30: @*breadcrumb*@
Source File: h:\root\home\datastitch-001\www\site1\Plugins\FoxNetSoft.Articles\Views\Article\List.cshtml Line: 28
Hello-
My site is 3.40 and we do not plan to upgrade.
When I view the Description.txt file of the newly compiled endicia plugin, it shows Supported Version: 3.50.
Did you compile for only 3.50? Or will it still work in my 3.40 version site?
Thanks again!
Steve