Bug #368
"Impossible WHERE noticed after reading const table" MySQL error in general getter method iaYpage::getQuery
Start date:
October 01, 2012
Due date:
% Done:
0%
Estimated time:
Description
This means that the generated SQL query will never return a result since the condition in WHERE statement is incorrect.
History
Updated by Batyr Mackenov over 8 years ago
Clarification: this error occurs when one of listings has no assigned category or location.
With this regard the assignment of category & location pair for a listing should be strongly checked.
Updated by Batyr Mackenov over 8 years ago
- Status changed from New to Closed
Closing the issue since both location and category assignments are checked and handled correctly.