This error is driving me nuts.
I have used grocerycrud on two previous occasions (version 1.31) without a hitch. However I can't seem to hook up with a table in my database in a new installation I'm doing (version 1.41).
The following code doesn't work:
I get an 1103 error, incorrect table name '' (it's blank).
If however I use:
it works, and I get the usual flexigrid theme to display.
The $crud construct doesn't seem to work for me whereas it always has in the past. I've looked at my code at the older installations and for the life of me I can't see any differences. I've checked all my config files and everything looks spot on.
If anyone has any suggestions I'm all ears. I much rather use $crud then $this->grocery_crud if I can.
Tom