?
avatar twister65
twister65
6 Oct 2019

Steps to reproduce the issue

Have Joomla 3.9.10 installed.
Log in as administrator.
ControlPanel

Expected result

Have Joomla 3.9.12 available.

Actual result

The latest Joomla version is 3.9.11 with update package URL to Joomla 3.9.12.
LatestJoomlaVersion

System information (as much as possible)

Additional comments

avatar twister65 twister65 - open - 6 Oct 2019
avatar joomla-cms-bot joomla-cms-bot - change - 6 Oct 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 6 Oct 2019
avatar alikon
alikon - comment - 6 Oct 2019

cannot confirm
Screenshot from 2019-10-06 09-28-07

maybe you have a cached/old update site item for Core ... can you check if is it pointing to the current manifest https://update.joomla.org/core/list.xml

avatar twister65
twister65 - comment - 6 Oct 2019

Yes it is, but in the #__updates table I have got 3.9.11 version:
__updates

$query = $db->getQuery(true)
->select('*')
->from($db->quoteName('#__updates'))
->where($db->quoteName('extension_id') . ' = ' . $db->quote(700));

avatar twister65
twister65 - comment - 6 Oct 2019

After clearing cache in 'Extensions: Update', it works now.

avatar twister65
twister65 - comment - 6 Oct 2019

Are you supposed to clear the cache to have correct update informations ?

avatar alikon
alikon - comment - 6 Oct 2019

i do it as a default .... not sure if it is documented somewhere in jdocs

avatar SharkyKZ
SharkyKZ - comment - 6 Oct 2019

This should be solved in 3.9.12 with #25923.

avatar twister65
twister65 - comment - 6 Oct 2019

Unfortunately, PR #25923 does not solve this issue.

avatar ChristineWk
ChristineWk - comment - 6 Oct 2019

@twister65

of course, it will be solved - after having 3.9.12 for next version.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26487.

avatar twister65
twister65 - comment - 6 Oct 2019

Not at all, once PR #25923 has been applied, it says that:

You already have the latest Joomla version, 3.9.10.

UpToDate

avatar ChristineWk
ChristineWk - comment - 6 Oct 2019

PR #25923 ist merged for 3.9.12

3.9.10 / 3.9.11 Go to Extension > Manage > Update > Clear Cache

avatar twister65
twister65 - comment - 6 Oct 2019

Click on 'Check for Updates' button is required.

avatar ChristineWk
ChristineWk - comment - 6 Oct 2019

No. In the past, we had often this problem, concerning of: #25920. Just give it a try - see above.

avatar twister65
twister65 - comment - 6 Oct 2019

Considering you are an advertised administrator (like @alikon) with good habits, it works. What a shame for common joomla users like me !

avatar twister65 twister65 - change - 6 Oct 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-10-06 09:49:20
Closed_By twister65
avatar twister65 twister65 - close - 6 Oct 2019
avatar ChristineWk
ChristineWk - comment - 6 Oct 2019

Olivier,

oh No, I'm not an advertised administrator - just a normal User only. Infos, experiences etc. as active supporter in German Joomla Forum - that's all. :-)

I don't know anything of e.g. PostgreSQL etc. as you are working as developer with your important repositories! Thanks you and all other programmers for your work and helps.

avatar zero-24
zero-24 - comment - 8 Oct 2019

@twister65 please send me a backup of the site including the database so I can take a look to this issue to tobias.zulauf[AT]communiy.joomla.org Thanks!

avatar N6REJ
N6REJ - comment - 9 Oct 2019

If they are using 3.9.10 it will still throw the 3.9.11 update but gives 3.9.12 report. Quite frankly I see it as a non-issue was it's already fixed with 3.9.11 @twister65

avatar twister65
twister65 - comment - 9 Oct 2019

"Good habits" before update:

  1. Clear cache in 'Extensions: Update'
  2. Apply PR #25923 and click on 'Check for Updates' button

@N6REJ , It is solved on 3.9.12 with the "good habit" 2.
@zero-24 , have you received my email ? It is an Akeeba Backup archive with postgreSQL database (just launch kickstart).

avatar zero-24
zero-24 - comment - 10 Oct 2019

Thanks @twister65 Yes i have got the mail but i havn't had a chance yet to review it. From a first guess can you please try this patch here: https://github.com/joomla/joomla-cms/pull/25847/files this is also included in 3.9.12 in response to this kind of issues.

Add a Comment

Login with GitHub to post a comment