You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error when unserializing: {"code":500,"message":"Notice: Undefined offset: 15"}
The excludeIf data appears to be missing from the $unserialized variable which apparently cause the $excludeIf property to be accidentally populated with the parentStr while that $parentStr data is missing at offset 15:
Steps required to reproduce the problem
Expected Result
Actual Result
{"code":500,"message":"Notice: Undefined offset: 15"}
The
excludeIf
data appears to be missing from the$unserialized
variable which apparently cause the$excludeIf
property to be accidentally populated with theparentStr
while that$parentStr
data is missing at offset 15:This bug might be linked to f114dc6#diff-97e8439543c1cb6420f2765cc67bab32.
The text was updated successfully, but these errors were encountered: