Actions
Bug #5092
closedCBSubs URL filter in payment center causing SQL error
Start date:
19 February 2015
Due date:
% Done:
100%
Estimated time:
Description
Unsure if issue is in CBLib or CBSubs at this time. Clicking New Registrations, Upgrades, or Renewals in the payment center will cause the below.
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 '= '1' )' at line 2 SQL=SELECT COUNT FROM `jos_cbsubs_payments` AS a WHERE ( a.`time_paid_date` = '2015-01-12' ) AND ( (.`upgrades` = '1' )
The query seams to be broken. First it's missing "a" table as and second it has an extra bracket.
Actions