I'm getting this error when downloading a ticket
TCPDF ERROR: [Image] Unable to get image:
themedicinegarden.com/administrator/comp..._codes/753243784.jpg
As support at Artio didn't think it was a problem with eTickets I talked to the hosting company who said
"In this case I believe this error is down to the file being called using a http loopback to the same server which would be firewalled out here, in this case you would need to look to call the file from within the script using the full filepath in the following format - /home/sites/thexxxxx.com/public_html/administrator/components/com_vmeticket/assets/ean_codes/757525682.jpg"
I amended vmeticket_download.php so that it used the corrected path and I got this
TCPDF ERROR: [Image] Unable to get image: '/home/sites/thexxxxx.com/public_html/administrator/components/com_vmeticket/assets/ean_codes/862151183.jpg'
I can confirm that the file did exist with appropriate permissions.
I would love a solution to this