Opened 17 years ago
Closed 16 years ago
#1260 closed defect (fixed)
ippMonitor diffRun.php fails with SQL error
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | ippMonitor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Found in SVN revision 24225 after a run of simtest.
ippMonitor/src/diffRun.php contains references to a table field 'exp_id' which doesn't exist in the diffRun table in the database. This causes the following error to be returned:
error reading diffRun table
which I traced to the SQL error:
DB Error: no such field
There is, however, a field named 'exposure' in that table (all rows of this are 1, BTW). Is this supposed to be returned instead? If someone can tell me what fields are supposed to be in the returned table from this script, I can whip up a patch fairly quickly.
