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
Cause is when type of redisArray[$i] is an array and then it fails using it as index for newArray. The solution is add a condition with gettype() in if statement to ensure that type is valid
An error message appears when running in the php7.3
Warning: Illegal offset type in /vendor/front/redisearch/src/Index.php on line 775
The text was updated successfully, but these errors were encountered: