• 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

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