Hello and thanks a lot for this great and essential module.

I have a crazy behaviour on one page with rules_i18n:
On EVERY cron run I have lots of these messages in my watchdog log:

"Updated string rules:rules_config:XXXX:label for text group rules: XXXX"

As I found out the message itself comes from string_add() in the i18n_string.inc file from i18n_string module.
It seems to be triggered by rules_i18n, but I have no clue why that should happen on every cron run.

The page where this happens is very very big and the cron runs every minute. I could not find a hook_cron within rules_i18n and so have no quick idea of the reasons.

Can someone help me and explain, how this happens? Is this expected behaviour?

Thank you so much.

Comments

hosais’s picture

Hi,

I have the same issue after update to commerce kickstart 2.20.

I am trying to figure out why as well.

hosais

candelas’s picture

I am having this also. @Anybody, @hosais did you find a solution? Thanks

candelas’s picture

I found what it is: Localization update for strings that are not translated in rules. If you translate (in my case in admin/config/workflow/rules/components) the component, the message is gone. In cron (I use Elysia cron) the rule that was creating the messages was:

l10n_update_cron: Check one project/language at a time, download and import if update available

Since I don't want to translate the admin part because of performance, I disabled and uninstalled the module and problem solved.

candelas’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)