Hello all,<br><br>My CDash version is 1.4.1.<br>I'm trying to find why i don't receive any emails when my checkins are breaking the dashboard.<br>I have added some log statements in the source code and i think i've targeted the problem in 'function lookup_emails_to_send()' :<br>

<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">$authors = pdo_query("SELECT author FROM updatefile WHERE buildid=".qnum($buildid));<br>

add_last_sql_error("sendmail");<br></blockquote><br>The result of the query is empty in my case.<br><br>I can't help to notice the add_last_sql_error("sendmail") call just after the query. I don't know what it's for as nothing appear in the cdash.log file.<br>

Is there some other log file containing all the mysql queries that have failed?<br><br>Thanks for your help<br><br>