Changes between Version 19 and Version 20 of DespoinaLog/2010/11/25
- Timestamp:
- 2010-11-25T14:24:55+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2010/11/25
v19 v20 1 == gbic server database for bbmri : exists contains data but cannot be shown in the molgenis application forms. Try to uploda form UI , problems with : == 1 = gbic server for bbmri : = 2 DB exists contains data but cannot be shown in the molgenis application forms. Try to uploda form UI , problems with : 3 2 4 * truncate tables : bbmri, ... 3 5 … … 54 56 1. If the mechanism of the email does not work(firewall) make in the db active = true for the new created users . 55 57 56 Problem with debug session variable (default set to true) : 58 Problem with debug session variable (default set to true) : fix file 57 59 58 mysql> insert into !MolgenisRole values('!MolgenisUser', 1, 'despoina', 1, 1); 60 and add user in db 59 61 60 Query OK, 1 row affected (0.39 sec) 62 * mysql> insert into !MolgenisRole values('!MolgenisUser', 1, 'despoina', 1, 1); 63 * mysql> insert into !MolgenisUser values (1, 'despoina', 'despoina', 1, 1); 64 * mysql> commit; 61 65 62 mysql> insert into !MolgenisUser values (1, 'despoina', 'despoina', 1, 1); 63 64 Query OK, 1 row affected (0.00 sec) 65 66 mysql> commit; 67 68 Query OK, 0 rows affected (0.00 sec) 69 70 71 72 Upload to gbic server, 66 Upload to gbic server