Jump to content

vidmarc

Member
  • Posts

    836
  • Joined

  • Last visited

Posts posted by vidmarc

  1. I have two System Error Logs, are these things I should be worried about?

     

    11 Jan 2017, 14:38 	File: [catalogue.class.php] Line: [1717] "SELECT I.* FROM CubeCart_inventory AS I LEFT JOIN (SELECT product_id, MAX(price) as price, MAX(sale_price) as sale_price FROM CubeCart_pricing_group WHERE group_id = 0 GROUP BY product_id) as G ON G.product_id = I.product_id WHERE I.product_id IN (SELECT product_id FROM `CubeCart_category_index` as CI INNER JOIN CubeCart_category as C where CI.cat_id = C.cat_id AND C.status = 1) AND I.status = 1 AND (I.name fulltext '%blu%' OR I.description fulltext '%blu%' OR I.product_code fulltext '%blu%') " - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'fulltext '%blu%' OR I.description fulltext '%blu%' OR I.product_code fulltext '%' at line 1

     

    11 Jan 2017, 14:38 	File: [catalogue.class.php] Line: [1715] "SELECT I.* FROM CubeCart_inventory AS I LEFT JOIN (SELECT product_id, MAX(price) as price, MAX(sale_price) as sale_price FROM CubeCart_pricing_group WHERE group_id = 0 GROUP BY product_id) as G ON G.product_id = I.product_id WHERE I.product_id IN (SELECT product_id FROM `CubeCart_category_index` as CI INNER JOIN CubeCart_category as C where CI.cat_id = C.cat_id AND C.status = 1) AND I.status = 1 AND (I.name fulltext '%blu%' OR I.description fulltext '%blu%' OR I.product_code fulltext '%blu%') LIMIT 12 OFFSET 0 " - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'fulltext '%blu%' OR I.description fulltext '%blu%' OR I.product_code fulltext '%' at line 1

    Thanks,

  2. This is what I now have, but no background image is appearing...

     

    /* Top Session */
    
    #upper_header .box-session {
    	float: right;
    	margin-right: 1.5em;
    	position: relative;
    	z-index: 601;
    }
    
    /* Remove .box-session for wider distribution of image */
    #header-container .box-session {
    	background: url(../images/logos/TwitterHead.jpg);
    }
    #header-container .box-session .content {
    	position: relative;
    }	

     

×
×
  • Create New...