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
xml_parser_create()
Re: xml_parser_create()
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.
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()
xml_parser_create is a PHP function.
If it's not defined PHP is compiled without support for XML (--disable-xml).
Regards,
D
If it's not defined PHP is compiled without support for XML (--disable-xml).
Regards,
D