PDF QR code generation occasionally fails with the following error:
stream_socket_client(): unable to connect to tcp://chart.apis.google.com:80 (Operation timed out) in application/libraries/Zend/Http/Client/Adapter/Socket.php on 230
This is a Zend Framework error caused by a failed connection to Google Charts API. This should be retry-able, but for some reason it just gives the error message instead of throwing the exception.
PDF QR code generation occasionally fails with the following error:
This is a Zend Framework error caused by a failed connection to Google Charts API. This should be retry-able, but for some reason it just gives the error message instead of throwing the exception.