Warning: include(includes/languages/turkish/FILENAME_ALLPRODS) [function.include]: failed to open stream: No such file or directory in /home/gamatekn/public_html/allprods.php on line 18
Warning: include(includes/languages/turkish/FILENAME_ALLPRODS) [function.include]: failed to open stream: No such file or directory in /home/gamatekn/public_html/allprods.php on line 18
Warning: include() [function.include]: Failed opening 'includes/languages/turkish/FILENAME_ALLPRODS' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gamatekn/public_html/allprods.php on line 18 Gama Teknoloji Elektronik Güvenlik
1054 - Unknown column 'm.manufacturers_name' in 'field list'
select p.products_id, p.products_model, p.products_quantity, p.products_weight, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from products p left join manufacturers_info m on p.manufacturers_id = m.manufacturers_id and m.languages_id = '4' left join products_description pd on p.products_id = pd.products_id and pd.language_id = '4' left join specials s on p.products_id = s.products_id, products_to_categories p2c, categories c where p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and c.categories_status = '1' and pd.products_name like '%' order by pd.products_name limit 0, 20