When using Services Views on PHP 7.1 node title and text fields only return the first character.
This bug was addressed and patched in issue #2910966 and the fix has to do with how PHP handles empty index operators, the string is silently converted to an array of size 1.
When using Services Views on PHP 7.1 node title and text fields only return the first character.
This bug was addressed and patched in issue #2910966 and the fix has to do with how PHP handles empty index operators, the string is silently converted to an array of size 1.