WA errors from fresh product manager install
So, I am trying to install product update pages from scratch. I've created the pages, but I'm finding errors with a fresh install.
I have the latest version of data bridge
error: Parse error: syntax error, unexpected token ")", expecting variable or "{" or "$" in /usr/home/name/public_html/cartierbuyer.com/AdminNew/admin/products_results.php on line 26
Line 26 is: $DeleteQuery = new WA_MySQLi_Query($);
Any suggestions?
Also, line 50 appears to have an error:
$WADAProducts = new WA_MySQLi_RS("WADAProducts",$,10); but i can't get to that one until line 26 is fixed.