zepernick / Codeigniter-DataTables

CodeIgniter Library For Ajax Server Side DataTables 1.10 >
MIT License
94 stars 95 forks source link

Database error when accesing http://www.paulzepernick.com/ci-zepernick/index.php/DatatableControl/dataTable #34

Closed Latief-Anwar closed 7 years ago

Latief-Anwar commented 7 years ago

Error Number: 1064

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 ') IS NULL' at line 4

SELECT orderNumber, concat(c.contactFirstName, ' ', c.contactLastName) contactNameFull FROM orders o INNER JOIN customers c ON o.customerNumber = c.customerNumber WHERE () IS NULL

Filename: libraries/Datatable.php

Line Number: 232

How to solve that?