We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i use C128A algorithm
(new DNS1D())->getBarcodePNG($orderItem->stock_code, 'C128A')
this error occurs "Trying to access array offset on value of type bool" DNS1D.php line:180
laravel version:9.2 php version:8.1.1 milon/barcode: 10.0.1
The text was updated successfully, but these errors were encountered:
Getting a similar issue:
$this->generator->getBarcodeHTML($this->accession->access_number, 'C128');
Error: ErrorException PHP 8.2.11 11.4.0 Trying to access array offset on value of type null
ErrorException PHP 8.2.11 11.4.0 Trying to access array offset on value of type null
Using: milon/barcode: ^11
C128A, C128B work, C128C does not
Sorry, something went wrong.
No branches or pull requests
when i use C128A algorithm
(new DNS1D())->getBarcodePNG($orderItem->stock_code, 'C128A')
this error occurs
"Trying to access array offset on value of type bool"
DNS1D.php line:180
laravel version:9.2
php version:8.1.1
milon/barcode: 10.0.1
The text was updated successfully, but these errors were encountered: