Re: XMLRPC Woes

2009-10-21 Thread Brian Bouterse
The second of the two cases are occurring, and it would appear the $authtype is not being set. I have commented out the statements in the else{} at the bottom so it would not bail even if it doesn't find an auth type. Now VCL is returning an HTTP error 500 when I make a call to XMLRPCtest

Re: XMLRPC Woes

2009-10-21 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, You're hitting "printXMLRPCerror(6);" in utils.php, function checkAccess. That makes me think one of 2 things: (1) in conf.php, for your "Local Account" entry in $authMechs, "type" is not set to "local" (case important) or (2) the foreach