- Posts: 11
Joomdle 1.0 Installation
[Solved] Jomsocial groups not auto created after upgrade
- Martin Willemse
-
Topic Author
- Offline
- New Member
-
Less
More
10 years 8 months ago - 10 years 8 months ago #1
by Martin Willemse
[Solved] Jomsocial groups not auto created after upgrade was created by Martin Willemse
Good day,
I upgraded to the latest version of Joomdle, modules and plugins and found the following problems:
1. Users are not automatically added to Jomsocial groups when I enrol them into a course in Moodle
2. All my existing group posts are missing (disappeared) from the the module (JS Latest group posts)
I am using:
Joomla v 3.4.3
Moodle 2.7
Please advise
I upgraded to the latest version of Joomdle, modules and plugins and found the following problems:
1. Users are not automatically added to Jomsocial groups when I enrol them into a course in Moodle
2. All my existing group posts are missing (disappeared) from the the module (JS Latest group posts)
I am using:
Joomla v 3.4.3
Moodle 2.7
Please advise
Last edit: 10 years 8 months ago by Chris.
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
10 years 8 months ago #2
by Chris
Replied by Chris on topic Jomsocial groups not automatically created after upgrade
Hi there,
Did anything else get upgraded aside from Joomdle? What version of Joomdle did you upgrade from?
For the first one, we would need to try and replicate the problem to be able to respond. What version of JS are you running?
For the second one, Joomdle does not touch the posts. Are you sure the posts are missing or just access to the posts? You can look at the database to see if the posts are truly gone.
Did anything else get upgraded aside from Joomdle? What version of Joomdle did you upgrade from?
For the first one, we would need to try and replicate the problem to be able to respond. What version of JS are you running?
For the second one, Joomdle does not touch the posts. Are you sure the posts are missing or just access to the posts? You can look at the database to see if the posts are truly gone.
The topic has been locked.
- Martin Willemse
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
10 years 8 months ago #3
by Martin Willemse
Replied by Martin Willemse on topic Jomsocial groups not automatically created after upgrade
Hi Chris,
I am using Jomsocial 4.0.4
I upgraded from Joomdle 1.0.1 to 1.0.2
I compared the Joomla database before and after the upgrade and found that the activities after the upgrade was missing or had limited nr of posts which is very strange.
I know that the activities are working as the new posts does appear on the module when I make a new post so that is not my main concern but the fact that students are not automatically added to the Jomsocial groups once you enroll the users into a Moodle Course.
I am using Jomsocial 4.0.4
I upgraded from Joomdle 1.0.1 to 1.0.2
I compared the Joomla database before and after the upgrade and found that the activities after the upgrade was missing or had limited nr of posts which is very strange.
I know that the activities are working as the new posts does appear on the module when I make a new post so that is not my main concern but the fact that students are not automatically added to the Jomsocial groups once you enroll the users into a Moodle Course.
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
10 years 8 months ago #4
by Chris
Replied by Chris on topic Jomsocial groups not automatically created after upgrade
Hi there,
Just to be sure, the groups plugin is enabled? Antonio is on leave and my version of JS is quite old thus if you have groups enabled, would you be able to send a copy of your JS package to development@joomdle.com and I will have a quick look.
Just to be sure, the groups plugin is enabled? Antonio is on leave and my version of JS is quite old thus if you have groups enabled, would you be able to send a copy of your JS package to development@joomdle.com and I will have a quick look.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
10 years 8 months ago - 10 years 8 months ago #5
by Antonio Durán
Replied by Antonio Durán on topic Jomsocial groups not automatically created after upgrade
Hi.
I have tested with the Jomsocial package you sent us and Joomdle 1.0.2, and everything seems to be working fine:
- I created a new course, and new group was created in Jomsocial
- I enroled a user, and he was added to the group in Jomsocial
Did you test creating a new course and enroling a user to see if it works?
If that works, maybe Jomsocial upgrade has removed course_id param from groups in database.
I have tested with the Jomsocial package you sent us and Joomdle 1.0.2, and everything seems to be working fine:
- I created a new course, and new group was created in Jomsocial
- I enroled a user, and he was added to the group in Jomsocial
Did you test creating a new course and enroling a user to see if it works?
If that works, maybe Jomsocial upgrade has removed course_id param from groups in database.
Last edit: 10 years 8 months ago by Antonio Durán.
The topic has been locked.
- Martin Willemse
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
10 years 8 months ago #6
by Martin Willemse
Replied by Martin Willemse on topic Jomsocial groups not automatically created after upgrade
Hi Antonio,
Thank you for the reply.
I tested it with a newly created course and it works!
How can I manage to create Jomsocial Groups when I enroll students to exiting courses? (even if I have to initially manipulate the database so it adds future students?)
Regards
Thank you for the reply.
I tested it with a newly created course and it works!
How can I manage to create Jomsocial Groups when I enroll students to exiting courses? (even if I have to initially manipulate the database so it adds future students?)
Regards
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
10 years 8 months ago #7
by Antonio Durán
Replied by Antonio Durán on topic Jomsocial groups not automatically created after upgrade
Hi Martin.
If you check table #__community_groups in database, and open the newly created group, you'll see something like this on params field:
{"discussordering":0,"photopermission":1,"videopermission":1,"grouprecentphotos":6,"grouprecentvideos":6,"newmembernotification":"1","joinrequestnotification":"1","course_id":4}
Last one is the important one: "course_id":4
If you check a group from an old course, and the problem is the one I guessed, you won't see any course_id in params field.
You could try adding it in database, changing "4" by the database Moodle course ID. You can see all course IDs listed in backend, for example in Joomdle->Forums.
Then, you can try enroling a new user, to see if it correctly adds him to the group.
If you check table #__community_groups in database, and open the newly created group, you'll see something like this on params field:
{"discussordering":0,"photopermission":1,"videopermission":1,"grouprecentphotos":6,"grouprecentvideos":6,"newmembernotification":"1","joinrequestnotification":"1","course_id":4}
Last one is the important one: "course_id":4
If you check a group from an old course, and the problem is the one I guessed, you won't see any course_id in params field.
You could try adding it in database, changing "4" by the database Moodle course ID. You can see all course IDs listed in backend, for example in Joomdle->Forums.
Then, you can try enroling a new user, to see if it correctly adds him to the group.
The topic has been locked.
- Martin Willemse
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
10 years 8 months ago #8
by Martin Willemse
Replied by Martin Willemse on topic Jomsocial groups not automatically created after upgrade
Antonio,
Thank you so much for the great info - that worked perfectly!
Thanx for the great support - and thank you for such a great integration platform.
Have great day
Thank you so much for the great info - that worked perfectly!
Thanx for the great support - and thank you for such a great integration platform.
Have great day
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
10 years 8 months ago #9
by Antonio Durán
Replied by Antonio Durán on topic Jomsocial groups not automatically created after upgrade
I am glad it worked, thank you for the kind words!
The topic has been locked.