picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.66k stars 400 forks source link

Cannot use object of type Picqer\\Barcode\\Barcode as array #196

Closed SimpleCrumb closed 5 months ago

SimpleCrumb commented 5 months ago

I recently upgraded from PHP 7.4 to 8.2. Upgraded php-barcode-generator but now getting this error in prod (but not locally)

(Error(code: 0): Cannot use object of type Picqer\\Barcode\\Barcode as array at /home/forge/<site>/vendor/picqer/php-barcode-generator/src/BarcodeGeneratorPNG.php:26)
[stacktrace]
#0 /home/forge/<site>/storage/framework/views/bdf21d8f3831e0df4fbdd8d5eb98bf397963753a.php(51): Picqer\\Barcode\\BarcodeGeneratorPNG->getBarcode()
SimpleCrumb commented 5 months ago

Fixed the issue by using SVG instead of PNG. Not sure why PNG stopped working