SQL Error: Unknown column 'type' in 'where clause' at /home/u214726re/domains/daily-s.ru/public_html/system/sources/php/db.class.php line 69
Array
(
[code] => 1054
[message] => Unknown column 'type' in 'where clause'
[query] =>
SELECT * FROM ex_cars_modifications
WHERE body_id = (
SELECT id FROM ex_cars_bodies
WHERE type = NULL AND generation_id = (
SELECT id FROM ex_cars_generations
WHERE mk = 'dailyservice' AND model_id = (
SELECT id FROM ex_cars_models
WHERE code = 'templates' AND make_id = (
SELECT id FROM ex_cars_makes
WHERE code = 'bmw'
)
)
)
) AND CONCAT(ROUND(engine_volume/1000, 1), "-", engine_power) = 'images'
ORDER BY engine_volume, engine_power
[context] => /home/u214726re/domains/daily-s.ru/public_html/system/sources/php/db.class.php line 69
)