• 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 Modules Error with PHP 5.2.8 xslt=fail

ryanz

Basic Pleskian
Hi,

We upgraded our server to the latest PHP upgrades using ART repo some time ago but everything was working just fine. Then we found that the Sitebuilder 4.5 modules and publishing stopped working.

This is the error after running the Sitebuilder publich check:
ioncube=ok os= phpVersion=5.2.8 mbstring=ok zlib=ok session=ok dom=ok domxml_xslt=fail xslt=fail sqlite=2.8.14 sqliteEncoding=UTF-8 gd_png=ok gd_gif=ok gd_jpg=ok gd_wbmp=ok gd=2.0.34 mail=ok curl=ok serverApi=Apache Handler

So there is an error with:
domxml_xslt=fail
xslt=fail

Here is the error on the website error logs:

PHP Fatal error: Call to undefined function xslt_create() in /var/www/vhosts/domain.com/httpdocs/include/SB/Modules/GUI/Xml/Object.php on line 67

As far as I could find the problem is that PHP 5.2.5 and upwards includes the
XSL extension by default and can be enabled by adding the
argument --with-xsl[=DIR] to the PHP configure line.

Ive not been able to install php-xslt for PHP 5.2.8-art - any advice?
I looked at this post http://forum.parallels.com/showthread.php?t=80350 but need some assistance to get this going

The server is FC4 with
Mysql 5.0.84-1.fc4.art
PHP 5.2.8-1.fc4.art
 
Back
Top