Debugging Techniques |
|
2024-11-24 |
|
|
7 |
|
|
Log Entry
Fatal error: Unknown column 'abc' in 'where clause' in script.php on line 7
This message is mostly useless. Other then indicating that a query had failed,
it offers little information on which query and why.
Time must now be wasted tracking down the mysteriously failing query instead of fixing it.