User tests: Successful: Unsuccessful:
Pull Request for Issue raised in different forums like https://forum.joomla.de/thread/8220-joomla-version-wird-nicht-korrekt-angezeigt/?pageNo=1 about not seeing the update and even pruge updates
did not help in some very also sites.
So this PR fixes the mention problem by making sure all update sites gets checked again (we can not be sure which is joomla core) and that altleast all updates assigned to joomla core are removed from the #__updates table. We might also try truncate #__updates as the com_installer purge button does? Throughts?
#__
please):INSERT INTO `#__updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(1, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2, 11, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', '');
Please note that we have here an not assigned (extension_id === 0) update on update_site id 1 and 11 (as this is an older system where for some reason also a different update site id exits)
Joomla shows the latest version as of writing 3.9.11 in com_joomlaupdate
Joomla claims that 3.9.10 in the current version even when we hit the pruge button.
none.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_joomlaupdate Libraries |
Labels |
Added:
?
|
Title |
|
Thanks @richard67 !
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Status "Ready To Commit".
Thanks for being a true mr. Proper.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-19 09:58:41 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
I have tested this item✅ successfully on 6cc3b0b
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25847.