Support template:
- Wat is het probleem? krijg een sql error naar dat ik een post wil maken ( maar de post komt er wel te staan )
Wanneer ontstond het probleem? gelijk als ik op OK klik
Adres van je forum: http://www.torrentgame.nl/phpbb3.0/ ( niet live )
Modifications op je forum: nop
Huidige stijl: subsilver
phpBB versie: 3.0 beta 1
Waar is je forum gehost: aurelius.tiscali.nl
Heb je onlangs iets verandert aan je forum? nee niets
deze error krijg ik
Code: Selecteer alles
General Error
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax near 'UNION ALL SELECT 'echt' UNION ALL SELECT 'ziet' UNION ALL SELECT 'uit' UNION ALL' at line 1 [1064]
SQL
INSERT INTO test_search_wordlist (word_text) SELECT 'anders' UNION ALL SELECT 'echt' UNION ALL SELECT 'ziet' UNION ALL SELECT 'uit' UNION ALL SELECT 'dit' UNION ALL SELECT 'omg'
BACKTRACE
FILE: includes/db/mysql4.php
LINE: 106
CALL: dbal_mysql4->sql_error()
FILE: includes/search/fulltext_native.php
LINE: 849
CALL: dbal_mysql4->sql_query()
FILE: includes/functions_posting.php
LINE: 1846
CALL: fulltext_native->index()
FILE: posting.php
LINE: 845
CALL: submit_post()