During the automatic Update in Joomla iam getting this error message:
Attempt to assign property "extensionset" on null
.../libraries/src/Updater/Update.php:306
301 // For everything else there's...the default!
302 default:
303 $name = strtolower($name);
304
305 if (!isset($this->currentUpdate->$name)) {
306 $this->currentUpdate->$name = new \stdClass();
307 }
308
309 $this->currentUpdate->$name->_data = '';
310
311 foreach ($attrs as $key => $data) {
A manual update / installation is working.
Do you have any idea to fix this issue?
Thanks
Best Regards
Rene