MM_Forum: Text als Admin verschieben - Fehlermeldung [Gelöst]

  • Sailor Sailor
    Jedi-Meister
    0 x
    318 Beiträge
    0 Hilfreiche Beiträge
    23. 04. 2007, 23:11

    Hallo zusammen,

    wenn ich mich als Admin in MM_Forum einlogge und mit der Admin funktion einen Text in eine andere Forenkategorie verschieben möchte kommt folgende Fehlermeldung:

    Text lässt sich nicht verschieben, hat jemand eine Idee. Die Projektseite hab ich schon durchforstet, aber stand noch nichts drin.

    Gruß Sailor Kim

    So lautet d.ie Fehlermeldung, wenn ich versuche einen Text zu verschieben
    caller: t3lib_DB::exec_SELECTquery
    ERROR: 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 'AND pid='198'' at line 4
    lastBuiltQuery: SELECT forum_id
    FROM tx_mmforum_topics
    WHERE
    uid = AND pid='198'
    debug_backtrace require // tslib_fe->intincscript // ux_tslib_cobj->user // ux_tslib_cobj->calluserfunction // call_user_method // tx_mmforum_pi1->main // tx_mmforum_postfunctions::list_post // t3lib_db->exec_selectquery // t3lib_db->debug
    caller t3lib_DB::exec_UPDATEquery
    ERROR 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 '' at line 5
    lastBuiltQuery UPDATE tx_mmforum_topics
    SET
    forum_id='32'
    WHERE
    uid =
    debug_backtrace require // tslib_fe->intincscript // ux_tslib_cobj->user // ux_tslib_cobj->calluserfunction // call_user_method // tx_mmforum_pi1->main // tx_mmforum_postfunctions::list_post // t3lib_db->exec_updatequery // t3lib_db->debug
    caller t3lib_DB::exec_UPDATEquery
    ERROR 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 '' at line 5
    lastBuiltQuery UPDATE tx_mmforum_posts
    SET
    forum_id='32'
    WHERE
    topic_id =
    debug_backtrace require // tslib_fe->intincscript // ux_tslib_cobj->user // ux_tslib_cobj->calluserfunction // call_user_method // tx_mmforum_pi1->main // tx_mmforum_postfunctions::list_post // t3lib_db->exec_updatequery // t3lib_db->debug
    caller t3lib_DB::exec_SELECTquery
    ERROR 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 'AND deleted = 0 AND hidden = 0 AND pid='198'
    ORDER BY crdate DESC
    LIMIT 1' at line 4
    lastBuiltQuery SELECT *
    FROM tx_mmforum_posts
    WHERE
    forum_id = AND deleted = 0 AND hidden = 0 AND pid='198'
    ORDER BY crdate DESC
    LIMIT 1
    debug_backtrace require // tslib_fe->intincscript // ux_tslib_cobj->user // ux_tslib_cobj->calluserfunction // call_user_method // tx_mmforum_pi1->main // tx_mmforum_postfunctions::list_post // tx_mmforum_pi1->update_lastpost_forum // t3lib_db->exec_selectquery // t3lib_db->debug


  • 1
  • Sailor Sailor
    Jedi-Meister
    0 x
    318 Beiträge
    0 Hilfreiche Beiträge
    26. 04. 2007, 09:25

    Hallo habe ich dies Problem alleine?
    Auch mit der neuen Version blieb das Problem bestehen.
    Wer also einen Tip hat....wäre wirklich klasse.

    Gruß
    Sailor Kim

  • h.trapp h.trapp
    R2-D2
    0 x
    86 Beiträge
    0 Hilfreiche Beiträge
    26. 04. 2007, 11:08

    Wir werden der Sache heute mal nachgehen.
    Liegen tut es an der MySQL Query :

    1. FROM tx_mmforum_topics
    2. WHERE
    3. uid = AND pid='198'

    da ist die uid nicht mitgegeben ... warum das so ist muss noch erforscht werden.
    Aber danke für den Tipp

  • Waveshaper Waveshape...
    Sternenflotten-Admiral
    0 x
    222 Beiträge
    0 Hilfreiche Beiträge
    26. 04. 2007, 16:08

    Hatte gestern beim Testen genau denselben Bug.

  • h.trapp h.trapp
    R2-D2
    0 x
    86 Beiträge
    0 Hilfreiche Beiträge
    26. 04. 2007, 19:05

    Der Bug ist nun gefixed.

    Es war ein Fehler in der Erzeugung der MySQL Querys zum verschieben eines Themas.
    Um einen Workaround hier zu Posten waren es zu viele Änderungen.
    Aber im nächsten Release ist der Fix mit drinnen.

    Danke noch einmal für das ausführliche Posten des Bugs. So konnte er schnell gefunden werden :p

    MFG Holger

  • h.trapp h.trapp
    R2-D2
    0 x
    86 Beiträge
    0 Hilfreiche Beiträge
    27. 04. 2007, 15:53

    So, mm_forum Alpha 0.0.4 is nun raus ... da ist dann auch der Bug Fix integriert.
    Viel Spass damit ;)

    Gruß Holger

  • Sailor Sailor
    Jedi-Meister
    0 x
    318 Beiträge
    0 Hilfreiche Beiträge
    27. 04. 2007, 17:36

    Super bin gerade am Testen,
    der Bug ist weg. :D

    Gruß
    Skipper Kim

  • 1