zipicip Posted May 14, 2009 Posted May 14, 2009 Here is select... can someone tell me from where this can problem come. 5 - Out of memory (Needed 8388580 bytes) select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id) left join specials s on p.products_id = s.products_id, products_description pd, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%book%' or p.products_id like '%book%' or m.manufacturers_name like '%book%') ) In fact I now that there is a php.ini modification but doesn't help me because my host doesn't allowed me to change things... So I need to change my select .... I tried with default advanced_search_result.php and that is the same error.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.