Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure the CLI user is created as specified in the Installation steps.
  2. Trigger the export manually and see if there is an error:

    For version upper than 3. 7

    Code Block
    languagebash
    typo3/sysext/core/bin/typo3 l10nmgr_export --config={l10nmgr_configuration_numeric_id} --target={typo3_language_numeric_id}

    For version lower than 3. 7

    Code Block
    languagebash
    typo3/cli_dispatcher.phpsh l10nmgr_export --config={l10nmgr_configuration_numeric_id} --target={typo3_language_numeric_id}

    The l10nmgr cart configuration and TYPO 3 language ID's are visible when hovering the icon with your mouse.

...

You have more than 20 jobs that are stuck with status "Sent to Beebox" or "Translation In Progress" and opening them doesn't show any error under "Last communication error".

Solution (For version

...

typo3  <7)

First, please make sure that the scheduler "Resets Beebox errors" is properly configured and enabled.

...