Hallo Leute,
ich habe bei meinem Server die PHP Version auf 7.4.32 umgestellt und erhalte leider nun folgenden Error beim erstellen der PDF Dokumente:
A PHP Error was encountered
Severity: 8192
Message: Array and string offset access syntax with curly braces is deprecated
Filename: src/Mpdf.php
Line Number: 2209
hat hier jemand eine Idee?
Vielen Dank
Öffnen Sie Ihre composer.json Datei und sehen Sie sich die Version von mpdf
an.
Könne Sie Ihre Version hier posten?
Hier ist ein Link zum mpdf
-Problem bezüglich Ihrer Fehlermeldung
opened 08:20AM - 11 Dec 19 UTC
closed 08:35AM - 11 Dec 19 UTC
When using PHP 7.4 I get a "Message: Array and string offset access syntax with… curly braces is deprecated"
Filename: src/Mpdf.php
Line Number: 2214
Seems that **$this->bodyBackgroundColor{0}** is not allowed anymore in PHP 7.4
https://stackoverflow.com/questions/59158548/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated
Hi,
das steht aktuell in der composer Datei:
{
"name": "invoiceplane/invoiceplane",
"version": "1.5.11",
"description": "InvoicePlane is a self-hosted open source application for managing your invoices, clients and payments",
"homepage": "https://invoiceplane.com",
"license": "MIT",
"type": "project",
"require": {
"codeigniter/framework": "3.1.11",
"phpmailer/phpmailer": "^6.1.5",
"mpdf/mpdf": "^8.0.5",
"vlucas/phpdotenv": "^2.6.2",
"setasign/fpdf": "^1.8.2",
"league/omnipay": "~2.0",
"paragonie/random_compat": "^2.0"
}
}