
12-10-2015, 07:12 PM
|
 |
|
|
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Tried to install this version of Project Tools on vBulletin 4.2.3 and got this database error:
PHP Warning: mysqli_query(): (23000/1062): Duplicate entry '4-IssueNote' for key 'packageclass' in ..../includes/class_core.php on line 1394
Database error in vBulletin 4.2.3:
Invalid SQL:
INSERT INTO vb_contenttype
(class, packageid, canplace, cansearch, cantag, canattach)
VALUES
('IssueNote', 4, '0', '0', '0', '0');
MySQL Error : Duplicate entry '4-IssueNote' for key 'packageclass'
Error Number : 1062
Script : http://www.mydomain/admincp/plugin.php?do=productimport
Referrer : http://www.mydomain/admincp/plugin.php?do=productadd
Classname : vB_Database_MySQLi
MySQL Version : 5.1.73-log
|