19.06.2013, 19:35
You didn't include the debug plugin, so no crash info printed. So that log doesn't really help much.
I'm gonna say either mysql_query(query); or mysql_store_result(); is crashing it. Try printing out the query into the logs (before you use it and cause the crash), then executing the query with MySQL or SQLite or whatever database software you're using. Run the query and see if it returns anything or gives an error.
I'm gonna say either mysql_query(query); or mysql_store_result(); is crashing it. Try printing out the query into the logs (before you use it and cause the crash), then executing the query with MySQL or SQLite or whatever database software you're using. Run the query and see if it returns anything or gives an error.