- π¨π¦Canada Ron Collins
Worked for me while moving from php7.3 to 8.1.
Checking for PHP version 7.4 compatibility yields this:
FILE: colorfield.module
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 12 WARNINGS AFFECTING 6 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
137 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $raw_value{0}
| | (PHPCompatibility.Syntax.RemovedCurlyBraceArrayAccess.Found)
...
(etc.)
Replace curly braces with square brackets. Functionality should remain exactly the same.
None
None
None
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Worked for me while moving from php7.3 to 8.1.