Tepster Posted September 3, 2014 Share Posted September 3, 2014 (edited) 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 September 3, 2014 by Tepster (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted September 5, 2014 Share Posted September 5, 2014 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 More sharing options...
Tepster Posted September 5, 2014 Author Share Posted September 5, 2014 (edited) Thanks for answer, but I have already solved it. There was some module for creating QR codes and there was something wrong. So I removed this module and everything is ok. Edited September 5, 2014 by Tepster (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts