Project

General

Profile

Actions

Bug #68610

closed

Language administration

Added by Kornexl Anton almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Language Manager (backend)
Target version:
-
Start date:
2015-07-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When i start "Language administration" i get a frame which contains the title "Language Administration" and the text "Update from repository" above (but not linked).

The other part of the frame is white, because the received HTML-Code is hidden by CSS (visibility hidden, but it's all there)

What maybe the cause of this behaviour. I can't update my language packs.

In the JS-Console i find the error message
TypeError: jQuery(...).dataTable is not a function

In file: jquery.dataTables.min.js
in the following lines:

/**
 * Initialize the language module
 *
 * @return void
*/
initialize: function() {
// Initialize dataTable for selection and translation list
languageModule.tableSetup.sScrollY = languageModule.calculateTableHeight();
jQuery('.selectionList, .translationList').dataTable(languageModule.tableSetup);

Files

language_admnistration.php (169 KB) language_admnistration.php HTML code of the failing frame Kornexl Anton, 2015-07-30 15:46
lang_administration.zip (198 KB) lang_administration.zip Kornexl Anton, 2015-08-05 16:44
Actions

Also available in: Atom PDF