- Posts: 11
Joomla URL misconfigured in Joomdle auth plugin...
- iadefy
- Topic Author
- Offline
- New Member
-
demo.mydomain.com/moodle2
demo.mydomain.com/j16
However, in the System Check, I still received the error message: "Joomla URL seems to be misconfigured in Joomdle auth plugin in Moodle "
Is it because that I installed it in subdomain? Have been struggling with installing Moodle 2
Please Log in or Create an account to join the conversation.
- Jonathan
- Offline
- New Member
-
- Posts: 9
Ok with PHP 5.2.17.
Looking at the URL it is using on line 429 of auth.php I found the URL is uses:
http://myhost/joomdle/index.php?option=com_joomdle&task=ws.server&format=xmlrpc
Tried that in browser and get the following response:
Fatal error: Uncaught Invalid controller class: JoomdleControllerWs thrown in /mypath/joomdle/libraries/joomla/application/component/controller.php on line 251
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7902
The url you post should work in the browser (here it does), so I am thinking it could have again to do with PHP short tags.
I checked the 'components/com_joomdle/controllers/ws.xmlrpc.php' and there is a php short tag (<?) at the start.
You could try changing it to <?php to see if that helps.
Please Log in or Create an account to join the conversation.
- Jonathan
- Offline
- New Member
-
- Posts: 9
Please Log in or Create an account to join the conversation.
- iadefy
- Topic Author
- Offline
- New Member
-
- Posts: 11
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7902
Please Log in or Create an account to join the conversation.
- Jonathan
- Offline
- New Member
-
- Posts: 9
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7902
There is one coming from a moodle file, though.
Please Log in or Create an account to join the conversation.
- Jonathan
- Offline
- New Member
-
- Posts: 9
Please Log in or Create an account to join the conversation.
- iadefy
- Topic Author
- Offline
- New Member
-
- Posts: 11
com_joomdle\controllers\ws.xmlrpc.php, and
com_joomdle\views\myapplications\tmpl\default.php, and
mod_joomle_my_grades\tmpl\default.php
uninstalled the Joomdle, reinstall with the new package with above changes, but still receiving the same error message...
Please Log in or Create an account to join the conversation.