-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insufficient arguments passed to this XML-RPC method. #26
Comments
Which version of PHP do you use? There are some problems with PHP 7 that I am investigating. |
Oh I see... I'm using php 7. Well, I'm breaking my head with that error |
The problem is fixed, you can |
Thank you very much. I already tested and seems to works perfectly |
I have this same problem. Before upgrading to PHP7 I was working fine. I already upgraded to version 2.5 and I still have the same problem. $wpClient = new \HieuLe\WordpressXmlrpcClient\WordpressClient($endpoint, $user, $pass, $wpLog); array(2) { |
I am trying to make a new Post and it throws me this error "Insufficient arguments passed to this XML-RPC method."
$wpClient = new WordpressClient($domain->url, $domain->user, $domain->password);
$wpClient->newPost('Tittle', 'Content');
The getProfile method works fine, so there is no problem with the credentials
Can anyone help me with this?
Thanks in advance
The text was updated successfully, but these errors were encountered: