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

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