
05-18-2007, 03:29 AM
|
 |
|
|
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by SnickersTK
I am getting this error when trying to add the plugin:
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
INSERT INTO productcode
(productid, version, installcode, uninstallcode)
VALUES
('tip',
'*',
'if ($vbulletin->products[\'tms\'])\r\n{\r\n require_once(DIR . \'/includes/adminfunctions_templateedits.php\');\r\n install_templateedits($info, $arr, $active);\r\n}',
'if ($vbulletin->products[\'tms\'])\r\n{\r\n require_once(DIR . \'/includes/adminfunctions_templateedits.php\');\r\n uninstall_templateedits($vbulletin->GPC[\'productid\']);\r\n}');
MySQL Error : Duplicate entry '0' for key 1
Error Number : 1062
Date : Thursday, May 17th 2007 @ 03:35:49 PM
Script : http://*/forum/admincp/plugin.php
Referrer : http://*/forum/admincp/plugin.php?do=productadd
IP Address : *
Username : TK
Classname : vb_database
|
Seems to be a problem of your prodcucode table ...
|