R0.24 No Longer Supported

Joomdle Web Services

More
15 years 9 months ago #31 by Richard Henline
Replied by Richard Henline on topic Re: Joomdle Web Services
It is a firewall issue I will post the solution when I get Rackspace to figure it out. I found the issue reported here. ubuntuforums.org/archive/index.php/t-527215.html

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #32 by Richard Henline
Replied by Richard Henline on topic Re: Joomdle Web Services
DNS doctoring was not enabled on my primary IP address. They changed that and now it works like a charm.

Here is the test I ran to see if it was the fire wall.

In the content.php file under call_method_debug I changed

$file = file_get_contents($moodle_xmlrpc_server_url , false, $context);

to

$file = file_get_contents(" www.google.com ");

and it worked then I changed it to a site on my server

$file = file_get_contents(" www.surveyorcentral.com ");

and it return the same blank page. So then I knew it had to be a firewall issue.

Thanks for the help. Hope this helps someone else and saves them the 4 days of trying to figure it out.

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #33 by Antonio Durán
Replied by Antonio Durán on topic Re: Joomdle Web Services
Thanks for sharing the solution.

I will keep this in mind in case I can put it into the system check.

Please Log in or Create an account to join the conversation.