what other table to truncate besides 'webcal_entry' to remove all entries from the calendar? #464
Replies: 2 comments 4 replies
-
Either you didn't truncate the active table, |
Beta Was this translation helpful? Give feedback.
-
I am not sure how to Commit. I didn't know I had to commit. Where/how would I do that? What I did was: in PhpMyAdmin I went to Operations and at the bottom I chose Empty the table (TRUNCATE) now when I go to the webcal_entry table I get this: MySQL returned an empty result set (i.e. zero rows). (Query took 0.0002 seconds.) But I keep seeing the data in my browser (even after refreshing and trying a private browser to make sure it wasn't a caching issue) The strange thing is that if I click on any of the entries that I see, I get this: so it's almost as if the entries don't exist but they do show up in the calendar |
Beta Was this translation helpful? Give feedback.
-
Hello I am trying to create a duplicate of my calendar and start from scratch but keep ALL settings exactly the same, except for the entries.
I tried truncating all entries in the table 'webcal_entry' but they still show on the calendar.
What else do I remove in MySQL to start without any events in the calendar?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions