I am trying to get a multigrid page to work. I have a few single grid pages working without any issues.
My multigrid code is here: http://pastebin.com/vuLQ7LdW
The config file works fine as it is is working for other pages.
When trying to load the multigrid page I get the following error:
Couldn't execute query. Table 'liwsa_custom.cus_ypp_requests' doesn't exist – SELECT * FROM cus_ypp_requests WHERE 1=1 LIMIT 1 OFFSET 0
Any assistance is greatly appreciated!
4 Answers
Have you checked by using this table (cus_ypp_requests) with single grid page?
Your code looks fine to me.
Hi Abu,
Thank you for getting back to me.
Yes the table works fine with a single grid page.
Your Answer