Forum LAMS for Tech-Heads - General Forum: Error deleting


 
You may request notification for Error deleting.
Search: 

1: Error deleting
01/30/12 09:01 PM
[ Reply | Forward ]
Hi
We have one user that is unable to delete content from their user folder from the File - Open dialog. Shows error and produces a dump file. Contents of dump attached - looks like some database issue related to foreign key constraints - any thoughts on how to fix - if I log in as a different user can add and remove content no problems.

Posted by Glen Davies

Attachments:
2: Re: Error deleting
In response to 1 01/31/12 05:52 AM
[ Reply | Forward ]
Hi Glen,

This has been fixed here: http://bugs.lamsfoundation.org/browse/LDEV-2704

You can patch your database by running this:

ALTER TABLE lams_log_event DROP FOREIGN KEY FK_lams_event_log_3;
ALTER TABLE lams_log_event ADD CONSTRAINT FK_lams_event_log_3 FOREIGN KEY (learning_design_id) REFERENCES lams_learning_design (learning_design_id ) ON DELETE CASCADE;

Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum