Woltlab Burning Board SQL Error

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Woltlab Burning Board SQL Error

    Hallo,

    Ich wusste nicht wo ich mein Problem hinposten sollten
    falls es falsch ist so tut es mir leid und bitte verschieben.

    Mein Problem liegt in einem Woltlab Burning Board Lite 2.0.1 Forum
    wenn man dort zb auf ein Profil klickt kommt folgender Error code.

    Quellcode

    1. Fatal error: Invalid SQL: SELECT wbb1_1_board.boardID, x.c, wbb1_1_board.title, IF(wbb1_1_board.posts>0 AND c>0,ROUND((100/wbb1_1_board.posts)*c),0) AS percentBoard, IF(wbb1_1_board.posts>0 AND c>0,ROUND((100/wbb1_1_user.posts)*c),0) AS percentPersonal FROM ( SELECT wbb1_1_post.userID, wbb1_1_thread.boardID, COUNT(wbb1_1_post.postID) AS c FROM wbb1_1_post INNER JOIN wbb1_1_thread USING(threadID) WHERE wbb1_1_post.userID = 1 AND boardID IN (1,3) GROUP BY wbb1_1_thread.boardID ORDER BY c DESC LIMIT 5 ) x INNER JOIN wbb1_1_board USING(boardID) INNER JOIN wbb1_1_user USING(userID)
    2. You get more information about the problem in our knowledge base: http://www.woltlab.com/help/?code=1054
    3. Information:
    4. error message: Invalid SQL: SELECT wbb1_1_board.boardID, x.c, wbb1_1_board.title, IF(wbb1_1_board.posts>0 AND c>0,ROUND((100/wbb1_1_board.posts)*c),0) AS percentBoard, IF(wbb1_1_board.posts>0 AND c>0,ROUND((100/wbb1_1_user.posts)*c),0) AS percentPersonal FROM ( SELECT wbb1_1_post.userID, wbb1_1_thread.boardID, COUNT(wbb1_1_post.postID) AS c FROM wbb1_1_post INNER JOIN wbb1_1_thread USING(threadID) WHERE wbb1_1_post.userID = 1 AND boardID IN (1,3) GROUP BY wbb1_1_thread.boardID ORDER BY c DESC LIMIT 5 ) x INNER JOIN wbb1_1_board USING(boardID) INNER JOIN wbb1_1_user USING(userID)
    5. error code: 1054
    6. sql type: MySQLDatabase
    7. sql error: Unknown column 'techni_644147.wbb1_1_board.userID' in 'on clause'
    8. sql error number: 1054
    9. sql version:
    10. file: /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/system/database/MySQLDatabase.class.php (116)
    11. php version: 5.2.9
    12. wcf version: 1.0.10 (Horizon)
    13. date: Mon, 08 Mar 2010 16:55:02 +0000
    14. request: /index.php?page=User&userID=1
    15. referer: http://technikerwbbl.te.funpic.de/index.php?page=MemberList&
    16. Stacktrace:
    17. #0 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/lib/system/event/listener/UserBoardActivityUserPageListener.class.php(77): MySQLDatabase->sendQuery('SELECT ?wbb1_1_...')
    18. #1 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/lib/system/event/listener/UserBoardActivityUserPageListener.class.php(31): UserBoardActivityUserPageListener->readData()
    19. #2 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/system/event/EventHandler.class.php(193): UserBoardActivityUserPageListener->execute(Object(UserPage), 'UserPage', 'readData')
    20. #3 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/page/AbstractPage.class.php(55): EventHandler::fireAction(Object(UserPage), 'readData')
    21. #4 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/page/UserPage.class.php(73): AbstractPage->readData()
    22. #5 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/page/AbstractPage.class.php(74): UserPage->readData()
    23. #6 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/page/UserPage.class.php(169): AbstractPage->show()
    24. #7 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/page/AbstractPage.class.php(36): UserPage->show()
    25. #8 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/page/UserPage.class.php(37): AbstractPage->__construct()
    26. #9 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/util/RequestHandler.class.php(63): UserPage->__construct()
    27. #10 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/wcf/lib/util/RequestHandler.class.php(91): RequestHandler->__construct('User', Array, 'page')
    28. #11 /usr/export/www/vhosts/funnetwork/hosting/technikerwbbl/index.php(8): RequestHandler::handle(Array)
    29. #12 {main}
    Alles anzeigen


    Was habe ich falsch gemacht?
    ich deinstalliere grade paar Plugins/Pakete
    die eventuell damit zutun haben.

    Bitte helft mir!

    LG Cifres