• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

installation probs..

X

Xeonia

Guest
I am getting this:

"Installing the package sitebuilder_module-areamap-4.0.0-all.build07062700.noarch
[FATAL] Error connecting to MySQL on localhost:3306
Reason: Access denied for user 'root'@'localhost' (using password: NO)
There were some configuration errors, check logs...."

and many more like that... what should I do??

also getting this:

Fatal error encountered at /usr/local/sitebuilder/utils//SB/Logging.pm line 121
SB::Logging::Log('SB::Logging=HASH(0x804cc28)', 5, 'Error connecting to MySQL on
localhost:3306\x{a}Reason: Access de...') called at /usr/local/sitebuilder/utils//SB/Util
s.pm line 94
SB::Utils::checkParameters() called at configure line 200
main::main() called at configure line 287
 
HI,

First database problem is solved...

I can access sitebuilder with ip, like http://xx.xxx.xx.xxx/Login
and then it gets error like:

"Internal SiteBuilder error.
File: /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Pdo/Abstract.php; Line: 111
Message: SQLSTATE[42000] [1049] Unknown database 'sitebuilder3'; Code: 0"

But can't access sitebuilder like: http://sitebuilder.mydomain.com

I have made an a record for sitebuilder.mydomain.com with ip...

What should I do....

Please help soon, that I get this finally to work.... :)
 
Try to use 'sb_config' utility for configuration:

# sb_config --sb_host_ip=<IP> --sb_hostname=<HOST_NAME_FOR_SITEBUILDER> --force_update_wscfg

Also, try to run just "# sb_config" without any parameters.
Let me know about the results.
 
Back
Top