Jump to content

CrazyAppel

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by CrazyAppel

  1. In file FieldtypeTable.module on line: 1355 code should be: $v = explode(',', $v ?? ''); // old code: $v = explode(',', $v ); php +8.1 otherwise gives an error: PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in...
×
×
  • Create New...