[OpenID] cant find xml parser?

Jonathan Daugherty cygnus at janrain.com
Fri Feb 23 18:14:12 UTC 2007


# I am getting the following error message when i try to authenticate a login..
# 
# Warning: in_array() [function.in-array]: Wrong datatype for second
# argument in Z:\xampplite2\htdocs\vendors\Services\Yadis\XRI.php on
# line 33
# 
# Warning: Invalid argument supplied for foreach() in
# Z:\xampplite2\htdocs\vendors\Services\Yadis\XML.php on line 335

These are probably because you've included the library code in a
function.  (The fix is to require/include files at file scope.)

# Fatal error: No XML parser was found in
# Z:\xampplite2\htdocs\vendors\Services\Yadis\XML.php on line 352

This is probably caused by the previous problems.  You do need either
DOM or domxml support, but I recommend fixing the first issue.

-- 
  Jonathan Daugherty
  JanRain, Inc.
  irc.freenode.net: cygnus in #openid
  cygnus.myopenid.com



More information about the general mailing list