xml_parser_create()

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
khyros
Forum Members
Forum Members
Posts: 22
Joined: Sun Apr 15, 2007 11:48 am

xml_parser_create()

Post by khyros »

Hello, I'm installing CMSms onto my institution's server for our deparment's website.

I think the php permissions are set way too tight.
I get this error:

Fatal error: Call to undefined function: xml_parser_create() in ....


any ideas what might be the cause?
I was trying to upload a module in XML
Pierre M.

Re: xml_parser_create()

Post by Pierre M. »

Call to undefined function ? May be a file upload transfer corruption :
http://wiki.cmsmadesimple.org/index.php ... leshooting
Check your upload logs if using FTP. Or try reinstalling the module the classical way, not via XML.
Pierre M.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: xml_parser_create()

Post by Dee »

xml_parser_create is a PHP function.
If it's not defined PHP is compiled without support for XML (--disable-xml).

Regards,
D
Locked

Return to “[locked] Installation, Setup and Upgrade”