Error Grave al entrar a un post

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

notomoleche

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola tengo un error grave nose que paso o habra sido al subir un plugin pero este error me produce al entrar a un post y al admincp

Al entrar a un post


Database error in vBulletin 4.1.2:

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: './XXXXXXXXXXXX/contenttype.frm'
Error Number : 1033
Request Date : Thursday, June 9th 2011 @ 02:53:35 PM
Error Date : Thursday, June 9th 2011 @ 02:53:36 PM
Script : http://www........../showthread.php?t=1174377&p=1801477
Referrer : http://www............./forum.php
IP Address : 190.235.209.20
Username : ..................
Classname : vB_Database
MySQL Version : 5.0.77-log

Al entrar a un opciones del admincp me aparece esto

Database error in vBulletin 4.1.2:

Invalid SQL:

SELECT setting.*, settinggroup.grouptitle
FROM settinggroup AS settinggroup
LEFT JOIN setting AS setting USING(grouptitle)
WHERE settinggroup.displayorder <> 0
ORDER BY settinggroup.displayorder, setting.displayorder;

MySQL Error : Got error 28 from storage engine
Error Number : 1030
Request Date : Thursday, June 9th 2011 @ 02:56:46 PM
Error Date : Thursday, June 9th 2011 @ 02:56:46 PM
Script : http://www.........../........cp/options.php?null=0
Referrer : http://www............../..........cp/index.php?do=nav
IP Address : 190.235.209.20
Username : ..........
Classname : vB_Database
MySQL Version : 5.0.77-log

nose que hacer he tratado de desabilitar todo los xml y nada no puedo solucionarlo..

he tratado desde el config.php tratar de desabilitar todo los plugin y tampoco nose soluciona

alguien me puede ayudar
 
Deshabilita los plugins o modificaciones de la siguiente manera :

ve al ftp / root de tu web y busca el siguiente archivo :

public_html/includes/config.php

dentro de ese archivo, en la primera linea debera de aparecer lo siguiente :

PHP:
<?php

y agrega este codigo :

PHP:
<?php
define('DISABLE_HOOKS', true);
una vez hecho esto, deshabilita la modificacion instalada.
 
exacto aaa actualiza la web

---------- Actualizado a las 07:10 ---------- Original a las 04:53 ----------

MMMM verificando aver dame la web para ver el error
 
Atrás
Arriba