Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2, 1.9
-
Fix Version/s: 1.9.17
-
Component/s: Module: DimDim
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
In current module version, there are some uses of the "dimdim_users" table (lib.php) and that table doesn't seem to exist in the module installation file at all.
The most noticeable one is the query in the dimdim_print_recent_activity(), that with debug enabled, displays the error.
Ciao ![]()
P.S.: I remember I saw that table in a previous release? Has it been dropped on purpose or by error?
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
I see the same error in the recent activity block.
Table 'mydatabase.mdl_dimdim_users' doesn't exist
SELECT u.id, cu.dimdimid, u.firstname, u.lastname FROM mdl_dimdim_users as cu, mdl_dimdim as ch, mdl_user as u WHERE cu.userid = u.id AND cu.dimdimid = ch.id AND cu.lastping > '1231773410' AND ch.course = '5' ORDER BY cu.dimdimid ASC