[OpenID] cant find xml parser?

Simon Jackson simon.jackson at gmail.com
Fri Feb 23 19:23:28 UTC 2007


Björn Malmberg:
I am using XAMPP (with php5) on a windows based machine. i uncommented
this in my php.ini file:
extension=php_domxml.dll
the dll file is located in the correct directory
i have since restarted apache and i sitll get the same error.
any thoughts?



On 2/23/07, Jonathan Daugherty <cygnus at janrain.com> wrote:
> # 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