• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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