- Posts: 10
Url misconfigured, and impossible to create moodle account
- jeremys
- Topic Author
- Offline
- New Member
-
Less
More
14 years 11 months ago #1
by jeremys
Url misconfigured, and impossible to create moodle account was created by jeremys
Hi,
So I check more or less 8 hours everything, I reinstall, I tried with moodle 1.9 and 2.0... and I still have this f***** :
Joomla 5.X
Moodle 2.0
The URL I configured in Joomdle auth plugin in Moodle is www.assoamsai.org
What else... When I create a new member in Joomla, it create a new member in Moodle BUT this member don't have any information completed in Moodle(mail, name... nothing). And impossible to login with this user just created.
Please, I am lost and need helppp!
Thanks
So I check more or less 8 hours everything, I reinstall, I tried with moodle 1.9 and 2.0... and I still have this f***** :
Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle
Joomla 5.X
Moodle 2.0
The URL I configured in Joomdle auth plugin in Moodle is www.assoamsai.org
What else... When I create a new member in Joomla, it create a new member in Moodle BUT this member don't have any information completed in Moodle(mail, name... nothing). And impossible to login with this user just created.
Please, I am lost and need helppp!
Thanks
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
14 years 11 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Url misconfigured, and impossible to create moodle account
Hi there.
We are in the process of having a new release ready, which improves error reporting on system check.
In the meantime, have a look at this thread, it probably it is the same problem you are having:
www.joomdle.com/en/forum/joomdle-for-joo...in?limit=10&start=10
We are in the process of having a new release ready, which improves error reporting on system check.
In the meantime, have a look at this thread, it probably it is the same problem you are having:
www.joomdle.com/en/forum/joomdle-for-joo...in?limit=10&start=10
Please Log in or Create an account to join the conversation.
- jeremys
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
14 years 11 months ago #3
by jeremys
Replied by jeremys on topic Re: Url misconfigured, and impossible to create moodle account
Thanks for the quick reply! I started to have a look at this link... and is it normal I don't have any 'controllers' file in components/com_joomdle/ ?
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
14 years 11 months ago - 14 years 11 months ago #4
by Chris
Replied by Chris on topic Re: Url misconfigured, and impossible to create moodle account
No it's not. Joomdle is following the standard MVC and thus will have a controller file. Well at least mine does 
Perhaps, you may want to re-install or at least unzip and compare.
Perhaps, you may want to re-install or at least unzip and compare.
Last edit: 14 years 11 months ago by Chris.
Please Log in or Create an account to join the conversation.
- jeremys
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 10
14 years 11 months ago #5
by jeremys
Replied by jeremys on topic Re: Url misconfigured, and impossible to create moodle account
Hi,
Thanks for the reply.
Because I have joomla 1.5, I think the field I should find is not components/com_joomdle/controllers but /plugins/xmlrpc/joomdle.ph
There I added in check_origin function,
I also checked " <? " and there is " <?php "...
I am lost ^^'
Any other idea or there is a bigger problem than only a misconfiguration?
Thanks for your support guys, that's very nice
Thanks for the reply.
Because I have joomla 1.5, I think the field I should find is not components/com_joomdle/controllers but /plugins/xmlrpc/joomdle.ph
There I added in check_origin function,
return true;
Just before:
return ($request_ip == $moodle_ip);
I also checked " <? " and there is " <?php "...
I am lost ^^'
Any other idea or there is a bigger problem than only a misconfiguration?
Thanks for your support guys, that's very nice
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
14 years 11 months ago - 14 years 11 months ago #6
by Chris
Replied by Chris on topic Re: Url misconfigured, and impossible to create moodle account
Whether you have joomla 1.6 or 1.5 there is still a controller.php file in com_joomdle.
Stepping back, your problem, as defined in the subject relates to the url. This is where I would be looking. That said, as Antonio has mentioned there will be a new version with better error reporting out soon - if you wanted to wait.
As for the "<?" and the "<?php", I am not following your comment here. It reads like there is a problem with "<?php"? I believe all of the short tags have been replaced already??
Stepping back, your problem, as defined in the subject relates to the url. This is where I would be looking. That said, as Antonio has mentioned there will be a new version with better error reporting out soon - if you wanted to wait.
As for the "<?" and the "<?php", I am not following your comment here. It reads like there is a problem with "<?php"? I believe all of the short tags have been replaced already??
Last edit: 14 years 11 months ago by Chris.
Please Log in or Create an account to join the conversation.