Bug #324
closedCTF summary page does not shown any values in run pop up window
100%
Description
The pop up window when clicking on the acerun# link does not contain the correct information.
Steps to produce:
(1) Go to CTF Summary page, e.g., http://cronus3.scripps.edu/myamiweb/processing/ctfreport.php?expId=7454
(2) Click on any of the runnames, e.g., acerun3
(3) Look at pop-up window, a table of parameters is shown with no values
Probably an error in the MySQL query.
Updated by Neil Voss over 14 years ago
- Subject changed from CTF correction pop up window bug for offsite Appion setup to CTF summary page does not shown any values in run pop up window
- Assignee deleted (
Neil Voss)
Updated by Eric Hou over 14 years ago
- Status changed from New to Assigned
- Assignee set to Eric Hou
Updated by Eric Hou over 14 years ago
I found the error, but not sure how to fix it.
The error is because there is no ApCtfTiltParamsData table in ap262.
function getAceParams($acerunId) in particledata.inc will return error because of the missing table in ap262.
We need to add ApCtfTitleParamsData table in the defaultprocessingtables.xml
Updated by Eric Hou over 14 years ago
I manually create ApCtfTiltParamsData for ap262.
So Anna's processing result will show up.
This problem is not totally fixed until we fix the xml file.
Thanks.
Updated by Eric Hou over 14 years ago
- Status changed from Assigned to In Test
- Assignee changed from Eric Hou to Amber Herold
- % Done changed from 0 to 80
This is ready for test now. I add ApCtfTiltParamsData in the xml file. So when create new appion database, this table will also get created.
To test this, please create a new project, and link new database.
Go the the new ap database you just created, and check for ApCtfTiltParamsData table.
Thanks.
Eric
Updated by Amber Herold over 14 years ago
- Status changed from In Test to Closed
- Target version set to Appion/Leginon 2.0.0
- % Done changed from 80 to 100
The table is indeed created, but found bug #445 while testing this.