Orca Forum

I run php 5.2.17 on Centos 5.8 Server that is 32 bit

How do I enable this  No Luck so far

 

 

Orca requres PHP XSLT extension. Please enable it first then proceed with installation.

For PHP4, make sure that PHP is compiled with the following extensions:

                    --with-dom --enable-xslt --with-xslt-sablot 
                

If these PHP extensions are enabled, then you can see domxml and xsltextensions in phpinfo() with the following options:

                    DOM/XML: enabled
                    XSLT support: enabled
                



For PHP5, make sure that PHP is compiled with the following extension:

                    --with-xsl 
                

If this PHP extension is enabled, then you can see xsltextensions in phpinfo() with the following option:

                    XSLT support: enabled
                
Quote · 22 Apr 2012

You have to enable XSLT support on your server. If its a vps or dedicated i think you can do this from whm also or contact your hosting provider they can do it for you.

so much to do....
Quote · 22 Apr 2012

i am using Direct Admin and the Server is at my House

Quote · 22 Apr 2012

than you can edit the php.ini directly. Just uncomment this line and restart the server.

extension=php_xsl.dll

so much to do....
Quote · 22 Apr 2012

Most CentOS installs of PHP do not have it included. You may need to install it.

From a root shell do this.

yum install php-xml php-xmlrpc


That should take care of it.


https://www.deanbassett.com
Quote · 22 Apr 2012

thankyou for your help both of you

Michael

Quote · 22 Apr 2012

 that damned CentOS <==> i love me some CentOS

 

ubuntu, sounds like some chant at a ritual ceremony

 

SUSE sounds like you are calling your dog or pig

 

Knoppix sounds like a broken high heel shoe

 

RHEL --> cha ching

 

 

Most CentOS installs of PHP do not have it included. You may need to install it.

From a root shell do this.

yum install php-xml php-xmlrpc


That should take care of it.


 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 23 Apr 2012

 lol @ SUSE

 that damned CentOS <==> i love me some CentOS

 

ubuntu, sounds like some chant at a ritual ceremony

 

SUSE sounds like you are calling your dog or pig

 

Knoppix sounds like a broken high heel shoe

 

RHEL --> cha ching

 

 

Most CentOS installs of PHP do not have it included. You may need to install it.

From a root shell do this.

yum install php-xml php-xmlrpc


That should take care of it.


 

 

so much to do....
Quote · 23 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.