MySQL Error!
MySQL error in file: /engine/plugins/Sandev/ContentBuilder.php at line 315
Error Number: 1054
The Error returned was:
Unknown column 'p.id' in 'on clause'
SQL query:
SELECT count(*) as cnt
FROM xfilter_post xp
LEFT JOIN dle_post_extras e ON e.news_id = p.id
INNER JOIN (SELECT DISTINCT(news_id) FROM dle_post_extras_cats WHERE cat_id IN (3,60,58,29,57,26)) c ON xp.post_id = c.news_id
INNER JOIN `xfilter_values-str` xf_country ON xp.post_id = xf_country.post_id AND xf_country.xvalue IN ("Япония")
INNER JOIN `xfilter_values-jnr` xf_genre_0 ON xp.post_id = xf_genre_0.post_id AND xf_genre_0.xvalue = "мультфильм"
WHERE (e.access IS NULL OR e.access NOT LIKE '%5:3%')