Page 1 of 1

xml_parser_create()

Posted: Fri Apr 20, 2007 4:52 pm
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

Re: xml_parser_create()

Posted: Mon Apr 23, 2007 12:57 pm
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.

Re: xml_parser_create()

Posted: Mon Apr 23, 2007 1:12 pm
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