Menu

Problem mit FULLTEXT Index

Help 2.02
Anonymous
2003-08-03
2003-08-03
  • Anonymous

    Anonymous - 2003-08-03

    Hallo zusammen!

    In detail.php steht diese query:

    $cross_res=db_query("select item.ID, item.itemgrID, iteminfo.name, item.keywords from item, iteminfo WHERE ((FULLTEXT (item.keywords) AGAINST ('$item_row[3]')) or (FULLTEXT (item.keywords) AGAINST ('$item_row[15]'))) and iteminfo.langID='$langID' and item.ID=iteminfo.itemID and item.ID != '$item_row[0]' and item.visible='1' order by item.itemgrID") or db_die();

    Hier gibt es das Problem, da immer diese Fehlermeldung erhalte:

    Can't find FULLTEXT index matching the column list

    lt. MysqlAdmin ist die Struktur der Table in Ordnung.

    Knnt Ihr mir sagen, was da los ist?

    Gru, weichi

     
    • Anonymous

      Anonymous - 2003-08-03

      sorry, hat sich erledigt, die eine Query war original ausdokumentiert :-(

      Gru, weichi

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.