debieras, en principio, entrar a tu base desde el PHPMyAdmin y optimizar las tablas.
Si sigues con el problema, envías un ticket de soporte a Vbulletin.
Esta es una discusión para el tema Desde que actualize vbulletin. en el foro vBulletin 3 - Preguntas, Problemas y Soluciones, bajo la categoría Soporte vBulletin; Como puedo solucionar problemas contastes en mi database desde que actualize vbulletin esta dando errores muy constantemente.
Código PHP:
Database error in vBulletin 3.7.3 : Invalid SQL : SELECT attachmentid , filename , filesize , dateline , postid ...
Página:
Como puedo solucionar problemas contastes en mi database desde que actualize vbulletin esta dando errores muy constantemente.
Ese es un error que me dio y no se como solucionarlo.Código PHP:Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT attachmentid, filename, filesize, dateline, postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, counter, attachment.thumbnail, LENGTH(attachment.thumbnail) AS thumbnailsize, newwindow, visible
FROM vb_attachment AS attachment
LEFT JOIN vb_attachmenttype AS attachmenttype ON (attachment.extension = attachmenttype.extension)
WHERE postid IN(684,683,682,679,678)
AND visible = 1
GROUP BY attachment.postid
ORDER BY attachmentid;
MySQL Error : Can't create/write to file '/tmp/#sql_b99_0.MYI' (Errcode: 13)
debieras, en principio, entrar a tu base desde el PHPMyAdmin y optimizar las tablas.
Si sigues con el problema, envías un ticket de soporte a Vbulletin.
Si, eso es problema de las tablas, NO de VB. Ingresa a PhpMyAdmin y primero repara y luego optimizas las tablas.
Tu skin es compatible con la nueva version??