By Albert Paga Juan on Friday, 11 December 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 682
Votes 0
1062 Duplicate entry '8' for key 'PRIMARY' SQL=INSERT INTO `v1t63_easyblog_oauth` (`id`,`user_id`,`type`,`auto`,`request_token`,`access_token`,`message`,`created`,`private`,`params`,`system`) VALUES ('8','42','facebook','0','{\"token\":\"facebook\",\"secret\":\"facebook\"}','','','2015-12-09 09:59:54','0','','1')
Hey Albert,

You are most likely hitting this because your hosting provider has mod_security in place which prevents the Facebook authorization process to fail.

1. You need to contact your hosting provider to disable mod_security.
2. Then, run the following SQL query to clear the existing cached content

delete from v1t63_easyblog_oauth where `type`='facebook';
·
Friday, 11 December 2015 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post