Jump to content

Cannot show an invoice pdf - TCPDF ERROR


Recommended Posts

Hello,

 

when some customer creates an order in my eshop and I want to show an invoice pdf in administration, I see blank page with:

"TCPDF ERROR: [image] Unable to get image: https://api.paylibo.com/paylibo/generator/czech/image?accountNumber=2200412412&accountPrefix=%20670100&bankCode=6210&amount=534¤cy=CZK&vs=1408000173&message=Barbora-Křížková%20Louženská&size=200"

 

I suppose there is a problem after parameter amount where shoud be "&" instead of "¤". But I dont know, where (in which file, method, row...) can I fix that.

 

 

Thanks for the answers and sorry for my bad English.

Edited by Tepster (see edit history)
Link to comment
Share on other sites

Yes, there must be & instead of ¤ in th eURL.

 

Even that, when I try the external URL:

https://api.paylibo.com/paylibo/generator/czech/image?accountNumber=2200412412&accountPrefix=%20670100&bankCode=6210&amount=534&cy=czk&vs=1408000173&message=barbora-k%C5%99%C3%AD%C5%BEkov%C3%A1%20lou%C5%BEensk%C3%A1&size=200

 

I get

{"description":"Errors occurred during the object validation","errors":[{"code":"ERROR_REQUEST_GENERIC","description":"Czech account number (prefix) must pass bank mod 11 test."}]}

so it is not the only one problem.

Link to comment
Share on other sites

×
×
  • Create New...