MySQL Error : Got error -1 from storage engine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ozkandonmez
    Member
    • Jan 2004
    • 44

    [CMS] MySQL Error : Got error -1 from storage engine

    Invalid SQL:
    SELECT SQL_CALC_FOUND_ROWS node.nodeid AS itemid
    ,(node.nodeleft = 1) AS isroot, node.nodeid, node.contenttypeid, node.contentid, node.url, node.parentnode, node.styleid, node.userid,
    node.layoutid, node.publishdate, node.setpublish, node.issection, parent.permissionsfrom as parentpermissions,
    node.permissionsfrom, node.publicpreview, node.showtitle, node.showuser, node.showpreviewonly, node.showall,
    node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.editshowchildren,
    node.shownav, node.hidden, node.nosearch,
    info.description, info.title, info.html_title, info.viewcount, info.creationdate, info.workflowdate,
    info.workflowstatus, info.workflowcheckedout, info.workflowlevelid, info.associatedthreadid,
    user.username, sectionorder.displayorder, thread.replycount, parentinfo.title AS parenttitle
    FROM vb3_cms_node AS node
    INNER JOIN vb3_cms_nodeinfo AS info ON info.nodeid = node.nodeid
    LEFT JOIN vb3_user AS user ON user.userid = node.userid
    LEFT JOIN vb3_thread AS thread ON thread.threadid = info.associatedthreadid
    LEFT JOIN vb3_cms_sectionorder AS sectionorder ON sectionorder.sectionid = 1
    AND sectionorder.nodeid = node.nodeid
    LEFT JOIN vb3_cms_node AS parent ON parent.nodeid = node.parentnode
    LEFT JOIN vb3_cms_nodeinfo AS parentinfo ON parentinfo.nodeid = parent.nodeid
    INNER JOIN vb3_cms_node AS rootnode
    ON rootnode.nodeid = 1 AND (node.nodeleft BETWEEN rootnode.nodeleft AND rootnode.noderight) AND node.nodeleft != rootnode.nodeleft WHERE ( (node.permissionsfrom IN (1)) OR (node.userid =1) OR (node.permissionsfrom IN (1) AND node.setpublish = 1 AND node.publishdate <1263471118)) AND node.contenttypeid <> 17 AND node.new != 1 AND ( (node.permissionsfrom IN (1)) OR (node.userid =1) OR (node.permissionsfrom IN (1) AND node.setpublish = 1 AND node.publishdate <1263471118))

    ORDER BY CASE WHEN sectionorder.displayorder > 0 THEN sectionorder.displayorder ELSE 9999999 END ASC,
    node.publishdate DESC LIMIT 0, 7;
    "MySQL Error : Got error -1 from storage engine"
    error appears in the content section, how do I fix
    Last edited by Trevor Hannant; Thu 14 Jan '10, 4:38am. Reason: Reduce font size to readable level
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24325
    • 5.7.X

    #2
    I can't fine any reference to a -1 error. What were you doing when you got this? Is this just viewing a page, creating content etc.
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • ozkandonmez
      Member
      • Jan 2004
      • 44

      #3
      During editing, this error in the news from CMS and admincp now when I select OPTIONS a'm getting the same error.

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24325
        • 5.7.X

        #4
        Can you raise a support ticket and provide all login details for one of the techs to access your Admin, FTP and database to investigate. Not sure wher this lies as I haven't seen, nor find reference to, a '-1' error anywhere.
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        • ozkandonmez
          Member
          • Jan 2004
          • 44

          #5
          I sent a ticket now

          Comment

          Related Topics

          Collapse

          Working...