Hello, I hope everyone is having a good day.
I was trying to activate the wpForo plug in on my site but ran into this issue.
Fatal error: Uncaught Error: Call to undefined function xml_parser_create() in /var/www/html/wp-content/plugins/wpforo/wpf-includes/class-phrases.php on line 142
Any ideas on how I could fix this?
Thank you for your time.
William McHugh
This is a server issue not wpForo.
xml_parser_create() is part of the XML PHP module. If the function is undefined then it would probably be a problem with the way your XML module is installed.
You need to make sure that your PHP does not disable xml support, which should be enabled by default. Ask your server administrator or hoster to remove the "--disable-xml" from the install script.
Eg: http://php.net/manual/en/xml.installation.php
If it is a windows install, try the following extension (use other extensions in php.ini for the exact syntax, and make sure that the file exists!)
extension=php_xmlrpc.dll