• Resolved chlara

    (@chlara)


    I got this message Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the tribunalex domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. I used WordPress default theme, deactivate and activate one by one my plugins. The error only appear when Redux framework activate. Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kev Provance

    (@kprovance)

    The notice is generated by the theme. As we do not support themes that use Redux and have no access to them, you will have to report this to the theme author. Redux does not use the ‘tribunalex’ domain.

    The reason the notice comes and goes when Redux is activated/deactivated is because Redux controls all the options inside the theme. My guess is the domain API used inside the theme is inside a certain option. Disable Redux and that option is disabled and the code isn’t run. The theme author can verify this.

    Good luck.

    Thread Starter chlara

    (@chlara)

    You right, Everything work fine after move the redux to after_setup. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Urgent Issue with language error’ is closed to new replies.