
04-02-2012, 01:25 PM
|
 |
|
|
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by thecore762
I am getting the following error:
Code:
Database error in vBulletin 4.1.11:
Invalid SQL:
SELECT t1.templateeditid AS templateeditid_1, t1.varname ,
t1.templateeditid AS templateeditid_1, t1.styleid AS styleid_1 ,
t2.templateeditid AS templateeditid_2, t2.styleid AS styleid_2
FROM templateedit AS t1
LEFT JOIN templateedit AS t1 ON (t1.varname=t1.varname AND t1.styleid=-2)
LEFT JOIN templateedit AS t2 ON (t1.varname=t2.varname AND t2.styleid=14)
WHERE t1.styleid = -1;
MySQL Error : Not unique table/alias: 't1'
Error Number : 1066
Request Date : Monday, April 2nd 2012 @ 10:48:07 AM
Error Date : Monday, April 2nd 2012 @ 10:48:07 AM
Script : http://www.47r-squad.com/xxxxx/template.php?do=massmerge&product=tms&hash=83ce42051623fbb9c38c932f5d51cdc7&redirect=index.php%3Floc%3Dplugin.php%253Fdo%253Dproduct
Referrer : http://www.47r-squad.com/xxxxx/plugin.php?do=productimport
IP Address : xxxx
Username : xxxx
Classname : vB_Database
MySQL Version : 5.1.61
|
Did you apply the patch files?
|