[13:01:05] [DEBUG] CMySQLQuery::Execute[()] - error will be triggered in OnQueryError
Your insert query is invalid (lots of fields, easy to make a typo). Use additional tool, like phpmyadmin, heidisql or any type of mysql database manager - execute the insert query there and take a look at error. Or simply find in your mysql_log line starting with [ERROR] and take a look there.