Using Wordpress 5.3 and Amelia 2.3.1 I'm attempting to add an attendee from the Ameila > Events page. Adding an attendee simply returns a javascript error in the console:
"Failed to load resource: the server responded with a status of 500 ()"
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Turns out there was a bug on our end. I replaced the entire file ameliabooking/src/Application/Services/Payment/PaymentApplicationService.php, and confirmed it's working fine now:
I added the attendee for Small Dog/Puppy event, so please feel free to remove that when you're done testing.
Using Wordpress 5.3 and Amelia 2.3.1 I'm attempting to add an attendee from the Ameila > Events page. Adding an attendee simply returns a javascript error in the console:
"Failed to load resource: the server responded with a status of 500 ()"
Here's the URL it's trying to reach:
/wp-admin/admin-ajax.php?action=wpamelia_api&call=/bookings
Any ideas? Thanks!
HI Addison,
Thank you for your purchase.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi again Addison.
Thank you for your patience.
Turns out there was a bug on our end. I replaced the entire file ameliabooking/src/Application/Services/Payment/PaymentApplicationService.php, and confirmed it's working fine now:
I added the attendee for Small Dog/Puppy event, so please feel free to remove that when you're done testing.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks so much, Aleksandar!