My drupal 7 site had version 5.4.11 of PHP. After updating the PHP version to 7.0 the virgin bar-code creation is not working properly.
Example:
I'm generating the bar-code serial number in the format of last two
digit of year followed by six digit zeros
i.e("18000000","18000001","18000002"...); But after updating the php
version the bar-codes are generated like "180","181","182","183",...
Comments
Post a Comment