Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associated attendee data "lost" when migrating environments due to camelcase [Bug] #75

Open
LiviaButtons opened this issue Jan 24, 2022 · 0 comments

Comments

@LiviaButtons
Copy link

LiviaButtons commented Jan 24, 2022

I've migrated my Wordpress site from a staging environment to production, and noticed some issues.

Primarily: All the associations between my attendees is lost.
Comparison dev environment:
image
Prod environment
image

The wp_associatedattendees table was not damaged or lost, and in fact I can see all the associations in the prod database:
image

But the plugin doesn't fetch or find this information anymore. When I try to just encode this again, it "successfully" saves but still won't show the associated attendees.

Cause:
camelcase (not supported by my server).

Code in plugin:
image
in class-rsvp-admin.php

@LiviaButtons LiviaButtons changed the title Associated attendee data seemingly lost when migrating environments [Bug] Associated attendee data "lost" when migrating environments due to camelcase [Bug] Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant