flymike
Member
Posted 2 years ago #
when adding my Google OpenID to my Profile, I get a blank screen, and "PHP Fatal error: No XML parser was found in...wp-content/plugins/openid/Auth/Yadis/XML.php on line 366" in the Apache error log.
The PHP memory_limit is 32M. OpenID is 3.3.2.
Any ideas?
well, sounds like you don't have an XML parser :) Check with your hosting provider about enabling the appropriate parser for whatever version of PHP you're running. For PHP5, you want http://www.php.net/dom, for PHP4 it's http://www.php.net/domxml Most hosts I've seen compile PHP with the appropriate module, they just may be commented out in your php.ini config file.
flymike
Member
Posted 2 years ago #
it transpires that the php-xml RPM had to be installed on the (Fedora) server.