Bug #4348
ICA-AtoM "hangs" when creating an information object using Dublin Core template
Status: | Invalid | Start date: | ||
---|---|---|---|---|
Priority: | Critical | Due date: | ||
Assignee: | Jesús García Crespo | % Done: | 0% | |
Category: | - | |||
Target version: | Release 1.3 | |||
Google Code Legacy ID: | atom-2400 | Tested version: | ||
Sponsored: | Requires documentation: |
Description
To reproduce this error:
========================
1)create new information object using DC template
2)select create
Resulting error:
================
program hangs
screen freezes temporarily
record is saved after a few minutes and program returns to normal activity
subject terms entered now appear twice in autocomplete drop-down
Expected result:
================
no hang
no freeze
In qubit_dev mode the following warnings were captured:
1) When creating in DC:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/qubit/vendor/symfony/lib/storage/sfSessionStorage.class.php:92) in /var/www/qubit/vendor/symfony/lib/response/sfWebResponse.class.php on line 357
Warning: Cannot modify header information - headers already sent by (output started at /var/www/qubit/vendor/symfony/lib/storage/sfSessionStorage.class.php:92) in /var/www/qubit/vendor/symfony/lib/response/sfWebResponse.class.php on line 357
After creating and hitting create:
Notice: Undefined property: sfRoute::$resource in /var/www/qubit/apps/qubit/modules/informationobject/actions/eventComponent.class.php on line 84
Fatal error: Call to a member function __get() on a non-object in /var/www/qubit/lib/model/om/BaseObject.php on line 461
[g] Legacy categories: Information object
History
#1 Updated by Jesús García Crespo almost 10 years ago
- Status changed from New to New
I should be the owner as I will work on it. You are the reporter.
[g] New owner: Jesús García Crespo
#2 Updated by Jesús García Crespo almost 10 years ago
- Status changed from New to QA/Review
I can't reproduce, can you? It may be a problem with the creation of events, but I tried a few times and it works.
#3 Updated by Jessica Bushey almost 10 years ago
- Status changed from QA/Review to Invalid
Cannot duplicate today.