Unable to save result set in /includes/class_core.php on line 371

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theynd
    New Member
    • Sep 2006
    • 7

    Unable to save result set in /includes/class_core.php on line 371

    please help, all of a sudden, i got this error, and i didnt do any adding or deleting of any hacks or plugins

    Code:
    Warning: mysql_query() [function.mysql-query]: Unable to save result set in /includes/class_core.php on line 371

    Code:
    Database error in vBulletin 3.6.8:
    
    Invalid SQL:
    
    			SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount, lastpostid
    				
    			FROM forum AS forum;
    
    MySQL Error  : Got error 127 from storage engine
    Error Number : 1030
    Date         : Friday, February 8th 2008 @ 06:30:25 PM
    Script       : http://vietdownloads.com/index.php
    Referrer     : 
    IP Address   : 131.191.45.213
    Username     : realesthomie
    Classname    : vb_database
    i called my server and they told me its a coding problem, please, someone help me, thanks alot
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    That error means the record file crashed. Try running a repair:

    Admin CP -> Maintenance -> Repair / Optimize Tables

    Run it twice to make sure it comes back clean the second time.

    Comment

    • theynd
      New Member
      • Sep 2006
      • 7

      #3
      after i do that
      now i cant even see the admincp panel



      please help
      thanks

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        It's still giving the same error.

        If you have shell access to the server then try logging into the mysql prompt with this command:

        Code:
        mysql -u[color=red]username[/color] -p[color=red]password[/color] [color=red]databasename[/color]
        Then run this command at the mysql prompt:

        Code:
        REPAIR TABLE forum;
        If the repair fails then often the mysql prompt will give additional error messages / error codes that can indicate what is wrong. For example, maybe your mysql partition is full or there is a problem with the file permissions. The error codes will usually indicate stuff like that.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...