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

Sitebuilder Install Problem on Suse 10.1

bloosk

Basic Pleskian
Hello

I have a problem on Suse 10.1 with sitebilder install i become an error on a new install server with plesk 8.1.0

host:/ # sb_config
Virtual host creation: ...Ok
Update SiteBuilder database user credentials: ...Ok
sh: line 1: 2844 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_templates.php db 2>/dev/null
sh: line 1: 2846 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_templates.php source 2>/dev/null
Templates have been updated.
Memory limit has been updated.
sh: line 1: 2850 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_locales.php db 2>/dev/null
sh: line 1: 2852 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_locales.php source 2>/dev/null
Locales have been updated.
sh: line 1: 2861 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/modules/check.php db 2>/dev/null
sh: line 1: 2863 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/modules/check.php source 2>/dev/null
Modules have been updated.
------------------------------
Reconfiguration has been finished.
------------------------------
...Detailed log has been saved to /usr/local/sitebuilder/tmp/sb_config-0703201313.log

This come too at install Plesk 8.1

Execute command rpm -U /root/swsoft/PSA_8.1.0/dist-rpm-SuSE-10.1-i386/opt/sitebuilder/sitebuilder-3.0.2-all.build06112310.noarch.rpm

SiteBuilder has been installed successfully!
Use sb_config command for configuring sitebuilder.
'sb_config --help' display help information.
Checking for service MySQL: ..running
Virtual host creation: ...Ok
sh: line 1: 14559 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_templates.php db 2>/dev/null
sh: line 1: 14561 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_templates.php source 2>/dev/null
Templates have been updated.
Memory limit has been updated.
sh: line 1: 14571 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_locales.php db 2>/dev/null
sh: line 1: 14573 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/update_locales.php source 2>/dev/null
Locales have been updated.
sh: line 1: 14576 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/modules/check.php db 2>/dev/null
sh: line 1: 14578 Segmentation fault /usr/bin/php5 -q /usr/local/sitebuilder/utils/modules/check.php source 2>/dev/null
Modules have been updated.
------------------------------
Reconfiguration has been finished.
------------------------------
...Detailed log has been saved to /usr/local/sitebuilder/tmp/sb_config-0703191450.log

What is here wrong ?

EDIT:
I think thats the problem

http://forum.ioncube.com/viewtopic.php?t=749
https://bugzilla.novell.com/show_bug.cgi?id=223079

THX
Brandmeir Gerhard
 
yep, this is due to PHP on suse 10.1. You can solve the problem by manually downgrading to php-5.1.2-27. Make sure to downgrade all php packages including extensions.

btw this problem is described in 3.0.2 release notes ;)
 
Back
Top