<p dir="ltr">Hi Sam,</p><p dir="ltr"><br>
It was me probably. Since low-level errors have no sense for the end user it is written to the log file instead.</p><p dir="ltr">The commit is  <a href="https://github.com/owncloud/core/commit/ddcd7383574db2d076def39cfb130b8a4bf0180c">https://github.com/owncloud/core/commit/ddcd7383574db2d076def39cfb130b8a4bf0180c</a></p>
<p dir="ltr">You can use  throw new Exception('foo'); instead of trigger_error('foo'); for debugging. It should work as you expect.</p><p dir="ltr">---</p><p dir="ltr">Victor</p>
<div class="gmail_quote">On Oct 17, 2012 4:03 PM, "Sam Tuke" <<a href="mailto:samtuke@owncloud.com" target="_blank">samtuke@owncloud.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Since I merged master into my branch (files_encryption),<br>
<br>
trigger_error('foo);<br>
<br>
 is no longer triggering any errors.<br>
<br>
Any ideas who changed what to result in this odd behaviour? It makes debugging<br>
3rd party code even harder than usual.<br>
<br>
Thanks,<br>
<br>
Sam.<br>_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br></blockquote></div>