• 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!
  • 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.

I don't get to open the sitebuilder.

G

Galamba

Guest
I don't get to open the sitebuilder. look: http://www.sitebuilder.iracema.semdns.net

I already installed everything necessary.

message error:
Fatal error: Call to undefined function: sb_load_locale() in /usr/local/sitebuilder/include/classes/class.localizator.inc on line 188
 
As I know this function (sb_load_locale) is a part of Sitebuilder core. And I think the reason of the problem is that Sitebuilder core (sitebuilder.so) was not initialized. If you are using FreeBSD OS than perhaps it happens because necessary for Sitebuilder libmysqlclent dynamic library is not installed on your system. Try to install it from ports using the following command:

make install -C /usr/ports/databases/mysql40-client/

or
make install -C
/usr/ports/databases/mysql41-client/

It depends of sitebuilder.so library. You can check which libmysqlclient.so library is needed exactly. Just find where sitebuilder.so file located on your server and run
# ldd sitebuilder.so

After installation you should restart apache.

The thing is that I had this situation on one of my servers and it was resolved by installing mysql-client.
 
to solve that problem, I had to reinstall MySQL-shared-compat-4.1.10-0.i386.rpm and later to also reinstall Sitebuilder Core.
Only in that way I got to solve.

Thank you for having it helps me because with those data I could know where was happening the problem.

Portuguese:
para resolver esse problema, tive que reinstalar MySQL-shared-compat-4.1.10-0.i386.rpm e depois reinstalar tambem o Sitebuilder Core.
Só assim resolvi !

Obrigado por ter-me ajuda pois com esses dados pude saber onde estava ocorrendo o problema.
 
Back
Top