Forum Problems Installing LAMS: Re: Sequence not appearing


 
Search: 

3: Re: Sequence not appearing
In response to 1 12/19/05 11:47 PM
[ Reply | Forward ]
It appears they are being created. Though the entry in the visible column appears as a square. I am wondering if the entry in the "visible" column is malformed.

mysql> select * from lams_sequence where name = 'KenTest';
+------------+--------------------------------------+-------------+-------------------+---------+---------+------------+
| sequenceId | contextId | description | learningSessionId | name | visible | orderIndex |
+------------+--------------------------------------+-------------+-------------------+---------+---------+------------+
| 4 | 826d173f-b23b-497d-807b-4296679b121a | test123 | 1020 | KenTest |  | 1 |
+------------+--------------------------------------+-------------+-------------------+---------+---------+------------+
1 row in set (0.00 sec)

Thanks,
Ken R.

Posted by Ken Roberts

4: Re: Re: Sequence not appearing
In response to 3 12/22/05 05:18 AM
[ Reply | Forward ]
It's strange that the visible field is empty. Maybe you can try manually update the database but this field shouldn't be empty.

update lams_sequence set visible = 1 where name = 'KenTest';

Cheers,
Anthony

Posted by Anthony Xiao

Reply to first post on this page
Back to Problems Installing LAMS