i18n tags

We have a saas server that occasionally stops allowing new client computers the ability to see the i18n tags. All the see is: !i18n:this.is.a.code.you.can’t.read

We have to restart the app server to get it to work again.

Why does this happen?

We’re on 3.5.7

Chico

Hi Chico,

Perhaps it’s a database connection issue ? Do you see anything in the logs (servoy AND database server) ?

For those of you on the edge of your seat waiting to know what the deal was… we think we’ve figured it out.

It had to do with the fact the our i18n table was not it’s own database server in preferences.

Our i18n table was simply a table in our existing meta database.

When we split it out… our issues went away.

If we would have just read the manual… as that’s where we figured it out. :P