My admin search (catalog) is experiencing an out of memory error, but my storefront search is working fine. This was working better when I was using a stock osCommerce.
Here's the message:
Code:
Warning: mysql_query(): Unable to save result set in [my path omitted]/admin/includes/functions/database.php on line 45
2008 - MySQL client ran out of memory
select p.products_ship_price, p.products_id, p.products_model, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p2c.categories_id from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and pd.products_name like '%chrome%' or p.products_model like '%chrome%' order by pd.products_name
I'm wide open to suggestions.
Bookmarks