System Check

  • Derek Henderson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
15 years 4 months ago #1 by Derek Henderson
System Check was created by Derek Henderson
Hi - I am trying to install this on my laptop. It is running IIS7.

I have the Moodle URL set to //localhost/sd34 (which is my moodle site on my laptop)

Connection method is file_get_contents

When I run the system check - I get

PHP Warning: file_get_contents(//localhost/sd34/mnet/xmlrpc/server.php) [function.file-get-contents]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\joomla\administrator\components\com_joomdle\helpers\content.php on line 208

Any suggestions?

Thanks
The topic has been locked.
More
15 years 4 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: System Check
Hi.
That does not seem like an URL.

You would use: http:// localhost/sd34
The topic has been locked.
  • Derek Henderson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
15 years 4 months ago #3 by Derek Henderson
Replied by Derek Henderson on topic Re: System Check
Hi there - I tried that - the message I get when I run system check is:

PHP Warning: file_get_contents(http://localhost/sd34/mnet/xmlrpc/server.php) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in C:\inetpub\wwwroot\joomla\administrator\components\com_joomdle\helpers\content.php on line 208

Thanks
The topic has been locked.
More
15 years 4 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Re: System Check
That is a really strange error, as it indicates a total fail in joomdle web services. I think no one had this one before.

Did you install Joomdle moodle side correctly? Is Notifications page in Moodle showing ok?
Do you meet all the prerequisites?

Not many people that I know of (if any) use IIS, so it may be related...
The topic has been locked.
  • Derek Henderson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
15 years 4 months ago #5 by Derek Henderson
Replied by Derek Henderson on topic Re: System Check
Joomla is working fine. My site is ://localhost/joomla

Moodle is working fine - v 1.910 - notifications are fine.

My setting in the authentication for joomdle are:

joomla location: http://localhost/joomla
method file get contents

I tried changing the authentication method to cUrl - just for fun - then got the following message on system check - Received empty response from Moodle

Does this help at all?
The topic has been locked.
More
15 years 3 months ago #6 by Antonio Durán
Replied by Antonio Durán on topic Re: System Check
Don't think so :(

But if you have cURL installed and allow_url_fopen 'on', you should get the same error...as that is just the connection method used.

Also, as I said, I don't know if this has something to do with IIS.
The topic has been locked.