• 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

Registration form on site is not published

SagarS

Basic Pleskian
Dear All,

I have created website in sitebuilder and publish successfully.While creating website i have added Registration page which also published.
But content on registration form page is not display properly please check http://www.sabkucheasy.com/Registration2.php
In site preview its working fine.

Please suggest me to sort out this issue.

Thanks,
Sagar
 
Hi Sagar,

As I see from published site some locales are missing.
Please make sure that installed package sitebuilder_module-login-4.5.0-build08090214 not corrupted.
Main locale file for frontend is /usr/local/sitebuilder/resources/locale/en_US/Modules/Login/Frontend.lng.

If it's corrupted please try to reinstall it. You can even customize it if you would like. Just in case pasting the content of the file:

[root@localhost ~]# cat /usr/local/sitebuilder/resources/locale/en_US/Modules/Login/Frontend.lng
address1 = "Address1"
address2 = "Address2"
cancel = "Cancel"
city = "City"
company = "Company"
contactInformation = "Contact information"
country = "Country"
email = "E-mail"
enterYourName = "Please enter your user name to receive your password."
firstName = "First name"
forgotYourPassword = "Forgot your password?"
goToLoginPage = "Go to registration page"
lastName = "Last name"
login = "Log in"
loginForm = "Log in"
logout = "Log out"
myProfile = "My profile"
password = "Password"
passwordConfirmation = "Password confirmation"
passwordNotSent = "Could not retrieve your login information. Please try again."
passwordRecovery = "Password recovery"
passwordRecoveryForm = "Password recovery"
passwordSent = "The password has been sent to your e-mail."
phoneNumber = "Phone"
profileForm = "My profile"
profileNotUpdated = "You profile data has not been updated."
profileUpdated = "You profile data has been updated."
provideLoginInformation = "Log in"
registerAndLogin = "Register & Log in"
registerNow = "Register Now"
registration = "Register"
registrationForm = "Register"
registrationInfo = "Registration and submitting your personal information will facilitate your use of our site."
rememberMyLogin = "Remember my login"
state = "State"
submit = "Submit"
updateProfile = "Update profile"
userName = "User name"
youAreDeactivated = "Your account is deactivated. Please contact the site administrator."
youAreLogged = "You have logged in."
youAreNotLoggedCheckLoginAndPassword = "You have not logged in. Please check your login and password."
youNotRegistered = "Your account has not been registered. Please try again."
youRegistered = "Your account has been registered."
zip = "ZIP"
 
Hello,

Thanks for your response.

RPM package sitebuilder-module-login is installed on server :
[root@sb ~]# rpm -qa *sitebuilder_module-login*
sitebuilder_module-login-4.5.0-build08090214

Also front end file "/usr/local/sitebuilder/resources/locale/en_US/Modules/Login/Frontend.lng" is exists with above contents on server.

Please let me know how do i reinstall this package.

Thanks
Sagar
 
Hello,

Did you use any of the language packs in the interface? If not, try following steps for resolution:

1. Download appropriate module from here: http://www.parallels.com/download/sitebuilder4. Just select necessary OS and you will get the list of modules for download.
2. Try to reinstall the package with:

rpm -Uhv sitebuilder_module-login-4.5.0-build08090214.noarch.rpm --force

3. If this won't help, try to remove module from website. Make full re-publication and add module back with Full republication as well.

Dmitriy.
 
Back
Top