- Posts: 2
XML-RPC Error (0): ERROR: Incorrect number of query param
- Everardo Rodriguez
- Topic Author
- Offline
- New Member
-
Less
More
14 years 8 months ago - 14 years 8 months ago #1
by Everardo Rodriguez
XML-RPC Error (0): ERROR: Incorrect number of query param was created by Everardo Rodriguez
XML-RPC Error (0): ERROR: Incorrect number of query parameters. Expected 1, got 0.
en el nuevo joomdle 0.6 todo corre bien el system health tengo 140 usuarios y subiendo he intentado lo que dice el post de agregar $filter_type = 'joomla'; en el view.php pero sigue con el mismo error y segun parece no me crea todas la cuentas de joomla en moodle
en el nuevo joomdle 0.6 todo corre bien el system health tengo 140 usuarios y subiendo he intentado lo que dice el post de agregar $filter_type = 'joomla'; en el view.php pero sigue con el mismo error y segun parece no me crea todas la cuentas de joomla en moodle
Last edit: 14 years 8 months ago by Everardo Rodriguez.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
14 years 8 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: XML-RPC Error (0): ERROR: Incorrect number of query param
Hi,
When do you get that error?
When do you get that error?
Please Log in or Create an account to join the conversation.
- Everardo Rodriguez
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
14 years 8 months ago #3
by Everardo Rodriguez
Replied by Everardo Rodriguez on topic Re: XML-RPC Error (0): ERROR: Incorrect number of query param
when i try to see all the users in the joomdle component
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
14 years 8 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: XML-RPC Error (0): ERROR: Incorrect number of query param
140 users are not a lot, so I don't think this is related to the "too many users" problem.
What Moodle version are you using? And Joomla? Maybe something has changed...
I looked at the code, and the only call made there to a method that expects a param is:
get_moodle_users_number ($search);
Just to know if the problem is related, you could add a line:
$search = "something";
before the call to getMoodleUsersNumber in the view file.
What Moodle version are you using? And Joomla? Maybe something has changed...
I looked at the code, and the only call made there to a method that expects a param is:
get_moodle_users_number ($search);
Just to know if the problem is related, you could add a line:
$search = "something";
before the call to getMoodleUsersNumber in the view file.
Please Log in or Create an account to join the conversation.