Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

CarbonTraitsUnits.php:69

Looks like the new warning in PHP 7.1

Probably you have an empty SESSION_LIFETIME in the .env which cause this 
warning by calling the addRealUnit($unit, $value = 1) with the $value = ""

Solution: Update the .env and set a value to SESSION_LIFETIME or remove the 
SESSION_LIFETIME and the problem should be solved.
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
2+2 =