• 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 3.x on PSA 7.5.4?

G

Galactic Zero

Guest
Ok, within the CP I can install ver 1.1 and I can download ver 3 as rpm's and install.

When you go to the base site sb.gzhosting.com you get the standard ph for Plesk.
If I try and go to /ServiceFacade/... I get no where.

What seems to be happening is that the path to the /usr/local/sitebuilder/htdocs is not set up correctly by sitebuilder.

So, Do I need to uninstall the SB component from within the PSA admin cp and just use the web or blow out 3.x and just use 1.1?
After I installed it via the updater in the cp it didn't show that a newer version was available.

Looking for guidance.

PSA 7.5.4 on RHEL3 PHP version 5.0 and php51 installed from the rpm package that came with 3.x

Also got a couple of errors that might help..

Code:
[root@gz conf]# php -v
PHP:  Error parsing /etc/php.d/ioncube-loader.ini on line 1
Failed loading extension_dir:
extension_dir: cannot open shared object file: No such file or directory

PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php/modules/xslt.so' - /usr/lib/php/modules/xslt.so: 
cannot open shared object file: No such file or directory in Unknown on line 0

PHP 5.0.4 (cli) (built: Jan 29 2006 21:28:32)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies
    with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
    with Zend Optimizer v3.0.1, Copyright (c) 1998-2006, by Zend Technologies
[root@gz conf]# rpm -qa |grep xslt
libxslt-(none)-1.0.33-5
php-xslt-(none)-1.0-0
libxslt-(none)-1.0.33-1
[root@gz conf]#

Code:
[root@gz ServiceFacade]# php -m
PHP:  Error parsing /etc/php.d/ioncube-loader.ini on line 1
Failed loading extension_dir:  extension_dir: 
cannot open shared object file: No such file or directory

PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php/modules/xslt.so' - /usr/lib/php/modules/xslt.so: 
cannot open shared object file: 
No such file or directory in Unknown on line 0

[PHP Modules]
bz2
calendar
ctype
curl
dbx
dio
exif
ftp
gd
gettext
gmp
iconv
imap
ldap
libxml
mbstring
mime_magic
mysql
mysqli
openssl
pcntl
pcre
pgsql
posix
pspell
session
shmop
SimpleXML
snmp
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlrpc
yp
Zend Optimizer
zlib

[Zend Modules]
Zend Extension Manager
Zend Optimizer

[root@gz ServiceFacade]#

Code:
[root@gz ServiceFacade]# grep -iR ioncube /etc/php*
/etc/php.d/ioncube-loader.ini:zend_extension=extension_dir => /usr/lib/php/modules/ => 
/usr/lib/php/modules//php_ioncube_loader_lin_5.0.so

[root@gz ServiceFacade]#
 
Back
Top