Shop

Products in this category

Products in this categoryDisplaying 1 to 1 (of 1 products)Result Pages:  1 
    Record   Record label   Quantity+   Price   Buy now 
Afraid of the Dark - The Sun is Your Enemy MCD
Afraid of the Dark - The Sun is Your Enemy MCD  Happy Astronaut   2   £5.00  Buy Now 

Displaying 1 to 1 (of 1 products)  Result Pages:  1 

2013 - Lost connection to MySQL server during query

select distinct p.products_id, pd.products_name, p.products_price, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, count(*) from products p inner join products_description pd on pd.products_id = p.products_id inner join orders_products op on p.products_id = op.products_id inner join orders o on o.orders_id = op.orders_id left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_ordered > 0 AND o.date_purchased > DATE_SUB( NOW( ) , INTERVAL 3 MONTH ) and pd.products_name not like '%download%' GROUP BY p.products_id, pd.products_name ORDER BY COUNT( * ) DESC limit 5

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = 'qldul2n336u4028kassl16rt01'

[TEP STOP]