Changes between Version 19 and Version 20 of DespoinaLog/2010/11/25


Ignore:
Timestamp:
2010-11-25T14:24:55+01:00 (13 years ago)
Author:
antonak
Comment:

--

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 :  =
     2DB exists contains data but cannot be shown in the  molgenis application forms. Try to uploda form UI , problems with :
     3
    24 * truncate tables : bbmri, ...
    35
     
    5456 1. If the mechanism of the email does not work(firewall) make in the db active = true for the new  created users .
    5557
    56 Problem with debug session variable (default set to true) : 
     58Problem with debug session variable (default set to true) : fix file 
    5759
    58 mysql> insert into !MolgenisRole values('!MolgenisUser', 1, 'despoina', 1, 1);
     60and add user in db 
    5961
    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;
    6165
    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,
     66Upload to gbic server