Joomdle course module is blank
- nkdweb
- Topic Author
- New Member
-
The joomdle course module shows a blank content. I have added category, course in the admin side of the moodle. But its not show up in the module. Configured the moodle url in the module, but it still shows the blank content.
I need to show up the course in the module. your help is highly appreciated.
Thanks
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7861
It is very strange that the module is blank, giving no errors. I think I never show that. Are you sure the course you created is open and enrollable?
To try to debug, you can insert this code in mod_joomdle_courses.php. After the line:
$cursos = xmlrpc_decode($file);
Add:
print_r($cursos);
Although I guess it is going to be empty
Antonio
Please Log in or Create an account to join the conversation.
- nkdweb
- Topic Author
- New Member
-
i tried to print out the course, but it shows the blank page. Checked all the course which are open and enrolled.
Is there any other solution...
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7861
What I would do is to add more debug to try to find out the problem, in mod_joomdle_courses.php.
Just adding some echos along the code to know if it is really reaching it, as it may be that there are errors that are not reported due to configuration...
Antonio
Please Log in or Create an account to join the conversation.
- fabrice
- Offline
- New Member
-
- Posts: 17
Did you mean that when you click on the modules courses link, you have a blank page ?
if yes, can you tell me if you see somethings like that in the url up : moodle//auth/joomdle/land.php?username.....
Thank you
Fabrice
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7861
Also i tell you i am almost ready to release version 0.22, with some nice improvements, including your wrapper suggestion
Regards,
Antonio
Please Log in or Create an account to join the conversation.
- fabrice
- Offline
- New Member
-
- Posts: 17
good news

if you look for some beta tester , no pb..
Thanks
Fabrice
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7861
I tested on a couple of remote sites and made a minor modification, so i just upload it here so you or anyone else who sees it want to test
Thanks,
Antonio
Attachment joomdle_0.gz not found
Please Log in or Create an account to join the conversation.
- sharmilee
- New Member
-
Hi nkdweb,
Did you mean that when you click on the modules courses link, you have a blank page ?
if yes, can you tell me if you see somethings like that in the url up : moodle//auth/joomdle/land.php?username.....
Thank you
Fabrice
Hi There,
I am facing the same problem. When I click on a course link from the courses module in joomla, it returns a blank page. pls see attached file.
pls help!
TIA
Sharmilee
Please Log in or Create an account to join the conversation.
- sharmilee
- New Member
-
However, I would like to have Joomla authenticate thru LDAP and then SSO with Moodle. Is that possible?
Please Log in or Create an account to join the conversation.