Hi there,
I’ve just performed a complete fresh-install of TastyIgniter, making sure to NOT import demo content, and I made sure to drop all DB tables before, so to not have any old data. However, it seems that I still have all sorts of weird things across the website, such as “Categories” (Appetizer, Main Course, Salads, Seafoods, Traditional), although there are no categories actually listed within the admin interface. There were also tables added, which I then deleted.. mealtimes etc.
The issue is, that our menu items are numbered, and we would like the “ID” to have the same ID number as the printed menu, so that it can be easily matched, without the need to add it into the title of the dish.
What’s also really strange, is that within the "menu_options / menu_option_values and menu_categories DB tables, there are lots of values, which also don’t match what’s in the admin.
I deleted these values via phpMyAdmin, yet the categories are STILL showing within the admin, even after clearing browser cache etc.
What’s happening here? Is there some local server cache that I should be checking? or some other config location which is storing these values?