in the following lines I get the error "String offset cast occured"
$code[$value['dictionaryAlias']] = $value['dictionaryText'][$codeLang]; $code[$value['dictionaryAlias']] = $value['dictionaryText'][$langDefault];
Actually, the access code to the table. It works in the previous version, but not in 5.4
I am new and I am responsible for code translation. What changes should I make to make it work. I read that this is probably because the variable is a string instead of an array. What can I do then?
klark source share