Got this error after upload of the full pack, Roster is in german and after i searched a bit i got an idea.
Opened the language.php and there it was,
added this Code:
- Code: Select all
$wordings['deDE']['ml_memberlog'] = "Member Log";
$wordings['deDE']['ml_name'] = "Name";
$wordings['deDE']['ml_type'] = "Type";
$wordings['deDE']['ml_date'] = "Datum";
$wordings['deDE']['ml_OLD'] = "Entfernt";
$wordings['deDE']['ml_NEW'] = "Zugefügt";
$wordings['deDE']['ml_OLD_style'] = "color:#DA0000;";
$wordings['deDE']['ml_NEW_style'] = "color:#00DA00;";
and it worked without this problem, but did not get an Char in with date ore some thing.
DB is also clear no entry made, Deleated an char out of the db and got him pack per update an nothing happend.
Some suggestions why?
Mfg
Claudi