Error when saving List

hvarun

New Member
When i save a List, i am getting the below error

1146 Table 'db.table' doesn't exist.

the changes are saved on the list but this error keeps popping up.
the table it is pointing to is an old table that was deleted with this list and recreated.
How can i fix this error?
 
the database table is pointing to different table than on the error.

I had created a list and associated with table1 first time.

i deleted the list, form, group and elements along with database entry for table1 and then recreated it to point to table2 which is the current table for the list.

the error message points that table1 is a missing table when save and close for the list. the changes made are reflecting on the table2 though.

is there any file/script in the backend where i need to make the change to point to table2 on save and close rather than on table1
 
Back
Top