Error: Attempt to assign property "name" on null. File: .../libraries/src/Updater/Adapter/ExtensionAdapter.php:70
When I deactivate plugin Quickicon Extension Updates error is gone.
Whatever the reason (which extension) for this error is, code inspection of the mentioned file shows a logical error. $this->currentUpdate
is never defined inside switch($name) - default:
, but only in switch($name) - case 'UPDATE':
.
I don't know if moving this line up (before switch
) is enough/correct. It helped at the moment:
$this->currentUpdate = Table::getInstance('update');
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-13 13:04:00 |
Closed_By | ⇒ | ReLater |
PR #39857