When logging in using Facebook or Google in Arabic It does not log in, and it go
-
When logging in using Facebook or Google in Arabic
It does not log in, and it goes to page 404.
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
Kindly check private content
Please, send us your FTP access also.
Thank you in advance.
Try to edit the file wp-content/plugins/woodmart-core/inc/auth.php
and change the following line
if ( strstr( $this->current_url, trailingslashit( $account_url ) . $network ) ) {
to
if ( strstr( strtolower( $this->current_url ), strtolower( trailingslashit( $account_url ) . $network ) ) ) {
Thank you very much, the problem solved.
The topic ‘When logging in using Facebook or Google in Arabic It does not log in, and it go’ is closed to new replies.