Hi, i have one problem, please help me!

Getting list of online users .....
In firebug:
NS_ERROR_FILE_CORRUPTED: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsIDOMStorage.setItem]
localStorage.setItem(index, value);
in: http://433.com.ua/freichat/client/main.php?id=151g6vun93s51ehdfpvj3s2dv5&xhash=22f4acb2909355ef61b1accaef8d6f37 (line 476)
This line 476:
set: function(index, value) {
if (typeof Storage !== "undefined") {
localStorage.setItem(index, value);
} else {
Set_Cookie(index, value);
}
Server 433.com.ua
Joomla 3 latest
Forum Kunena 3.0.6 latest
Hi, i have one problem, please help me!

Getting list of online users .....
In firebug:
NS_ERROR_FILE_CORRUPTED: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsIDOMStorage.setItem]
localStorage.setItem(index, value);
in: http://433.com.ua/freichat/client/main.php?id=151g6vun93s51ehdfpvj3s2dv5&xhash=22f4acb2909355ef61b1accaef8d6f37 (line 476)
This line 476:
set: function(index, value) {
if (typeof Storage !== "undefined") {
localStorage.setItem(index, value);
} else {
Set_Cookie(index, value);
}
Server 433.com.ua
Joomla 3 latest
Forum Kunena 3.0.6 latest
edited Nov 7 '14 at 10:54 am