Advertisement
Guest User

wyjebało

a guest
Oct 25th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Błąd ogólny
  2. SQL ERROR [ mysql4 ]
  3.  
  4. Lost connection to MySQL server during query [2013]
  5.  
  6. SQL
  7.  
  8. SELECT w.word_id, w.word_text, m.title_match FROM phpbb_search_wordmatch m, phpbb_search_wordlist w WHERE m.post_id = 306369 AND w.word_id = m.word_id
  9.  
  10. BACKTRACE
  11.  
  12. FILE: (not given by php)
  13. LINE: (not given by php)
  14. CALL: msg_handler()
  15.  
  16. FILE: /includes/db/dbal.php
  17. LINE: 757
  18. CALL: trigger_error()
  19.  
  20. FILE: /includes/db/mysql.php
  21. LINE: 175
  22. CALL: dbal->sql_error()
  23.  
  24. FILE: /includes/search/fulltext_native.php
  25. LINE: 1294
  26. CALL: dbal_mysql->sql_query()
  27.  
  28. FILE: /includes/functions_admin.php
  29. LINE: 868
  30. CALL: fulltext_native->index_remove()
  31.  
  32. FILE: /includes/functions_posting.php
  33. LINE: 1454
  34. CALL: delete_posts()
  35.  
  36. FILE: /posting.php
  37. LINE: 1593
  38. CALL: delete_post()
  39.  
  40. FILE: /posting.php
  41. LINE: 314
  42. CALL: handle_post_delete()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement