Project

General

Profile

Actions

Bug #68610

closed

Language administration

Added by Kornexl Anton over 8 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 #1

Updated by Daniel Goerz over 8 years ago

  • Status changed from New to Needs Feedback

This sounds rather strange. What TYPO3 6.2 version are you using exactly?

Actions #2

Updated by Kornexl Anton over 8 years ago

Now i use 6.2.14

The problem existed also in earlier 6.2.x.

I have some 6.2.14 with this problem, but one of my installations (even 6.2.14) runs okay.

Its probably an extension (with BE-modul) which produces a JS-conflict.

Actions #3

Updated by Wouter Wolters over 8 years ago

I cannot reproduce this on a 6.2 instance.
Can you check which JavaScript files are loaded in this frame? I suspect a collision between double jQuery loading.

Actions #4

Updated by Kornexl Anton over 8 years ago

I am no JS expert.

I have attached the HTML code of the frame

Actions #5

Updated by Wouter Wolters over 8 years ago

Can you try to empty the typo3temp/compressor/ folder ?

Actions #6

Updated by Kornexl Anton over 8 years ago

I have cleared the complete typo3temp folder

rm -rf typo3temp/*

the problem stays the same.

I have saved files from different tests:

before cleaning typo3temp
after cleaning typo3temp (and clearing the browser cache)

from a system with functioning language administration

(html-version from frame, Typo3Lang* modernizr* and merged*
marked with _before, _after and _OK each)

These 12 files are in the attached zip

Actions #7

Updated by Alexander Opitz over 8 years ago

Digging into this, it seams on the failing system you have an extension installed which includes an own jQuery 1.9.0 ... this may be the issue.

Try to identify this extension and disable it. Then try Language administration again.

What I don't understand, if this is the issue, you should have more problems on other modules.

Actions #8

Updated by Kornexl Anton over 8 years ago

I've found the installed (locally developed) extension and disabled it.
The language administration works now.

The language administration was the only module i recognised the problem.

Thank you very much for this support.

Actions #9

Updated by Alexander Opitz over 8 years ago

So, can we close this issue?

Actions #10

Updated by Kornexl Anton over 8 years ago

you can close the issue.

Actions #11

Updated by Alexander Opitz over 8 years ago

  • Status changed from Needs Feedback to Closed

Ok, and thanks for your feedback.

Actions

Also available in: Atom PDF