-
Notifications
You must be signed in to change notification settings - Fork 6
Description
There are warnings after performing upgrade check via Setup -> Upgrades, please see screenshot.
PHP Warning: Undefined array key "local" in ...\ProcessWireUpgradeCheck.module:282
PHP Warning: Undefined array key "title" in ...\ProcessWireUpgrade.module:276
PHP Warning: Undefined array key "local" in ...\ProcessWireUpgrade.module:301
What's also odd is the list of two modules that I have recently uninstalled and deleted, Dashboard and FieldtypeStreetAddress, so I don't expect to see them on the list. I looked into ProcessWireUpgradeCheck.module around line 282 and for FieldtypeStreetAddress module $versions[$name] contains only 'remote' => '1.1.2'. Maybe it has nothing to do with this module but rather with invalid data regarding installed modules? After hitting refresh button the error went away. Cache issue?
