By r.streubel on Tuesday, 22 August 2023
Replies 5
Likes 0
Views 678
Votes 0
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
Can you download JEvents from the link above and install the upgrade manually
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello.
Yes this is working.
It was also working in the past.
I wrote it already in my question.
If you release a new update, i have the same problem again.

Best Rene
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Check your Joomla update sites - what URL are you searching for JEvents package updates?
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm really sorry - I uploaded the prepackaged versions of XML files to the server by mistake. Should be good now
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post