|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
I have some troubles with my forum. All of a sudden the content of my posts stopped showing up. Seems something is corrupt. All that happens when I click a topic it shows me the Title. I turned on debug mode and this query... Code: SELECT post.*, IF(post.visible = 2, 1, 0) AS isdeleted, editlog.userid AS edit_userid, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory FROM vbpost AS post LEFT JOIN vbeditlog AS editlog ON (editlog.postid = post.postid) WHERE post.postid = 166400 It returns 0 rows and tells me..."Impossible WHERE noticed after reading const tables". Although when I run the query without the where it does show up... Any idea what might be the problem? When new topics are created...the content does show up. __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |