A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') LIMIT 0,30' at line 1

SELECT id,name,userid,sku,code,price,description,material,switching_output,power_supply,sensing_range,connection_type,color,dimension,delivery_area,delivery_charge,delivery_time,product_image_id ,discount, CONCAT(CONCAT(upload_dir,'/',idno), '.', extension) AS product_image FROM products LEFT JOIN media_file ON products.product_image_id = media_file.idno WHERE ( name LIKE '%%' OR sku LIKE '%%' OR code LIKE '%%' ) ) LIMIT 0,30;

Filename: models/Product_model.php

Line Number: 204