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 : Incorrect information in file: './sd_forum/contenttype.frm'
Error Number : 1033 SELECT 'package' AS classtype hatası yardım
6
●385
- 12-09-2010, 02:04:16Merhaba ustalarım, vb 4.06 kullaniyorum herhangi bir degişiklik, ekleme, cıkarma yapmadım ama asagıdaki hatayi veriyor konulara girdigim zaman. forum anasayfada sorun yok. config.php de disable yaptim eklentileri hala ayni. ne yapabilirim?
- 12-09-2010, 23:50:48onarma yaptıgımda
***.forum.contenttype ...Incorrect information in file: './....
_forum.contenttype repair error Corrupt
_forum.searchcore repair Error Incorrect information in file: './
_forum.searchcore repair error Corrupt
_forum.searchgroup repair Error Incorrect information in file: './
gibi bazı tablolarda onarırken hata var - 10-10-2010, 16:52:36hostçuna söyle ssh tan php.ini ye gir orda ki InnoDB olan satırı silsin
- 10-10-2010, 16:57:44Tsk Ederim hocam Suan Hostcum yok İlettim Geldiğinde Bakar İnsallah Düzelir..gokhan2121 adlı üyeden alıntı: mesajı görüntüle