
Originally Posted by
clydejones
I'm assuming that your additional language ID's are as follows:
2
3
4
5
6
if so then run the following sql statement and see if that corrects the problem.
copy and paste the following in admin -> tools -> install sql patches (and click the send button)
INSERT INTO `links_status` VALUES (1, 2, 'Pending');
INSERT INTO `links_status` VALUES (2, 2, 'Approved');
INSERT INTO `links_status` VALUES (1, 3, 'Pending');
INSERT INTO `links_status` VALUES (2, 3, 'Approved');
INSERT INTO `links_status` VALUES (1, 4, 'Pending');
INSERT INTO `links_status` VALUES (2, 4, 'Approved');
INSERT INTO `links_status` VALUES (1, 5, 'Pending');
INSERT INTO `links_status` VALUES (2, 5, 'Approved');
INSERT INTO `links_status` VALUES (1, 6, 'Pending');
INSERT INTO `links_status` VALUES (2, 6, 'Approved');