mirror of
https://github.com/php/presentations.git
synced 2026-03-24 07:32:11 +01:00
16 lines
480 B
XML
16 lines
480 B
XML
<slide title="Error Tracking Problem Cont.">
|
|
|
|
<example title="Log Entry"><![CDATA[Fatal error: Unknown column 'abc' in 'where clause' in script.php on line 7]]></example>
|
|
|
|
<blurb fontsize="3em">
|
|
This message is mostly useless. Other then indicating that a query had failed,
|
|
it offers little information on which query and why.
|
|
</blurb>
|
|
|
|
<break />
|
|
|
|
<blurb fontsize="3em">
|
|
Time must now be wasted tracking down the mysteriously failing query instead of fixing it.
|
|
</blurb>
|
|
|
|
</slide> |