Database error in vBulletin 4.0.6

Dark_Jack Seguir

Alfa
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
4 Jul 2009
Mensajes
24
Database error in vBulletin 4.0.6:

Insertar CODE, HTML o PHP:
Invalid SQL:

                    (SELECT 'package' AS classtype, package.packageid AS typeid, package.packageid AS packageid, package.productid AS productid, product.active AS enabled, package.class AS class
                     FROM package AS package
                     INNER JOIN product AS product
                      ON product.productid = package.productid
                      OR package.productid = 'vbulletin')
                    UNION
                    (SELECT 'contenttype' AS classtype, contenttypeid AS typeid, contenttype.packageid AS packageid, 1, 1, contenttype.class AS class
                     FROM contenttype AS contenttype)
                    UNION
                    (SELECT 'widgettype' AS classtype, widgettypeid AS typeid, widgettype.packageid AS packageid, 1, 1, widgettype.class AS class
                     FROM cms_widgettype AS widgettype);

MySQL Error   : Incorrect information in file: './canarias_online/contenttype.frm'
Error Number  : 1033
Request Date  : Friday, September 10th 2010 @ 09:23:38 PM
Error Date    : Friday, September 10th 2010 @ 09:23:38 PM
Script        : http://www.canarias-online.es/content.php
Referrer      : http://www.canarias-online.es/content/
IP Address    : 
Username      : 
Classname     : vB_Database
MySQL Version : 5.0.91-community

¿Alguien me puede ayudar? :(
 

Dark_Jack

Alfa
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
4 Jul 2009
Mensajes
24
Para arreglarlo tuve que reparar las siguientes tablas:

contenttype
searchcore
searchgroup
searchlog
tag
tagcontent

Saludos!!
 
Arriba