1146: Table 'eclass.action_types' doesn't exist
SELECT id FROM action_types WHERE name = 'access'


1146: Table 'eclass.action_types' doesn't exist
SELECT id FROM action_types WHERE name = 'exit'


1146: Table 'eclass.accueil' doesn't exist
SELECT id FROM accueil WHERE define_var = 'MODULE_ID_DOCS'


1146: Table 'eclass.actions' doesn't exist
SELECT id, TIME_TO_SEC(TIMEDIFF(NOW(), date_time)) AS diff, action_type_id
                FROM actions
                WHERE user_id = 0
                ORDER BY id DESC LIMIT 1


1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' date_time = NOW(), duration = 0' at line 4
INSERT INTO actions SET
                    module_id = 0,
                    user_id = 0,
                    action_type_id = ,
                    date_time = NOW(),
                    duration = 0


1146: Table 'eclass.document' doesn't exist
SELECT path, visibility, format,
                              (LENGTH(path) - LENGTH(REPLACE(path, '/', ''))) AS depth
                       FROM document WHERE filename = 'Εισαγωγή Προγραμματισμός.pptx' AND path LIKE '%' HAVING depth = 1


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/openeclass/modules/document/file.php on line 69

Warning: Cannot modify header information - headers already sent by (output started at /var/www/openeclass/include/lib/main.lib.php:63) in /var/www/openeclass/modules/document/file.php on line 80

Warning: Cannot modify header information - headers already sent by (output started at /var/www/openeclass/include/lib/main.lib.php:63) in /var/www/openeclass/include/lib/forcedownload.php on line 77

Warning: Cannot modify header information - headers already sent by (output started at /var/www/openeclass/include/lib/main.lib.php:63) in /var/www/openeclass/include/lib/forcedownload.php on line 78

Warning: Cannot modify header information - headers already sent by (output started at /var/www/openeclass/include/lib/main.lib.php:63) in /var/www/openeclass/include/lib/forcedownload.php on line 87