• Can anyone help.

    Im trying to delete a load of spam threads, but ticking the boxes and then going to inlinemod.php where it aks it soft delete and I click perm delete, after that I get this error:

    Database error in vBulletin 3.5.0:
    Invalid SQL:
    SELECT
    attachment.attachmentid,
    attachment.userid,
    post.postid,
    post.threadid,
    post.dateline AS post_dateline,
    post.userid AS post_userid,
    thread.forumid
    FROM attachment AS attachment
    LEFT JOIN post AS post ON (post.postid = attachment.postid)
    LEFT JOIN thread AS thread ON (thread.threadid = post.threadid)
    WHERE attachment.postid IN (32906,-1);
    MySQL Error : Can't find file: './forums/attachment.frm' (errno: 990)
    Error Number : 1017
    Date : Monday, November 28th 2005 @ 12:30:34 PM


  • Thanks for your reply.

    But got this once entered in:

    An error occurred while attempting to execute your query. The following information was returned.
    error number: 1064
    error desc: You have an error in your SQL syntax near ';

    CREATE TABLE attachmentviews (
    attachmentid INT UNSIGNED NOT NULL DEFAULT ' at line 1


  • Run this queries:

    DROP TABLE IF EXISTS attachmentviews;

    CREATE TABLE attachmentviews (
    attachmentid INT UNSIGNED NOT NULL DEFAULT '0',
    KEY postid (attachmentid)
    );


  • Yes im on a dedicated server, but I think im being thick, but im getting mysqlcheck: Got error: 1045: Access denied for user: 'root@localhost' (Using YES) when trying to connect

    I installed:

    vbseo sitemaps last night.

    Ive uninstalled it and still seems to be problems.


  • you on dedicated server ?

    what does ssh telnet into server and typing this result in output

    mysqlcheck -s mysqlusername -p forumdatabasename

    you can ignore session table related error messages

    any errors for attachment table ? any hacks installed ?


  • Also in admin cp home shows this error:

    Database error in vBulletin 3.5.0:
    Invalid SQL:
    SELECT SUM(filesize) AS size FROM attachment;
    MySQL Error : Can't find file: './forums/attachment.frm' (errno: 990)
    Error Number : 1017
    Date : Tuesday, November 29th 2005 @ 08:06:16 PM
    Script : http://domain.co.uk/admincp/index.php?do=home
    Referrer : http://domain.co.uk/admincp/index.php?do=nav
    IP Address : 81.179.196.43
    Username : Bill
    Classname : vb_database


  • Fill out a support ticket at:

    http://members.vbulletin.com/membersupport_contactform.php

    Be sure to include the login info to your Admin CP, phpMyAdmin and FTP. Please also include a complete description of the problem.







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about MySQL Error : Can't find file: './forums/attachment.frm' (errno: 990) , Please add it free.

    Navigation

    Calendar

    Blog

    Categories

    Archives
    Search

    Links

    Feeds and Credits