Bug #8210
Problem with social groups after upgrading from Chamilo 1.9.10.2 to 1.10.4
100%
Description
Hello,
after upgrading from Chamilo 1.9.10.2 to 1.10.4 the social groups are showing wrong entries (entries of other groups) and the groups have other owners then before. The functions "add group" and "group list" in the administration panel disappeared. Is there maybe a bug when populating the tables usergroup and usergroup_rel_user which were empty before? Perhaps only in my case / has to do with
https://support.chamilo.org/issues/8205 ?
Thanks
Christian
Files
Associated revisions
Delete unused group code see #8210
History
Updated by Julio Montoya about 6 years ago
Can you check if you had some errors in your error logs, or some error messages?
To add social groups you have to create a group here:
main/admin/usergroups.php?action=add
And check the option "social group".
Updated by Christian Plass about 6 years ago
I can add social groups via Social network > Social groups -> add group (script is main/social/group_add.php)>addSql("ALTER TABLE session_rel_user ADD COLUMN duration int"); commented out in Version110.php
There is an error.log file attached of the upgrade procedure of a local copy of the chamilo web installation.
Still with #$this
Updated by Yannick Warnier about 6 years ago
- Category set to Users/Groups
- Status changed from New to Assigned
- Assignee set to Julio Montoya
- % Done changed from 0 to 10
Updated by Angel Quiroz about 6 years ago
- Assignee changed from Angel Quiroz to Julio Montoya
La herramientas de groupos sociales y clases se han unido. Pero también había una opción de grupos, qué pasó con esa funcionalidad? Ya no se usa? La página /main/admin/group_list.php arroja varios warnings y fatal error; y no hay un enlace directo a estas páginas. Sin embargo las entidades relacionadas a grups están definidas en las tablas se crean en la base de datos. Hay que corregir esa funcionalidad o sólo eliminar los archivos/entidades?
Updated by Julio Montoya about 6 years ago
Angel Quiroz wrote:
La herramientas de groupos sociales y clases se han unido. Pero también había una opción de grupos, qué pasó con esa funcionalidad? Ya no se usa? La página /main/admin/group_list.php arroja varios warnings y fatal error; y no hay un enlace directo a estas páginas. Sin embargo las entidades relacionadas a grups están definidas en las tablas se crean en la base de datos. Hay que corregir esa funcionalidad o sólo eliminar los archivos/entidades?
Si exacto todo eso debe ser eliminado. Por ahora en 1.10.x voy a eliminar ese archivo: /main/admin/group_list.php
Luego en chamilo 1.1.x eliminaré las entidades.
Updated by Julio Montoya about 6 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Julio Montoya) - Priority changed from High to Normal
He eliminado las entidades y código que usa esos grupos.
Updated by Yannick Warnier about 6 years ago
- Status changed from Needs testing to Bug resolved
- % Done changed from 10 to 100
No parece tener efectos segundarios. Muy bien. Cierro.
Removing the deprecated code doesn't seem to have had any negative impact. Closing.
Remove unused file see #8210