Loading...
 
 Error
  • Search index could not be updated: Deadlock found when trying to get lock; try restarting transaction
Features / Usability

Features / Usability


Re: Social Login unable to auto create user

posts: 400

Replace this line:
$token = $consumer->getRequestToken($customServiceParameters);

With this:

Copy to clipboard
try { $token = $consumer->getRequestToken($customServiceParameters); } catch (Exception $e) { Feedback::error($e->getMessage()); header("Location: tiki-index.php"); die(); }
There are no comments at this time.