ymunjal
Forum Replies Created
-
fixed. it doesn’t work with exising email ids. had to remove the ids and then they were able to login back again next time with fresh registration after this plugin.
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Error While redirecting backsee this page below: http://goo.gl/Aogwwq
no matter if you click on fb icon below login or register, it never goes for login. It always behave like register. and once user is registered, it gives error stating: email id already exists.
whereas it should happen like: if email id exists, it should authenticate and allow user to login.
please tell whats the reason behind it.
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Error While redirecting backHello,
I am at the wp-login.php and press sign-in with google/facebook, instead of sign-in, it goes to register with google/facebook each time and says this email id is already registered.
I know this email id is registered and i am at the login page … not the signup page but it still gives error, this email id is registered and ask for another mail id.
well i’ve registered once via social login so it should allow me to login next time.
why it pretend to register again and again even at login page?
Forum: Plugins
In reply to: [ECT Social Share] installation description not clearsomehow i managed to call the file incectsocialshare.php on my custom thanks.php page
but now its giving the error:
Fatal error: Call to undefined function escape_string() in /home/content/34/11407634/html/quirkdev/wp-content/themes/mandala/woocommerce/checkout/vsadmin/incectsocialshare.php on line 2
this is line 2:
$sSQL = “SELECT cartProdID,p.pName,pn.imageSrc FROM cart as c inner join products as p on p.pID=c.cartProdID inner join productimages as pn on pn.imageProduct=p.pID WHERE c.cartOrderID='” . escape_string($ordID) . “‘”;