XML Content installation

RamMohanSakhamuri - July 28, 2008 - 13:20
Project:XML Content
Version:6.x-1.x-dev
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi all,

After enabling the XML Content module,I'm getting the following warning for XML Content...

-----"XML Content: Your instalation of PHP does not have appropriate XML/XSL support. XML Content should be disabled."-----

Can anybody guide me to rectify the above warning. Where i have to disable 'XML Content'?

Thx in Advance,
RaamU

AttachmentSize
XMLContent.jpg194.63 KB

#1

weam - July 28, 2008 - 19:33

Raamu, if you are using PHP 5, then you have XML support out of the box. You need to enable XML support in PHP in the php.ini file, and if you do that XML Content will work nicely and you wouldn't need to disable it.

#2

RamMohanSakhamuri - July 29, 2008 - 05:07

Hi Weam,

Thanks for your clarifications. I’m having trouble understanding the usage process of XML Content. Hope u will guide me for next steps. Bocoz i am trying to move my site contents for Mobiles.

Thx,
RaamU

#3

John Bryan - July 30, 2008 - 00:51

How do I enable XML in 'php.ini', or rather I suspect libxslt, as per the readme.txt.
XML Content currently depends on the libxslt library for PHP. If you have PHP 5, then it is installed by default. However check with the PHP ini files to make sure it is enabled.
My PHPINFO shows:-

libxml : active
SimpleXML : enabled
xml : active

no mention of libxslt

#4

panji - December 9, 2008 - 22:41

extension=domxml.so

#5

thompcha - March 29, 2009 - 01:25

I too received this warning message. To fix the problem, removed the semicolon in front of "extension=php_xslt.dll" on line 484 of my php.ini file.

Before:
;extension=php_xslt.dll

After:
extension=php_xslt.dll

#6

dpearcemn - August 26, 2009 - 20:41

I'm getting the same error in version 6.x-1.x-dev 2009-Mar-29 using Fedora Core 10.

My PHPInfo has this in it:
PHP Version 5.2.9
'--enable-xml'
libXML support active
libXML Version 2.7.3
libXML streams enabled
XML Support active
XML Namespace Support active
libxml2 Version 2.7.3

Everything seems good. What is missing?
-------------------------------------
Found it. Needed "yum install php-xml.x86_64" an "service httpd restart".

 
 

Drupal is a registered trademark of Dries Buytaert.