My client's audition booking has started, but we've noticed an error that happens to some submissions.
We require image submissions and include the custom field that requests that. Most of the time it works as normal and they submit images, but occasionally there will be an image that doesn't show when we try to view it. I included a screenshot of one, but it says there's an error in the image.
I have a couple ideas why this issue could exist, but I'm hoping someone else has encountered this and has a solution. I'm also wondering if the booking is being submitted before the image has finished uploading, is that possible?
Unfortunately, this is the first time that we see this type of error. Can you please check what format they were using? Perhaps the issue is related to that?
The image in the back-end is called: inbound488971954784342861.jpg
The image in the server-side is called: 290_62df43ab18.jpg
I am working with my client to contact one of the people who submitted an image that has an error.
From the website side of things, it looks like the image is a jpg, but I'm waiting on learning what the original file is. I'm also including the site health info in case that helps.
Please provide me a temporary WP-admin (administrator) user for your website 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 would also need access to FTP can you send this please also?
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 parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Thank you for that and we have forwarded your ticket to our level 2 agents again and as soon as we get some feedback from them we will contact you immediately.
We just got the feedback from our colleagues and they have told us that we assume that the problem arises from a maximum upload size defined in your WordPress setup.
When we upload images that are sized less than 6MB they can be opened on the wp-admin appointments page.
We added this script to a booking page with custom validation that will prevent larger images to be uploaded.
<script> window.ameliaActions = { customValidation: function (success = null, error = null, data) { const customValidator = (rule, value, callback) => { // Check file size (adjust the limit as needed) var maxSizeInBytes = 6 * 1024 * 1024; // 6 MB if (value && value[0].size > maxSizeInBytes) { callback(new Error()) } else { callback(); } } if (data.rules.cf1.length < 2) { data.rules.cf1.push({message: 'file max size is 6MB', validator: customValidator, required: true, trigger: 'submit'}) } } } </script>
Thank you so much! I tested it myself and it works great! I've set up the code on the live site now and it's working there too. It makes sense that the issue likely stems from the file size limit.
I appreciate you and your team helping resolve this.
You are most welcome, and we are glad that we were able to help you. Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
Hello,
My client's audition booking has started, but we've noticed an error that happens to some submissions.
We require image submissions and include the custom field that requests that. Most of the time it works as normal and they submit images, but occasionally there will be an image that doesn't show when we try to view it. I included a screenshot of one, but it says there's an error in the image.
I have a couple ideas why this issue could exist, but I'm hoping someone else has encountered this and has a solution. I'm also wondering if the booking is being submitted before the image has finished uploading, is that possible?
Does anybody know what's causing this error?
I'd appreciate any guidance or solutions.
Annie
Attached files: Screen Shot 2023-11-27 at 1.17.26 PM.png
Hello Annie,
Thank you for reaching out to us.
Unfortunately, this is the first time that we see this type of error. Can you please check what format they were using? Perhaps the issue is related to that?
Kind regards.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello,
Here's all the info I have so far.
The image in the back-end is called: inbound488971954784342861.jpg
The image in the server-side is called: 290_62df43ab18.jpg
I am working with my client to contact one of the people who submitted an image that has an error.
From the website side of things, it looks like the image is a jpg, but I'm waiting on learning what the original file is. I'm also including the site health info in case that helps.
Thank you,
Annie
Attached files: theatre-amelia-site-health.pdf
Hello again,
I've received the file they uploaded! It appears to be a normal jpg file though. Does any of the information I've provided help?
Thank you,
Annie
Attached files: 1000012116.jpg
Hello Annie,
We have forwarded your ticket to our level 2 agents and as soon as we get some feedback from them we will contact you immediately.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Annie,
Please provide me a temporary WP-admin (administrator) user for your website 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 would also need access to FTP can you send this please also?
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 parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Looking forward to your reply.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Annie,
Thank you for that and we have forwarded your ticket to our level 2 agents again and as soon as we get some feedback from them we will contact you immediately.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Annie,
We just got the feedback from our colleagues and they have told us that we assume that the problem arises from a maximum upload size defined in your WordPress setup.
When we upload images that are sized less than 6MB they can be opened on the wp-admin appointments page.
We added this script to a booking page with custom validation that will prevent larger images to be uploaded.
You can test it and let us know does it helps.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Marko,
Thank you so much! I tested it myself and it works great! I've set up the code on the live site now and it's working there too. It makes sense that the issue likely stems from the file size limit.
I appreciate you and your team helping resolve this.
Thank you and have a nice day,
Annie
Hello Annie,
You are most welcome, and we are glad that we were able to help you. Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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