i install demo package from yootheme.. its joomla 3.6.0.
if i go to Extensions: Install Languages there are no languages.
i download joomla 3.6.0 full package from joomla.org and over-install it through backend.
still cant install any language
i try discover
i try fix database
i clear all caches
there should be a list of all languages
list is empty
in attachment
hi,
no errors.. even if i enable developer mode for reporting.. its just missing list of languagessysteminfo-2016-07-20T11-52-46+02-00.txt
Please post a screenshot of the Update Sites page.
second shot is after hit "rebuild".. languages still dont show.
screen shot 2016-07-20 at 05 07 06
if it helps i can send you somewhere logins.. ?
This is the 3rd or 4th time i see this question coming up ?
Missing languages, is 1 of the problems of joomla installations have
Clicking Extensions/Installer/Database/Fix
will only run the database schema-changing queries our of:
administrator\components\com_admin\sql\updates\
you will need to run manually the queries of:
administrator/components/com_admin/sql/updates/3.6.0.*.sql
To create the needed package run file: 3.6.0-2016-04-08.sql in phpmyadmin (replace # __ with you DB prefix)
-- Insert the missing en-GB package extension.
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 (802, '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` = 802
WHERE `update_site_id` IN (
SELECT `update_site_id`
FROM `#__update_sites`
WHERE `name` = 'Accredited Joomla! Translations'
AND `type` = 'collection'
)
AND `extension_id` = 600;
You may notify yootheme about this, to fix their packages
@mbabker
i am not expert on joomla upgrade, is the following possible
How much effort would it be to detect upgrade via file extraction ?
and immediately ask backend user to run the sql queries by clicking a button or something ?
or at least some backend warning ?
or something else ?
Also 1 more FAQ article for none in "Install Languages" ? like
https://docs.joomla.org/J3.x:Missing_Installer_Tabs
Again, manual updade method is only a valid updade method if you run @mbabker post updade script immediatly after (See https://gist.github.com/mbabker/d7bfb4e1e2fbc6b7815a733607f89281).
Among other things, a manual update does not runs the querys in sql folder (see https://github.com/joomla/joomla-cms/tree/staging/administrator/components/com_admin/sql/updates/mysql)
Yes, you can add the database schema changes with the Database -> Fix later, but the Database -> Fix will not run, for instance, the UPDATE/INSERT sql syntax and so you will have issues like this.
ok.. so the issue comes from joomla demo package from yootheme? they use wrong method to upgrade to j3.6.0.?
ok.. thanks you guys.
@ggppdk your query fix my issue.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-07-20 11:43:11 |
Closed_By | ⇒ | brianteeman |
Closed as not an issue in the Joomla core
Category | Language & Strings | ⇒ | Language & Strings UI/UX |
Category | Language & Strings UI/UX | ⇒ | Language & Strings |
Category | Language & Strings | ⇒ | CLI Language & Strings |
Category | Language & Strings CLI | ⇒ | Language & Strings |
I manually added records to database but no result (there was update server but installation wasn't successful). Solution was to find and install language package from repository: https://community.joomla.org/translations/joomla-3-translations.html
Do you get an error message?
The servers were out this morning early (europe time). They work fine now.