Bloomanity's avatar

Call to undefined function xml_parser_create()

PHP message: PHP Fatal error: Uncaught Error: Call to undefined function xml_parser_create() in ...

How do I fix this?

Ubuntu 14, Php 7

0 likes
2 replies
mcbenton's avatar

BTW, for those who get here and lack context, if you have PHP 7 installed on your Ubuntu box, some of the XML libraries do not come installed by default. From the terminal:

sudo apt-get install php7.0-xml

In my case I needed this for Jetpack from Wordpress to work on my site.

Please or to participate in this conversation.