• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 https://www.php.net/dom, for PHP4 it’s https://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.

    Thread Starter flymike

    (@flymike)

    it transpires that the php-xml RPM had to be installed on the (Fedora) server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: OpenID] Blank Screen & “No XML Parser”’ is closed to new replies.