- Posts: 28
Cannot login to moodle course
- Mukund Pehere
- Topic Author
- Offline
- Junior Member
-
Less
More
13 years 9 months ago #11
by Mukund Pehere
Replied by Mukund Pehere on topic Re: Cannot login to moodle course
Hello,
I remove some lines and this link shows me now "XML-RPC Error (1): Access Denied116.203.236.147"
I remove some lines and this link shows me now "XML-RPC Error (1): Access Denied116.203.236.147"
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7847
13 years 9 months ago #12
by Antonio Durán
Replied by Antonio Durán on topic Re: Cannot login to moodle course
I don't know what you mean my removing some lines.
I tried and i get the same message as you, when I should receive an eror about me ip denied (not 116...)
It seems you modified some code...?
I tried and i get the same message as you, when I should receive an eror about me ip denied (not 116...)
It seems you modified some code...?
Please Log in or Create an account to join the conversation.
- Mukund Pehere
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
13 years 9 months ago #13
by Mukund Pehere
Replied by Mukund Pehere on topic Re: Cannot login to moodle course
Yes i have modified the line 530 as - if ($loptions != 1 && method_exists($document, 'getHeadData')) {
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7847
13 years 9 months ago #14
by Antonio Durán
Replied by Antonio Durán on topic Re: Cannot login to moodle course
I don't think modifying Joomla code is the way to go...
I now get error 500, but for a while I got my ip address along with the access denied error, which is what I should get.
I now get error 500, but for a while I got my ip address along with the access denied error, which is what I should get.
Please Log in or Create an account to join the conversation.
- Mukund Pehere
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
13 years 9 months ago #15
by Mukund Pehere
Replied by Mukund Pehere on topic Re: Cannot login to moodle course
Actually I have put 127.0.0.1/21 at joomdle config.
Please Log in or Create an account to join the conversation.
- Mukund Pehere
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
13 years 9 months ago #16
by Mukund Pehere
Replied by Mukund Pehere on topic Re: Cannot login to moodle course
Hi,
I have not get any solution for joomdle web service connectivity.
I have not get any solution for joomdle web service connectivity.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7847
13 years 9 months ago #17
by Antonio Durán
Replied by Antonio Durán on topic Re: Cannot login to moodle course
Hi.
Try disabling cache in Joomla, to see if that changes anything.
Also, undo any code mods you have done, as that is not a good way to make things working.
Try disabling cache in Joomla, to see if that changes anything.
Also, undo any code mods you have done, as that is not a good way to make things working.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7847
13 years 9 months ago #18
by Antonio Durán
Replied by Antonio Durán on topic Re: Cannot login to moodle course
Hi again.
I tested myself, and it turns out there is a problem with Joomdle when the Cache plugin is enabled.
I think I have a solution that seems to work well. Please test and let us know if all works as expected.
You only need to change one line in file components/com_joomdle/controllers/ws.xmlrpc.php, función server().
Just before:
/// XXX OLD TRIES, DISCARD
Change:
return;
by:
exit ();
I tested myself, and it turns out there is a problem with Joomdle when the Cache plugin is enabled.
I think I have a solution that seems to work well. Please test and let us know if all works as expected.
You only need to change one line in file components/com_joomdle/controllers/ws.xmlrpc.php, función server().
Just before:
/// XXX OLD TRIES, DISCARD
Change:
return;
by:
exit ();
Please Log in or Create an account to join the conversation.
- Mukund Pehere
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
13 years 9 months ago #19
by Mukund Pehere
Replied by Mukund Pehere on topic Re: Cannot login to moodle course
Hello,
Thanks for communication. I cant find the script what you said to change in the said file ?
Thanks for communication. I cant find the script what you said to change in the said file ?
Please Log in or Create an account to join the conversation.
- Mukund Pehere
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
13 years 9 months ago #20
by Mukund Pehere
Replied by Mukund Pehere on topic Re: Cannot login to moodle course
Hi Antonio,
I am very confused and tired because of red x from system health check. I have disable plugin cache, I have changed exit(); against return; before /// XXX OLD TRIES, DISCARD in ws.xmlrpc.php. I have also contact godaddy support but they refuse any security reason. So when can I see the green signal for joomdle web services. Actually its showing me "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle" against Received empty response" I have put down in joomla onlinecsg.com/onlinecsg/moodle and in moodle onlinecsg.com/onlinecsg I also tried www before domain name in both. I also put "en" in language option at moodle site. But not succeed. My dear please give me any solution that my students will be get their study material thru joomla site.
Kindly Regards
Mukund Pehere
I am very confused and tired because of red x from system health check. I have disable plugin cache, I have changed exit(); against return; before /// XXX OLD TRIES, DISCARD in ws.xmlrpc.php. I have also contact godaddy support but they refuse any security reason. So when can I see the green signal for joomdle web services. Actually its showing me "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle" against Received empty response" I have put down in joomla onlinecsg.com/onlinecsg/moodle and in moodle onlinecsg.com/onlinecsg I also tried www before domain name in both. I also put "en" in language option at moodle site. But not succeed. My dear please give me any solution that my students will be get their study material thru joomla site.
Kindly Regards
Mukund Pehere
Please Log in or Create an account to join the conversation.