
09-29-2012, 07:16 PM
|
|
|
Join Date: Sep 2011
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
This is the error which comes up when importing in the ACP 
Quote:
Database error in vBulletin 4.2.0:
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=2)
WHERE t1.styleid = -1;
MySQL Error : Not unique table/alias: 't1'
Error Number : 1066
|
|