ERROR En Base de Datos

  • Autor Autor notomoleche
  • Fecha de inicio Fecha de inicio
N

notomoleche

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola, como estan, acabo de actualiza correctamente de 4.0.1 a 4.1.2, el problema es el siguiente:
me tira error de base de datos al momento de crear un tema y es este:
PHP:
Database error in vBulletin 4.1.2:

Invalid SQL:
INSERT INTO post
    (showsignature, allowsmilie, htmlstate, username, userid, title, pagetext, iconid, visible, dateline, ipaddress, attach, threadid)
VALUES
    (1, 1, 'on_nl2br', 'SCrick', 1, 'waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaa', 'weeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee', 0, 1, 1300458733, '190.42.145.245', 0, 719338);

MySQL Error   : Unknown column 'htmlstate' in 'field list'
Error Number  : 1054
Request Date  : Friday, March 18th 2011 @ 10:32:13 AM
Error Date    : Friday, March 18th 2011 @ 10:32:13 AM
Script        : http://www.9reyes.net/newthread.php?do=postthread&f=404
Referrer      : http://www.9reyes.net/newthread.php?do=newthread&f=404
IP Address    : 190.42.145.245
Username      : SCrick
Classname     : vB_Database
MySQL Version : 5.0.77-log
 
Hola !

Sabes hacer querys ?

la solucion es agregar la siguiente tabla a tu DB :

Insertar CODE, HTML o PHP:
[/FONT]htmlstate enum('off', 'on', 'on_nl2br') NOT NULL DEFAULT 'on_nl2br'")
 
Hice lo que me dijiste desde el archivo tools y reparado las tablas aun asi sigo teniendo problemas. asi que he subido nuevamente todo el pack del suite vb4.1.2, al tratar de hacer upgrade nuevamente me sale este error:
Unexpected Text:<?xml version="1.0" encoding="windows-1252"?> <?xml version="1.0" encoding="windows-1252"?> <error><![CDATA[<strong>vB_Database_Alter</strong>: fetch_table_info() has not been called successfully.<br />Got error 28 from storage engine]]></error>
 
Atrás
Arriba