Fatal error: Call to undefined function domxml_xmltree
Hi, i am getting this error after upgrading PHP/Apache, i see that this is no longer in PHP and people say to use PECL.
Any tips on how to fix this error, domxml is installed and showing in phpinfo? thanks.
-
Hello :) The "dom" PHP module should be compiled by default. EX: [~]# php -m|grep dom dom
What version of PHP is installed on your system? Are you using a specific PHP script? How long ago was it last updated? Thank you.0 -
www1:~# php -m|grep dom domxml the site is quite old i was attempting to migrate it for a client. thanks. 0 -
I recommend checking to see if an update is available for the script they are using. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments