-
Notifications
You must be signed in to change notification settings - Fork 220
Description
Navigate to admin/stats_customers.php (there must already have been a sale in the store) and click on the link to the customer. Link goes to admin/customers.php?search={customer_last_name} but page is blank.
From error log:
PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens' in /home/somewebsite/public_html/2point4/includes/OSC/OM/DbStatement.php:97
Stack trace:
#0 /home/somewebsite/public_html/2point4/includes/OSC/OM/DbStatement.php(97): PDOStatement->execute(NULL)
#1 /home/somewebsite/public_html/2point4/admin/customers.php(700): OSC\OM\DbStatement->execute()
#2 {main}
thrown in /home/somewebsite/public_html/2point4/includes/OSC/OM/DbStatement.php on line 97