problema de plugin

Esta es una discusión para el tema problema de plugin en el foro vBulletin 4 - Preguntas, Problemas y Soluciones, bajo la categoría Soporte vBulletin; Holas, tengo un problema en un plugin, cuando quiero ir a AdminCp->Administrar Plugin me sale este error Código: Database error in vBulletin 4.0.7: Invalid SQL: SELECT plugin.*, IF(plugin.product = '', 'vbulletin', product.title) AS producttitle FROM ...
Página:


Resultados 1 al 3 de 3

Temas similares

  1. [Pedido] plugin Respuestas: 0
    Por polloORC en el foro Soporte para Productos/Plugins
  2. Plugin Respuestas: 0
    Por taro en el foro Soporte para Productos/Plugins
  3. WebProfile Plugin Respuestas: 1
    Por cnicolaide en el foro Soporte para Productos/Plugins
  4. Por cuajinais en el foro Soporte para Productos/Plugins
  5. busco plugin Respuestas: 0
    Por HeLLCiTo en el foro Soporte para Productos/Plugins
  1. #1
    Miembro especial Miembro de plata Array
    Fecha de ingreso
    23 jun, 06
    Mensajes
    54
    Gustado
    1 Veces
    Me Gustan
    8 Veces

    Predeterminado problema de plugin

    Holas,
    tengo un problema en un plugin, cuando quiero ir a AdminCp->Administrar Plugin

    me sale este error

    Código:
    Database error in vBulletin 4.0.7:
    
    Invalid SQL:
    
                    SELECT plugin.*, IF(plugin.product = '', 'vbulletin', product.title) AS producttitle
                    FROM plugin AS plugin
                    LEFT JOIN product AS product ON (plugin.product = product.productid)
                    ORDER BY producttitle, plugin.title;
    
    MySQL Error   : Got error 28 from storage engine
    Error Number  : 1030
    Request Date  : Saturday, November 20th 2010 @ 05:29:51 PM
    Error Date    : Saturday, November 20th 2010 @ 05:29:52 PM
    Script        : http://www.ssss.com/admincp/plugin.php?do=modify
    Referrer      : http://www.ssss.com/admincp/index.php?do=nav
    IP Address    : 0000000
    Username      : Jtttt
    Classname     : vB_Database
    MySQL Version : 5.0.91-community
    alguien me puede ayudar?

    ---------- Actualizado a las 00:04 ---------- Original a las 23:32 ----------

    ayer edite/agrege el postbit y el postbit lagacy pero en el postbit lo quite y lo deje en el postbit lagacy . Cuando quiero editar algun Post "Avanzado" me sale este error

    Código:
    Database error in vBulletin 4.0.7:
    
    Invalid SQL:
    (
                    SELECT
                        fd.thumbnail_dateline, fd.filesize, IF(fd.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, fd.thumbnail_filesize,
                        a.dateline, a.state, a.attachmentid, a.counter, a.contentid, a.filename, a.userid, a.settings, a.displayorder,
                        at.contenttypes
                    FROM attachment AS a
                    INNER JOIN filedata AS fd ON (fd.filedataid = a.filedataid)
                    LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension)
                    WHERE
                        a.contentid = 84
                            AND
                        a.contenttypeid = 1
                ) UNION ALL (
                    SELECT
                        fd.thumbnail_dateline, fd.filesize, IF(fd.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, fd.thumbnail_filesize,
                        a.dateline, a.state, a.attachmentid, a.counter, a.contentid, a.filename, a.userid, a.settings, a.displayorder,
                        at.contenttypes
                    FROM attachment AS a
                    INNER JOIN filedata AS fd ON (fd.filedataid = a.filedataid)
                    LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension)
                    WHERE
                        a.posthash = '740ce232f248d3ab1ce12da3aef59901'
                            AND
                        a.userid IN (1,1)
                            AND
                        a.contenttypeid = 1
                )
    ORDER BY displayorder;
    
    MySQL Error   : Got error 28 from storage engine
    Error Number  : 1030
    Request Date  : Saturday, November 20th 2010 @ 05:59:19 PM
    Error Date    : Saturday, November 20th 2010 @ 05:59:19 PM
    Script        : http://www.oooo.com/editpost.php?do=updatepost&postid=84
    Referrer      : http://www.oooo.com/comedia-online/84-un-peque%F1o-cambio-2010-a.html
    IP Address    : oooooo
    Username      : oooo
    Classname     : vB_Database
    MySQL Version : 5.0.91-community


    ---------- Actualizado a las 00:13 ---------- Original a las 00:04 ----------

    loool que raro ahora ya no me sale el error y no e hecho nada xD

    estaba leiendo en otros foros y decian que es problema que falta espacio en tu servidor o algo asi nose. P ya me funciona xD

  2. #2
    Miembro especial Miembro de diamante Array Avatar de Ryuk
    Fecha de ingreso
    28 feb, 09
    Ubicación
    Chile!
    Mensajes
    1,365
    Gustado
    539 Veces
    Me Gustan
    221 Veces

    Predeterminado Re: problema de plugin

    Cita Iniciado por jon88 Ver mensaje
    [...] estaba leiendo en otros foros y decian que es problema que falta espacio en tu servidor [...]
    Exacto es un problema de espacio el cual al ejecutar una operacion queda sin recuersos y por lo tanto te produce dicho error.

    Si el error vuelve a surgir tendras que contactar tu servicio de hosting y pedirle que te ayude a liberar espacio o aumenten el espacio en tu servidor, aunque como comentas de seguro ya lo hicieron.


  3. #3
    Miembro especial Miembro de plata Array
    Fecha de ingreso
    23 jun, 06
    Mensajes
    54
    Gustado
    1 Veces
    Me Gustan
    8 Veces

    Predeterminado Re: problema de plugin

    pero es raro porque en el panel me dice que tengo 2gb de espacio y recien llevo 100mb ocupado xD