I'm running Drupal 8.1.8 on a couple of sites and the same message fills the Watchdog log.

Notice: Undefined index: project in Drupal\system_status\Controller\SystemStatusController->load() (line 91 of /home/websitename/www/modules/contrib/system_status/src/Controller/SystemStatusController.php).

Any idea what could be done to remedy this?

Kind regards,
Adam Evertsson

Comments

AdamEvertsson created an issue. See original summary.

sam hermans’s picture

Assigned: Unassigned » sam hermans
Status: Active » Fixed
StatusFileSize
new1.11 KB

Fixed using the attached patch!

Will roll a new module release for D8 later today.

  • Sam Hermans committed bab68b0 on 8.x-2.x
    Issue #2820310: Undefined index (Notice) filles the Watchdog log
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

adamevertsson’s picture

StatusFileSize
new37.79 KB

Unfortunately, the log is still flooded with notices, even after update to 8.x-2.2.

adamevertsson’s picture