Hello team,
I am trying to integrate this plugin with my php application but even simple sql query is not working.
I am getting sql error but no error helper or code. here is the error “SELECT * FROM customers WHERE 1=1 ORDER BY 1 ASC LIMIT 20 OFFSET 0” . This query is perfect and working in mysql consoleĀ but in browser it’s not working.
Thanks
2 Answers
Hello, Please share your grid code for review. This usually happens if you are debugging and anything echo’d before render function is shown as error message.
Your Answer