|
|
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?
|
|
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? |
Show » |
|
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