Hey,
after I installed your 2.4 beta1 or the newest dev rlz, everything works fine, except:
delete custom contents and I got this msg with several others referring to custom string langcode array. After this the node deleted, and taxonomy menu went crazy. Exactly, the parent of the term of deleted node and its children went down to the bottom of the menu hierarchy or just connected to other terms.

put back 2.3 and its ok again.

Comments

indytechcook’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have any i18n modules enabled?

mafe’s picture

yep!
localization client 6x-1.7

What do you think?

indytechcook’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I think it's related to #316632: Integrate with I18n (I) - "Localize terms" :) Add your update to that issue.

Svetomir-1’s picture

I had the same issue. In my case it happened due to empty string. I have know ide what module caused it but I fixed that by adding this line

if (empty($string)) return '';

right before line 902