- Posts: 2
[Closed] Joomla URL seems to be misconfigured
- Guilherme Andrade
- Topic Author
- Offline
- New Member
-
Less
More
13 years 8 months ago - 13 years 8 months ago #1
by Guilherme Andrade
[Closed] Joomla URL seems to be misconfigured was created by Guilherme Andrade
Hello.
I´m trying to use Joomdle 0.82 with Joomla 1.7 and Moodle 2.3.1 and I´m getting the error "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle". The server was updated so I uninstalled the Joomdle from Joomla and installed a fresh Moodle instance.
About the installation, I installed the moodle20 package in Moodle and joomdle-joomla-package.zip in Joomla.
I already checked the Joomla URL in Moodle and it´s correct.
Debugging the code, I get the following response from Joomla:
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultString</name>
<value>
<string>parse error. not well formed. error occurred at line 1, column 1, byte index 0</string>
</value>
</member>
<member>
<name>faultCode</name>
<value>
<int>-32700</int>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
Any help would be appreciated...
Thanks
I´m trying to use Joomdle 0.82 with Joomla 1.7 and Moodle 2.3.1 and I´m getting the error "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle". The server was updated so I uninstalled the Joomdle from Joomla and installed a fresh Moodle instance.
About the installation, I installed the moodle20 package in Moodle and joomdle-joomla-package.zip in Joomla.
I already checked the Joomla URL in Moodle and it´s correct.
Debugging the code, I get the following response from Joomla:
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultString</name>
<value>
<string>parse error. not well formed. error occurred at line 1, column 1, byte index 0</string>
</value>
</member>
<member>
<name>faultCode</name>
<value>
<int>-32700</int>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
Any help would be appreciated...
Thanks
Last edit: 13 years 8 months ago by Chris.
Please Log in or Create an account to join the conversation.
- Guilherme Andrade
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
13 years 8 months ago #2
by Guilherme Andrade
Replied by Guilherme Andrade on topic Joomla URL seems to be misconfigured in Joomdle auth plugin
Problem solved!
The multilanguage function was enabled in Joomla, I disabled it and everything is working fine.
The multilanguage function was enabled in Joomla, I disabled it and everything is working fine.
Please Log in or Create an account to join the conversation.