!
Hubzilla DevelopmentMario reported a problem with install of the cart/ecommerce plugin. It warns of error in PHP 5.6 (warnings I missed), but it hard fails in 7.2. The problem was missing parameters in the $func() call in include/plugin.php.
It set me to thinking that plugin load failures (at the very least install failures) shouldn't crash the system. I wrapped the $func() calls in try/catch and submitted a PR to dev...
I'm just noting it here in case we want to discuss the idea or in case anyone knows why this would be a bad idea. (I know, backwards order, but I was having a coding/PR fiesta last night and included it in the list....) So, here's opening the discussion.