02.08.2013, 13:42
Quote:
b) Install the crashdetect plugin and compile with debug options
|
I assume a field/more fields are null and SQLite crashes the server if they are.
By using crashdetect and by compiling the mode with the debug options (they're mentioned to the original plugin's thread), it will mention the line the server crashed when it reached it. If it's on any "db_get_field_assoc" function, be sure that line's the field is not null.