Database Error

Error message returned from the database:

Could not execute query [Native Error: MySQL server has gone away] [User Info: SELECT Product.ID, Product.categoryID, Product.manufacturerID, Product.defaultImageID, Product.parentID, Product.shippingClassID, Product.taxClassID, Product.isEnabled, Product.sku, Product.name, Product.shortDescription, Product.longDescription, Product.keywords, Product.pageTitle, Product.dateCreated, Product.dateUpdated, Product.URL, Product.isFeatured, Product.type, Product.ratingSum, Product.ratingCount, Product.rating, Product.reviewCount, Product.minimumQuantity, Product.shippingSurchargeAmount, Product.isSeparateShipment, Product.isFreeShipping, Product.isBackOrderable, Product.isFractionalUnit, Product.isUnlimitedStock, Product.shippingWeight, Product.stockCount, Product.reservedCount, Product.salesRank, Product.childSettings, Product.fractionalStep, Product.position, Product.categoryIntervalCache, Category.ID AS "Category_ID", Category.parentNodeID AS "Category_parentNodeID", Category.lft AS "Category_lft", Category.rgt AS "Category_rgt", Category.defaultImageID AS "Category_defaultImageID", Category.eavObjectID AS "Category_eavObjectID", Category.name AS "Category_name", Category.description AS "Category_description", Category.keywords AS "Category_keywords", Category.pageTitle AS "Category_pageTitle", Category.isEnabled AS "Category_isEnabled", Category.availableProductCount AS "Category_availableProductCount", Category.activeProductCount AS "Category_activeProductCount", Category.totalProductCount AS "Category_totalProductCount", Manufacturer.ID AS "Manufacturer_ID", Manufacturer.name AS "Manufacturer_name", Manufacturer.defaultImageID AS "Manufacturer_defaultImageID", Manufacturer.eavObjectID AS "Manufacturer_eavObjectID", ManufacturerImage.ID AS "ManufacturerImage_ID", ManufacturerImage.title AS "ManufacturerImage_title", ManufacturerImage.position AS "ManufacturerImage_position", ManufacturerImage.manufacturerID AS "ManufacturerImage_manufacturerID", ProductImage.ID AS "ProductImage_ID", ProductImage.title AS "ProductImage_title", ProductImage.position AS "ProductImage_position", ProductImage.productID AS "ProductImage_productID" FROM Product LEFT JOIN `Category` AS `Category` ON Product.categoryID = Category.ID LEFT JOIN `Manufacturer` AS `Manufacturer` ON Product.manufacturerID = Manufacturer.ID LEFT JOIN `ManufacturerImage` AS `ManufacturerImage` ON Manufacturer.defaultImageID = ManufacturerImage.ID LEFT JOIN `ProductImage` AS `ProductImage` ON Product.defaultImageID = ProductImage.ID LEFT JOIN `ProductPrice` ON Product.ID = ProductPrice.productID AND (ProductPrice.currencyID = "AUD") WHERE (((Product.categoryID=1 OR (Product.ID IN (SELECT ProductCategory.productID FROM ProductCategory WHERE ProductCategory.categoryID=1))) AND (Product.isEnabled=1))) ORDER BY ProductPrice.price ASC LIMIT 0, 10]