MySQL Error!
MySQL error in file: /engine/modules/show.full.php at line 261
Error Number: 1146
The Error returned was:
Table 'booking_health.xle_post_extras' doesn't exist
SQL query:
SELECT xle_post_extras.eid, xle_post_extras.news_id, xle_post_extras.news_read, xle_post_extras.allow_rate, xle_post_extras.rating, xle_post_extras.vote_num, xle_post_extras.votes, xle_post_extras.view_edit, xle_post_extras.related_ids, xle_post_extras.access, xle_post_extras.editdate, xle_post_extras.editor, xle_post_extras.reason, xle_post_extras.user_id, xle_post_extras.img,
xle_post.id, xle_post.autor, xle_post.date, xle_post.category, xle_post.comm_num, xle_post.allow_comm, xle_post.allow_main, xle_post.approve, xle_post.fixed, xle_post.allow_br, xle_post.symbol,
xle_images.images,
translation_images.share_image,
translation_post.alt_name,
translation_post.xfields,
IF(translation_post.short_story IS NULL or translation_post.short_story = '', xle_post.short_story, translation_post.short_story) as short_story,
IF(translation_post.full_story IS NULL or translation_post.full_story = '', xle_post.full_story, translation_post.full_story) as full_story,
IF(translation_post.title IS NULL or translation_post.title = '', xle_post.title, translation_post.title) as title,
IF(translation_post_extras.disable_index IS NULL or translation_post_extras.disable_index = '', xle_post_extras.disable_index, translation_post_extras.disable_index) as disable_index,
translation_post.descr AS descr,
translation_post.metatitle AS metatitle,
translation_post.keywords AS keywords
FROM xle_post
LEFT JOIN xle_post_extras ON (xle_post_extras.news_id=xle_post.id)
LEFT JOIN `xle_images` ON (`xle_post`.id = xle_images.`news_id`)
LEFT JOIN translation_post ON (translation_post.post_id=xle_post.id AND translation_post.lang='ar')
LEFT JOIN translation_post_extras ON (translation_post_extras.translation_post_id=translation_post.id)
LEFT JOIN `translation_images` ON (`translation_images`.translation_post_id = translation_post.`id`)
WHERE xle_post.approve <> 0 AND xle_post.id = '49873'