?
Referenced as Pull Request for: # 10353
avatar infograf768
infograf768
9 May 2016

Go to the page: administrator/index.php?option=com_installer&view=languages

Click on the button "Find Languages"

The page may remain empty on a manually updated site to last staging, even after database fix.

This is due to this update sql: ROOT/administrator/components/com_admin/sql/updates/mysql/3.6.0-2016-04-08.sql

INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`)
 VALUES (801, 'English (United Kingdom)', 'package', 'pkg_en-GB', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0);

-- Change update site extension id to the new extension.
UPDATE `#__update_sites_extensions` SET `extension_id` = 801 WHERE `update_site_id` = 3 AND `extension_id` = 600;

On one of my sites the id 801 was used by the weblinks package:

screen shot 2016-05-09 at 12 42 52

I suggest to NOT at least change the id 600 to 801 in _update_sites_extensions

avatar infograf768 infograf768 - open - 9 May 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 9 May 2016

we can use 802.

avatar andrepereiradasilva
andrepereiradasilva - comment - 9 May 2016

i will change it to 802 id

avatar infograf768
infograf768 - comment - 9 May 2016

why not keep 600? it is fishing for issues when changing this id. it is not necessry to change imho

avatar andrepereiradasilva
andrepereiradasilva - comment - 9 May 2016

because is the pkg_en-GB extension manifest that has the update site.
See https://github.com/joomla/joomla-cms/blob/staging/administrator/manifests/packages/pkg_en-GB.xml#L22

avatar andrepereiradasilva
andrepereiradasilva - comment - 9 May 2016

PR #10353

avatar brianteeman brianteeman - close - 9 May 2016
avatar zero-24 zero-24 - change - 9 May 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-05-09 12:38:03
Closed_By zero-24
avatar joomla-cms-bot joomla-cms-bot - change - 9 May 2016
Closed_By zero-24 joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 9 May 2016
avatar zero-24
zero-24 - comment - 9 May 2016

Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/10352

avatar joomla-cms-bot joomla-cms-bot - close - 9 May 2016
avatar zero-24
zero-24 - comment - 9 May 2016

Closing as we have a PR #10353


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

avatar brianteeman brianteeman - change - 13 May 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment