yum install php-pecl-zip
apachectl restart
At the line number 104 of invoicepdf.tpl
# QR Payment Code
$qrFilename = 'QR_INVOICE.png';
if (file_exists(ROOTDIR . '/assets/img/QR_INVOICE.png')) {
$qrFilename = 'QR_INVOICE.png';
} elseif (file_exists(ROOTDIR . '/assets/img/logo.jpg')) {
$qrFilename = 'logo.jpg';
}
$pdf->Image(ROOTDIR . '/assets/img/' . $qrFilename, 120, 110, 75);
$pdf->Ln(10);
Cron job setup instructions appears in Sendy where appropriate:
When you are at the ‘Define recipients’ page and you will see the cron job setup instructions note in a yellow box at the bottom (screenshot → http://go.sendy.co/sfO6HC)
Inside any lists, click on the 'Autoresponders' button at the top right and you'll be shown the cron job setup instructions (screenshot → http://go.sendy.co/ASYhGx)
When you're at the import CSV page, you'll see the cron job setup instructions in a yellow box (screenshot → http://go.sendy.co/F7iGZq)
Inside any segments, you'll see the cron job setup instructions in a yellow box at the bottom (screenshot → http://go.sendy.co/IAE1aa)
# Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyring...