- Posts: 23
R0.25 No Longer Supported
[SOLVED] WebServ - Problem - user created with "X"
- Fabio
- Topic Author
- Offline
- Junior Member
-
Less
More
15 years 2 months ago - 15 years 1 month ago #1
by Fabio
[SOLVED] WebServ - Problem - user created with "X" was created by Fabio
Hi all.
First of all, sorry for my rabbish english.
I've installed JOOMDLE, release 0.25
When I created a user in Joomla, a user is created also in Moodle but only username is correct. Firstname, lastname and e-mail are created with X.
If the user log in joomla, he can see course and calendar.
If the user click on link-course he logs into Moodle but with XX instead of firstname, lastname and e-mail.
Also, if I create a user in Moodle and, after, the user log into Joomla, firstname, lastname and e-mail change in X.
Same problem if I have a user in Joomla and Moodle and I change something of the user in Joomla. Moodle change firstname, lastname and e-mail upgrade with X
ABOUT INSTALLATION
In Joomla, plugin JOOMDLE, in system check appears an X red at Joomdle Web Services level. The error is "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle".
I read all forum, wiki, etc. All forum tell me to verify the link post for Joomla in auth plugin in Moodle.
The link for me is correct!!
- I try with and without http.
- I try to put public IP address (94.88...) instead www
- I try to put internal IP address (10.0...) instead www
- I try to put localhost, with and without www
- I try to put 127.0.0.1, with and without www
Nothing change.
Please, anybody can help me?
First of all, sorry for my rabbish english.
I've installed JOOMDLE, release 0.25
When I created a user in Joomla, a user is created also in Moodle but only username is correct. Firstname, lastname and e-mail are created with X.
If the user log in joomla, he can see course and calendar.
If the user click on link-course he logs into Moodle but with XX instead of firstname, lastname and e-mail.
Also, if I create a user in Moodle and, after, the user log into Joomla, firstname, lastname and e-mail change in X.
Same problem if I have a user in Joomla and Moodle and I change something of the user in Joomla. Moodle change firstname, lastname and e-mail upgrade with X
ABOUT INSTALLATION
In Joomla, plugin JOOMDLE, in system check appears an X red at Joomdle Web Services level. The error is "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle".
I read all forum, wiki, etc. All forum tell me to verify the link post for Joomla in auth plugin in Moodle.
The link for me is correct!!
- I try with and without http.
- I try to put public IP address (94.88...) instead www
- I try to put internal IP address (10.0...) instead www
- I try to put localhost, with and without www
- I try to put 127.0.0.1, with and without www
Nothing change.
Please, anybody can help me?
Last edit: 15 years 1 month ago by Fabio.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 2 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Web Service - Problem - user created with "X"
Hi.
What do you have in moodle config as the URL for Joomla? You need to put the domain, not ips.
What do you have in moodle config as the URL for Joomla? You need to put the domain, not ips.
The topic has been locked.
- Fabio
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
15 years 2 months ago #3
by Fabio
Replied by Fabio on topic Re: Web Service - Problem - user created with "X"
Hi Antonio.
Thanks for your answer.
I put the www address of joomla. I tried with and without www
If I put the domain it doesn't work the same.
Joomla and Moodle are on the same server.
Joomla is on www.mydomain.it and Moodle is on www.mydomain.it/elearning
Any suggestion? Do you want other information?
Thanks in advance and .... sorry for my english (I'm italian....)
Thanks for your answer.
I put the www address of joomla. I tried with and without www
If I put the domain it doesn't work the same.
Joomla and Moodle are on the same server.
Joomla is on www.mydomain.it and Moodle is on www.mydomain.it/elearning
Any suggestion? Do you want other information?
Thanks in advance and .... sorry for my english (I'm italian....)
The topic has been locked.
- Fabio
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
15 years 2 months ago #4
by Fabio
Replied by Fabio on topic Re: Web Service - Problem - user created with "X"
If you want (and you have time...) I can send to you userid for my Joomla site and Moodle site.
You are welcome.
You are welcome.
The topic has been locked.
- Fabio
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
15 years 1 month ago #5
by Fabio
Replied by Fabio on topic Re: Web Service - Problem - user created with "X"
The issue is resolved.
It was caused by the fact that my server uses internal IPs for communicating with itself, instead of using the public ones as it is usually done.
The fix we made is to put my internal IP hardcoded in the check_origin function, in Joomdle XMLRPC plugin.
After that, we use IP public instead of using internal IPs.
It was caused by the fact that my server uses internal IPs for communicating with itself, instead of using the public ones as it is usually done.
The fix we made is to put my internal IP hardcoded in the check_origin function, in Joomdle XMLRPC plugin.
After that, we use IP public instead of using internal IPs.
The topic has been locked.