SQL errors and smf problems #39


  • New
  • Defect
Open
Assigned to _ForgeUser3386019
  • _ForgeUser7680469 created this issue Feb 6, 2012

    64 pages and no one bothered to make a guide on how exactly to configure SMF.
    ;_;
    -----------------
    What tables and columns from SMF do we need to add to OKB3 plugin's config?
    -------------------
    Please, update:
    <<code>>
    2012-02-05 22:28:12 [INFO] [OKB3] [NICK-SYNC] Set test123's nickname to test123.
    2012-02-05 22:28:15 [WARNING] [OKB3] [MySQL] Error in SQL query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'table FROM smf_members WHERE member_name = 'test123'' at line 1
    2012-02-05 22:28:15 [SEVERE] java.sql.SQLException: Operation not allowed after ResultSet closed
    2012-02-05 22:28:15 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    2012-02-05 22:28:15 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    2012-02-05 22:28:15 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    2012-02-05 22:28:15 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    2012-02-05 22:28:15 [SEVERE]     at com.mysql.jdbc.ResultSetImpl.checkClosed(ResultSetImpl.java:794)
    2012-02-05 22:28:15 [SEVERE]     at com.mysql.jdbc.ResultSetImpl.next(ResultSetImpl.java:7145)
    2012-02-05 22:28:15 [SEVERE]     at me.kalmanolah.okb3.OKFunctions.GetMySQLPosts(OKFunctions.java:453)
    2012-02-05 22:28:15 [SEVERE]     at me.kalmanolah.okb3.OKFunctions.updatePosts(OKFunctions.java:468)
    2012-02-05 22:28:15 [SEVERE]     at me.kalmanolah.okb3.OKRunnable.run(OKRunnable.java:127)
    2012-02-05 22:28:15 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    2012-02-05 22:28:20 [INFO] test123 lost connection: disconnect.quitting
    2012-02-05 22:28:20 [INFO] Connection reset
    <</code>>

  • _ForgeUser7680469 added the tags New Defect Feb 6, 2012

To post a comment, please login or register a new account.