verbb / events

Craft CMS Plugin for events management and ticketing.
Other
22 stars 13 forks source link

Event Types Disappearing #124

Closed thom-moresoda closed 1 month ago

thom-moresoda commented 1 year ago

Question

Hi

We have an issue where the Event Types are disappearing (and taking any live events with them)

Steps to recreate:

Stuff I've looked in to:

Versions Craft 4.3.4 Events 2.0.0-beta.10

Any insight in to this would be appreciated

Many thanks, Thom

Additional context

No response

engram-design commented 1 year ago

That indeed seems bizarre. Event types wouldn't just delete themselves out of the blue, and would require allowAdminChanges = true to be possible.

Can you take a look in your events_eventtypes db table, and see if there are any extra entries? We don't support soft-deletion of event types, otherwise there would be a dateDeleted column to look at.

My only thought is that your project config is somehow out of sync. Maybe pulling from the production database, running ./craft project-config/rebuild locally and making changes would help kick it back into shape?

engram-design commented 1 month ago

Closing due to age.