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