Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Undefined property: stdClass::$version #28503

Closed
Quy opened this issue Mar 28, 2020 · 5 comments
Closed

[4.0] Undefined property: stdClass::$version #28503

Quy opened this issue Mar 28, 2020 · 5 comments

Comments

@Quy
Copy link
Contributor

Quy commented Mar 28, 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"}

@richard67
Copy link
Member

richard67 commented Mar 28, 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.

@richard67
Copy link
Member

Please test PR #28505 .

@ReLater
Copy link
Contributor

ReLater commented Apr 10, 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

@richard67
Copy link
Member

@ReLater What means "or similiar issue"?

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

@ReLater
Copy link
Contributor

ReLater commented Apr 10, 2020

I'll open an new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants