Database error in vBulletin 4.1.0:
Invalid SQL:
(SELECT 'package' AS classtype, package.packageid AS typeid, package.packageid AS packageid,
package.productid AS productid, if(package.productid = 'vbulletin', 1, product.active) AS enabled,
package.class AS class, -1 as isaggregator
FROM package AS package
LEFT JOIN product AS product
ON product.productid = package.productid
WHERE product.active = 1
OR package.productid = 'vbulletin'
)
UNION
(SELECT 'contenttype' AS classtype, contenttypeid AS typeid, contenttype.packageid AS packageid,
1, 1, contenttype.class AS class , contenttype.isaggregator
FROM contenttype AS contenttype
INNER JOIN package AS package ON package.packageid = contenttype.packageid
LEFT JOIN product AS product ON product.productid = package.productid
WHERE product.active = 1
OR package.productid = 'vbulletin' );
MySQL Error : Can't find file: 'contenttype' (errno: 2)
Error Number : 1017
Request Date : Friday, January 7th 2011 @ 10:38:21 PM
Error Date : Friday, January 7th 2011 @ 10:38:22 PM
Script :
http://www.......com/vb/showthread.p...بول&p=97026
Referrer :
http://www........com/vb/index.php
IP Address : 188.00.83.1
Username : غير مسجل
Classname : vB_Database
MySQL Version : 4.1.22-standard