- Posts: 8
[Solved] Certificates not showing in module
- Menzer
- Topic Author
- Offline
- New Member
-
Less
More
13 years 2 months ago - 13 years 2 months ago #1
by Menzer
[Solved] Certificates not showing in module was created by Menzer
Hi Antonio first of all thank you joomdle is awesome, I have got it working just the way I want... I will be sending a donation for your hard work when I get paid! I only have 1 problem...
On moodle the certificates are working just fine, a user completes the course successfully then they can download the certificate... But the certificates are not showing in the joomla / joomdle module,
I am using lastest moodle 2.4 and joomla 2.5 and joomdle 0.9 can you help me?
On moodle the certificates are working just fine, a user completes the course successfully then they can download the certificate... But the certificates are not showing in the joomla / joomdle module,
I am using lastest moodle 2.4 and joomla 2.5 and joomdle 0.9 can you help me?
Last edit: 13 years 2 months ago by Antonio Durán.
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
13 years 2 months ago #2
by Chris
Replied by Chris on topic Certificates not showing in module
Any error messages? What is shown in the module? For all students or just one / few? For all courses? The problem, at this point is pretty vague, so hard to point in the right direction.
Chris
Chris
The topic has been locked.
- Menzer
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
13 years 2 months ago #3
by Menzer
Replied by Menzer on topic Certificates not showing in module
Hey Chris thanks reply.
I don't get any error message whatsoever, the certificate shows in moodle fine, the link to the certificate in moodle works, I have the setting in moodle certificate set to email certificate.
In the joomla module it is completely blank, nothing narda, this is happening to all students and all courses, I deleted courses and set it all back up from scratch still no certificate links
The grade module works fine and show the pass grade, it's just the certificate module
Hope that is a bit more clearer
I don't get any error message whatsoever, the certificate shows in moodle fine, the link to the certificate in moodle works, I have the setting in moodle certificate set to email certificate.
In the joomla module it is completely blank, nothing narda, this is happening to all students and all courses, I deleted courses and set it all back up from scratch still no certificate links
The grade module works fine and show the pass grade, it's just the certificate module
Hope that is a bit more clearer
The topic has been locked.
- Menzer
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
13 years 2 months ago - 13 years 2 months ago #4
by Menzer
Replied by Menzer on topic Certificates not showing in module
I am really lost with this, the certificates are not showing in the module... All other modules are working...
I even tried to do some debugging, and all the variables are defined and passing data through ok, the only one that is not working is the $certs variable the array() is empty, I tried to trace it back to try and find where the problem is but my php and XML and xmlrpc is limited... Any help would be great, this seems to be the only thing holding me back....
I think it might be my moodle connection but everything works like a dream, both on moodle and joomdle and joomla apart from the certificate module...
I have uninstalled the module and reinstalled, also I have setup my install on another server same problem, permissions seems ok but you never know...
Help lol
I even tried to do some debugging, and all the variables are defined and passing data through ok, the only one that is not working is the $certs variable the array() is empty, I tried to trace it back to try and find where the problem is but my php and XML and xmlrpc is limited... Any help would be great, this seems to be the only thing holding me back....
I think it might be my moodle connection but everything works like a dream, both on moodle and joomdle and joomla apart from the certificate module...
I have uninstalled the module and reinstalled, also I have setup my install on another server same problem, permissions seems ok but you never know...
Help lol
Last edit: 13 years 2 months ago by Menzer.
The topic has been locked.
- Menzer
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
13 years 2 months ago #5
by Menzer
Replied by Menzer on topic Certificates not showing in module
Ok I know i am talking to myself but I hope this helps others and hopefully Antonio or someone can fix this or help me with the correct settings.
I finally found the problem to certificates not showing in the joomla module
In the latest version of moodle 2.4 and the latest version of the moodle certificate which is version Stable (2012121302) (2012121302) when you have 'Enable conditional access' switched on in moodle this stops joomdle from outputting the certificates to the joomla module.
If you have the 'Enable conditional access' switched off this allows users to download certificates even if they have not even taken the course. so i must have it switched on.
I need to have 'Enable conditional access' condition switched on because I only want people to be able to download the certificate if they have reach a set grade (Which is set in the moodle certificate mod), also if they have reached a certain grade, they go onto the next course etc.
This all works perfectly in moodle when 'Enable conditional access' but joomdle stops passing values to the joomla my certificate module.
site administrator > advance features > Enable conditional access
Does anyone know how to fix this issue so that joomdle joomla my certificate module will follow the conditions of the moodle certificate mod / conditional access
I finally found the problem to certificates not showing in the joomla module
In the latest version of moodle 2.4 and the latest version of the moodle certificate which is version Stable (2012121302) (2012121302) when you have 'Enable conditional access' switched on in moodle this stops joomdle from outputting the certificates to the joomla module.
If you have the 'Enable conditional access' switched off this allows users to download certificates even if they have not even taken the course. so i must have it switched on.
I need to have 'Enable conditional access' condition switched on because I only want people to be able to download the certificate if they have reach a set grade (Which is set in the moodle certificate mod), also if they have reached a certain grade, they go onto the next course etc.
This all works perfectly in moodle when 'Enable conditional access' but joomdle stops passing values to the joomla my certificate module.
site administrator > advance features > Enable conditional access
Does anyone know how to fix this issue so that joomdle joomla my certificate module will follow the conditions of the moodle certificate mod / conditional access
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
13 years 2 months ago #6
by Chris
Replied by Chris on topic Certificates not showing in module
Thanks for helping to debug this. Antonio is on leave at the moment so there will be no quick patch to it. If I get some time over the next week I will peek at the code and see if I can find a patch but this is highly unlikely - not a coder.
The topic has been locked.
- Menzer
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
13 years 2 months ago #7
by Menzer
Replied by Menzer on topic Certificates not showing in module
Hey Chris, I am loving this component, it's made me want to learn PHP so that is what I have just started to do, so the debugging was fun, even if my observation might be wrong, kinda like detective work.
Antonio hope you are enjoying your break... Hurry and come back lol.
Anyway I am going to also see if I can help others around here, because what Antonio is doing is great work.
Hey Chris I reckon you are a great coder just undercover
Antonio hope you are enjoying your break... Hurry and come back lol.
Anyway I am going to also see if I can help others around here, because what Antonio is doing is great work.
Hey Chris I reckon you are a great coder just undercover
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
13 years 2 months ago #8
by Chris
Replied by Chris on topic Certificates not showing in module
Perhaps many moons ago. Now the youngsters are so much faster than us old folks. At best I can poke around and be a detective like yourself
The topic has been locked.
- Seby Paul
- Offline
- New Member
-
Less
More
- Posts: 18
13 years 2 months ago #9
by Seby Paul
Replied by Seby Paul on topic Certificates not showing in module
I also have the same problem in certificate module., Wht is a resolution plz help..
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
13 years 2 months ago #10
by Chris
Replied by Chris on topic Certificates not showing in module
As above, I currently do not have a resolution for this. If you are able to debug a little and explain your specific environment better, it will help Antonio better upon his return.
Regards
Regards
The topic has been locked.