TypeError: key(): Argument #1 ($array) must be of type array, null given in key() (line 33 of modules\contrib\recurring_events\src\Plugin\FullcalendarViewProcessor\RecurringEventsFullCalendarProcessor.php)

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

MahmoudSayed96 created an issue. See original summary.

ananya.k’s picture

Assigned: Unassigned » ananya.k
mahmoudsayed96’s picture

I added this code inside `recurring_events\src\Plugin\FullcalendarViewProcessor\RecurringEventsFullCalendarProcessor.php` issue fixed

if (empty($variables['#attached']['drupalSettings']['fullCalendarView'])) {
      return;
    }
ananya.k’s picture

Assigned: ananya.k » Unassigned
mingsong’s picture

According to the error message, is it something from another module?

modules\contrib\recurring_events

mingsong’s picture

Status: Active » Postponed (maintainer needs more info)