- Posts: 40
Joomla URL seems to be misconfigured in Joomdle auth plugin
- Jordan Wolff
- Offline
- Senior Member
-
Less
More
14 years 10 months ago #21
by Jordan Wolff
Replied by Jordan Wolff on topic Re: Joomla URL seems to be misconfigured in Joomdle auth plugin
I am having issues with this. I have doubled checked and everything is matched up. All the users are being pulled into Joomdle and the courses. But it says I have "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle"
I double checked everything and not sure what to do at this point.
I have http:// on both moodle and joomdle.
I checked restaurantbarinstitute.com/xmlrpc/index.php I am getting a xml erorr.
Can someone please help with this!
I double checked everything and not sure what to do at this point.
I have http:// on both moodle and joomdle.
I checked restaurantbarinstitute.com/xmlrpc/index.php I am getting a xml erorr.
Can someone please help with this!
Please Log in or Create an account to join the conversation.
- Jordan Wolff
- Offline
- Senior Member
-
Less
More
- Posts: 40
14 years 10 months ago #22
by Jordan Wolff
Replied by Jordan Wolff on topic Re: Joomla URL seems to be misconfigured in Joomdle auth plugin
I also changed the connection cURL to the other option of files_get and got this error "Source IP not allowed:: 50.22.113.160"
Please Log in or Create an account to join the conversation.
- Jordan Wolff
- Offline
- Senior Member
-
Less
More
- Posts: 40
14 years 10 months ago #23
by Jordan Wolff
Replied by Jordan Wolff on topic Re: Joomla URL seems to be misconfigured in Joomdle auth plugin
Playing around it seems I got this error fixed and everything is working. I had to copy and paste that URL in the XML RPC plugin and had to move both site to fie_get
Please Log in or Create an account to join the conversation.
- jeremys
- Offline
- New Member
-
Less
More
- Posts: 10
14 years 10 months ago #24
by jeremys
Replied by jeremys on topic Re: Joomla URL seems to be misconfigured in Joomdle auth plugin
thx,
I couldn't find the php.ini (because it's in /usr/local/lib) so I create a new one, put it in /administrator then write the following text inside :
register_globals = Off
upload_max_filesize = 30M
post_max_size = 30M
memory_limit = 30M
upload_tmp_dir = 30M
max_execution_time = 180
error_reporting = E_ALL & ~E_DEPRECATED
However, nothing change... Did I make something wrong?
Thanks for your help!
I couldn't find the php.ini (because it's in /usr/local/lib) so I create a new one, put it in /administrator then write the following text inside :
register_globals = Off
upload_max_filesize = 30M
post_max_size = 30M
memory_limit = 30M
upload_tmp_dir = 30M
max_execution_time = 180
error_reporting = E_ALL & ~E_DEPRECATED
However, nothing change... Did I make something wrong?
Thanks for your help!
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
14 years 10 months ago #25
by Antonio Durán
Replied by Antonio Durán on topic Re: Joomla URL seems to be misconfigured in Joomdle auth plugin
Hi. You will need to contact your hosting provider to know how you can modify your PHP configuration (putting a new php.ini or other way)
Anyway, it should be in / , or even in /xmlrpc, not in administrator.
Anyway, it should be in / , or even in /xmlrpc, not in administrator.
Please Log in or Create an account to join the conversation.