• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Script problem

T

TorstenJ

Guest
Hello everything together,
first times I would like to apologize for my bad English.
At present I have problems with the finished functions
like for example the Blog function or the forum.
One sees a piece code continuous.
At the blog for example " [[Components/Paging_:_itemsTotal]]"
or this in the forum
"[[Components/Captcha_:_refreshImageTitle]]"

The moreover if I try to add modules, color myself red my
screen, until I leave the mouse button loose.
The OS is Ubuntuu. It is used on a VPS, which has
more than sufficient resources freely.

Where can the problem be?
Kind regards from Germany!
 
Problems not only in german language

Hello,

Im using plesk sitebuilder 4.5.8 hotfix for linux/unix and have the same problem on portuguese language. Only English language is not appearing this issue.

See my recently post

Kind regards,

Luis P
 
Looks like some part of localization is missing. The things is that if you check the official website language packs here: http://www.parallels.com/download/sitebuilder4/ you will not find Portuguese ones. Looks like Portuguese locale came with old version. At the same time captcha feature was added only in latest releases of Parallells Plesk Sitebuilder so localization for this part looks like missing. I can suggest to make the following actions to correct this situation:

Copy English version of Captcha.lng file for both Portuguese locales:

# cp /usr/local/sitebuilder/resources/locale/en_US/Components/Captcha.lng /usr/local/sitebuilder/resources/locale/pt_PT/Components/

# cp /usr/local/sitebuilder/resources/locale/en_US/Components/Captcha.lng /usr/local/sitebuilder/resources/locale/pt_BR/Components/

Open these files for editing and translate 3 lines accordingly:

# cat /usr/local/sitebuilder/resources/locale/pt_PT/Components/Captcha.lng
failed = "The specified confirmation code is wrong. Please try again."
refreshImageTitle = "Reload image"
title = "Please type the confirmation code you see on the image"

Make sure that Paging.lng file also exists and include correct information. Here what I have on my test server:

# cat /usr/local/sitebuilder/resources/locale/pt_BR/Components/Paging.lng
itemsTotal = "Total de Ã*tens"

# cat /usr/local/sitebuilder/resources/locale/pt_PT/Components/Paging.lng
itemsTotal = "total de itens"

Hope it helps.
 
Back
Top