Version 3.10. Alpha1 Topic is solved

Did you find a bug in Joomla! 3.x but aren't sure? This forum is the place to help figure out if the problem is a bug and how to report it. If you are an experienced Joomla! user and are certain that you have found a bug please use the Bug Tracker to submit your issue.
This forum is for discussion about bugs and to get help with reporting them to the Bug Tracker: https://issues.joomla.org

Moderator: ooffick

Forum rules
Please use the official Bug Tracker to report a bug: https://issues.joomla.org
Locked
jschmi
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Wed Oct 08, 2008 7:14 am

Version 3.10. Alpha1

Post by jschmi » Fri Jul 31, 2020 8:23 am

hi,
There is a minor problem with version 3.10 alpha 1 - I got this

Code: Select all

Notice: Trying to get property 'version' of non-object in C:\myjoomla3\administrator\components\com_joomlaupdate\models\default.php on line 1410 
.
I fixed it with a check:

Code: Select all

....
	if (isset($decode->version))
		 $extension->version = $decode->version;
...
Last edited by toivo on Fri Jul 31, 2020 11:21 pm, edited 1 time in total.
Reason: mod note: moved from Joomla 4 Related

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24986
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Version 3.10. Alpha1

Post by pe7er » Fri Jul 31, 2020 9:19 am

Thanks for sharing your issue + solution.

Could you please report it https://github.com/joomla/joomla-cms/issues and maybe add a Pull Request with the patch? Thanks!
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17445
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Version 3.10. Alpha1

Post by toivo » Sun Aug 02, 2020 10:24 am

@jschmi, thank you for reporting the issue in Github as Version checking with joomal 4 #30254.

The comments explained the behaviour as expected and therefore the issue was closed.
Toivo Talikka, Global Moderator


Locked

Return to “Joomla! 3.x Bug Reporting”