Hi,
I've updated this night from 6.10 to 6.14. It works mostly well, but I've got a strange problem.
6.10 was Community Edition -> 6.14 is Server Edition (bought licenses)
Some people using Internet Explorer 8 or Firefox on Windows XP, Vista, Windows 7 can't login. It still stays between 20 up to 40%.
Firefox error log says: "init[i] is undefined"
IE says: domain.tld/ox6/concat_init.js / parentnode is null or not an object
Code Snippet:
/var/www/ox6/concat_init.js
function makeSplitCallback(split, align, live) {
var parent = split.parentNode;
var previous = split.previousSibling;
Anybody got the same error / problem?
Kind regards
I've updated this night from 6.10 to 6.14. It works mostly well, but I've got a strange problem.
6.10 was Community Edition -> 6.14 is Server Edition (bought licenses)
Some people using Internet Explorer 8 or Firefox on Windows XP, Vista, Windows 7 can't login. It still stays between 20 up to 40%.
Firefox error log says: "init[i] is undefined"
IE says: domain.tld/ox6/concat_init.js / parentnode is null or not an object
Code Snippet:
/var/www/ox6/concat_init.js
function makeSplitCallback(split, align, live) {
var parent = split.parentNode;
var previous = split.previousSibling;
Anybody got the same error / problem?
Kind regards
Comment