Database_Exception [ 1064 ]: index chunk_com_shop_0: syntax error, unexpected '!' near '!! Knibbli Knibbli' [ SELECT *, weight() as weight_, fotodb_fotos_ranking + ( IF( fotodb_fotos_id > 9000000 , 2 , 0 ) ) as rank FROM inx_shop_com WHERE MATCH(' mein eigener Spruch !!! Knibbli Knibbli') AND fotodb_fotos_id NOT IN (10688479) AND fotodb_fotos_author IN (185148) AND fotodb_fotos_kategorien IN (0,10,137,202) ORDER BY rank DESC, fotodb_fotos_redaktionell DESC, sort_datum DESC, fotodb_fotos_id DESC LIMIT 4 OPTION max_matches=4; ]

MODPATH/kohana-database-mysqli/classes/Kohana/Database/MySQLi.php [ 195 ]

190             {
191                 // This benchmark is worthless
192                 Profiler::delete($benchmark);
193             }
194 
195             throw new Database_Exception(':error [ :query ]',
196                 array(':error' => mysqli_error($this->_connection), ':query' => $sql),
197                 mysqli_errno($this->_connection));
198         }
199 
200         if (isset($benchmark))
  1. MODPATH/kohana-database-mysqli/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_MySQLi->query(arguments)

  2. APPPATH/classes/Model/Image.php [ 275 ] » Kohana_Database_Query->execute(arguments)

  3. APPPATH/classes/Controller/Products.php [ 357 ] » Model_Image->similarImagesByAuthor()

  4. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Products->after()

  5. {PHP internal call} » Kohana_Controller->execute()

  6. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  9. /home/www/nfs-data/html-data/pages/kl.php [ 4 ] » Kohana_Request->execute()

  10. /home/www/nfs-data/html-data/index2.php [ 499 ] » include(arguments)

Environment


nach oben

nach unten