There's an undefined variable in prism_field_formatter_view(). For me this error comes up when running cron from the admin bar:
Notice: Undefined variable: elements in prism_field_formatter_view() (line 294 of /var/www/html/web/modules/contrib/prism/prism.module).
Looks like the variable $elements is just not defined as an array yet due to a typo.
There's an undefined variable in
prism_field_formatter_view(). For me this error comes up when running cron from the admin bar:Looks like the variable
$elementsis just not defined as an array yet due to a typo.