PHP-OpenID server is not working , blank page is coming while using it from other sites
Jonathan Daugherty
cygnus at janrain.com
Mon Jan 28 21:56:54 PST 2008
> [Tue Jan 29 10:44:19 2008] [error] [client 81.164.112.56] PHP Warning:
> Call-time pass-by-reference has been deprecated; If you would like to pass
> it by reference, modify the declaration of [runtime function name](). If you
> would like to enable call-time pass-by-reference, you can set
> allow_call_time_pass_reference to true in your INI file.
Yeah, that should not be a problem. (At any rate, I've patched trunk
to avoid that warning. Thanks!)
Which association store are you using? I've seen problems with some
MySQL versions due to a bug in index creation that prevents the
required tables from being created. You might need to look for
failing queries in your database statement log, and you'll need to
turn on statement logging if it's not on by default.
Hope that helps,
--
Jonathan Daugherty
More information about the Dev
mailing list