Jump to content

System Error Log


vidmarc

Recommended Posts

Just spotted these - is it something I should worry about?

Quote
  File: [catalogue.class.php] Line: [1043] "SELECT SQL_CALC_FOUND_ROWS * FROM `CubeCart_inventory` WHERE `product_id` IN (9,16,64,19,61,62,8,17,10,15,6,12,13,5,7,11,4,2,18,35,36,43,44,45,47,54,53,49,50,51,55,56,57) AND CubeCart_inventory.status = '1' AND `live_from` < UNIX_TIMESTAMP() ORDER BY `date_added` DESC LIMIT 12 OFFSET 2.6545345345453E+14;" - 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 '2.6545345345453E+14' at line 1

 

Quote

File: [reports.index.inc.php] Line: [126] "SELECT `order_date`, `cart_order_id`, `status`, `subtotal`, `discount`, `shipping`, `total_tax`, `total`, `customer_id`, `title`, `first_name`, `last_name`, `company_name`, `line1`, `line2`, `town`, `state`, `country`, `postcode`, `title_d`, `first_name_d`, `last_name_d`, `company_name_d`, `line1_d`, `line2_d`, `town_d`, `state_d`, `country_d`, `postcode_d`, `phone`, `email`, `gateway` FROM `CubeCart_order_summary` WHERE order_date >= 1567292400 AND order_date <= 1569884399 AND `status` IN () ;" - 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 ')' at line 1

 

Link to comment
Share on other sites

The first seems to be a practical joker asking, from a search, the page number being a stupidly high value.

The second seems to be where the report parameters did not include having selected what order statuses to be filtered against -- you must select at least one.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...