Using dev version in D8.1.8 - getting WSOD when trying to edit a Taxonomy term containing File Field Sources:

TypeError: Argument 2 passed to Drupal\Component\Utility\NestedArray::getValue() must be of the type array, null given, called in xyz/modules/filefield_sources/filefield_sources.module on line 236 in Drupal\Component\Utility\NestedArray::getValue() (line 69 of xyz/core/lib/Drupal/Component/Utility/NestedArray.php).

Error goes away if I leave the module in place but disable the "Remote URL" option, which is the only one I had enabled.

Comments

Todd Young created an issue. See original summary.

Todd Young’s picture

Issue summary: View changes
gnuget’s picture

Status: Active » Closed (duplicate)

Hi!

Check #2755707: WSOD: array_slice($element['#array_parents'], 0, -1); is null

Already has a patch which fixes this problem.

gnuget’s picture

gnuget’s picture