- Posts: 13
Joomdle 1.0 Installation
External Service Function
- Chicitadel
- Topic Author
- Offline
- New Member
-
Less
More
8 years 10 months ago #11
by Chicitadel
Replied by Chicitadel on topic External Service Function
There is no error on the web services item (perfectly added automatically during installation process).
I have done that, the two URLs are correct.
I have done that, the two URLs are correct.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
8 years 10 months ago #12
by Antonio Durán
Replied by Antonio Durán on topic External Service Function
You are getting Empty reply from Moodle, and also 2 previous checks are also failing.
This indicates a connection problem between Joomla and Moodle: it may be caused by some security software, problems in DNS configuration...
So, the problem seems to be that you cannot open Moodle from Joomla site. Do you have SSH access to your servers? You could try to use wget in Joomla server to get Moodle home page, and see if that also fails (I would think so)
This indicates a connection problem between Joomla and Moodle: it may be caused by some security software, problems in DNS configuration...
So, the problem seems to be that you cannot open Moodle from Joomla site. Do you have SSH access to your servers? You could try to use wget in Joomla server to get Moodle home page, and see if that also fails (I would think so)
Please Log in or Create an account to join the conversation.
- Chicitadel
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
8 years 10 months ago #13
by Chicitadel
Replied by Chicitadel on topic External Service Function
I do not have access to SSH access to the server. (a shared host).
I first noticed SSH access when I had issue upgrading Moodle due to Antelope > Barracuda (database) conversion
What are the steps to using SSH access to resolve this problem?
Let me see if this could be an exception.
I first noticed SSH access when I had issue upgrading Moodle due to Antelope > Barracuda (database) conversion
What are the steps to using SSH access to resolve this problem?
Let me see if this could be an exception.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
8 years 10 months ago #14
by Antonio Durán
Replied by Antonio Durán on topic External Service Function
It's not that you need SSH, it was just a way to test for connection issues.
You can also do the following:
- Upload this as connection_test.php to your Joomla server, changing Moodle URL in the code:
Then, access yourjoomlasite/connection_test.php with your browser. If connection is working fine, you should see your Moodle site.
If you don't see it, it means there is a connection issue. If that's the case, you can contact your hosting provider pointing them to this connection script, so they can try to help.
You can also do the following:
- Upload this as connection_test.php to your Joomla server, changing Moodle URL in the code:
Code:
<?php
echo file_get_contents ("http://yourmoodleurl");
?>
Then, access yourjoomlasite/connection_test.php with your browser. If connection is working fine, you should see your Moodle site.
If you don't see it, it means there is a connection issue. If that's the case, you can contact your hosting provider pointing them to this connection script, so they can try to help.
Please Log in or Create an account to join the conversation.
- Chicitadel
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
8 years 10 months ago #15
by Chicitadel
The problem was caused by security settings (expired SSL certificate) inside .htaccess file, causing http > https redirect on all domain and subdomains on cPanel, everything working fine now.
Replied by Chicitadel on topic External Service Function
Antonio Durán wrote: What's the error in web services item?
First thing you need to do is double-check URLs in Joomdle config in Joomla and Moodle.
The problem was caused by security settings (expired SSL certificate) inside .htaccess file, causing http > https redirect on all domain and subdomains on cPanel, everything working fine now.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
8 years 10 months ago #16
by Antonio Durán
Replied by Antonio Durán on topic External Service Function
Good to know that you got it working.
Thanks for sharing the cause of the problem, I am sure it could help others in the future.
Thanks for sharing the cause of the problem, I am sure it could help others in the future.
Please Log in or Create an account to join the conversation.