?
avatar Quy
Quy
28 Mar 2020

Steps to reproduce the issue

Install v3.10 nightly build
Upgrade to v4
Go to System > Manage > Extensions

Actual result

PHP Notice: Undefined property: stdClass::$version in \administrator\components\com_installer\tmpl\manage\default.php on line 108

PHP Notice: Undefined property: stdClass::$version in \administrator\components\com_installer\tmpl\manage\default.php on line 124

Additional comments

In extensions table, here is the manifest_cache value with new installation, but blank with the upgrade.

{"name":"plg_api-authentication_token","type":"plugin","creationDate":"November 2019","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"4.0.0","description":"PLG_API-AUTHENTICATION_TOKEN_XML_DESCRIPTION","group":"","filename":"token"}

avatar Quy Quy - open - 28 Mar 2020
avatar joomla-cms-bot joomla-cms-bot - change - 28 Mar 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Mar 2020
avatar richard67
richard67 - comment - 28 Mar 2020

Maybe this api token authentication is missing in the list of core extensions in the extensions helper? That could be the reason why the manifest cache is not updated on update in script.php.

avatar richard67
richard67 - comment - 28 Mar 2020

Please test PR #28505 .

avatar richard67 richard67 - close - 28 Mar 2020
avatar richard67 richard67 - change - 28 Mar 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-03-28 23:15:53
Closed_By richard67
avatar ReLater
ReLater - comment - 10 Apr 2020

I still have this or similiar issue after update from 3.10 nightly to 4.0 where #28505 is applied already.
for

User - Joomla API Token Site Plugin
English (en-GB) API Language
Notice: Undefined property: stdClass::$version in /administrator/components/com_installer/tmpl/manage/default.php on line 111

Notice: Undefined property: stdClass::$version in /administrator/components/com_installer/tmpl/manage/default.php on line 127
avatar richard67
richard67 - comment - 10 Apr 2020

@ReLater What means "or similiar issue"?

@Quy Could you check if this issue here is solved and re-open it, if not?

avatar ReLater
ReLater - comment - 10 Apr 2020

I'll open an new issue.

Add a Comment

Login with GitHub to post a comment