Jump to content

CrazyAppel

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CrazyAppel's Achievements

Newbie

Newbie (2/6)

1

Reputation

  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...