Recent Topics

1 Sep 25, 2006 19:28    

When I try to delete a post (using Blogjet) it comes back with this error.

---------------------------
Posting Error
---------------------------
Error posting to blog:                   

Incorrect parameters passed to method: No method signature matches number of parameters

I believe this is an error with xmlrpc.php as I have had the same problem using some other blogging tools. Delete just does not work.

2 Nov 28, 2006 20:27

To fix the problem I commented out the following lines in the file: inc\_misc\ext\_xmlrpcs.php (around line 508)


			// Check signature.
//			if (isset($dmap[$methName]['signature']))
//			{
//				$sig = $dmap[$methName]['signature'];
//				list($ok, $errstr) = $this->verifySignature($m, $sig);
//				if(!$ok){
//					// Didn't match.
//					$a =  print_r($m, true);
//					$b = print_r($sig, true);
//					return new xmlrpcresp(
//						0,
//						$xmlrpcerr['incorrect_params'],
//						$xmlrpcstr['incorrect_params'] . ": ${errstr}a".$b
//					);
//				}
//			}


Form is loading...