Opened 19 years ago
Closed 18 years ago
#928 closed enhancement (fixed)
"DB_Error::fetchInto() undefined" errors when querying certain tables
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ippMonitor | Version: | 2.2 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
warpInputExp
Fatal error: Call to undefined method DB_Error::fetchInto() in /var/www/localhost/htdocs/ippMonitor/warpInputExp.php on line 45
Change History (5)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Summary: | Error when querying warp input exposures → errors when querying certain tables |
|---|
so here's the full list of things that get t
comment:3 by , 19 years ago
| Summary: | errors when querying certain tables → "DB_Error::fetchInto() undefined" errors when querying certain tables |
|---|
so here's the full list of things that get the DB_Error::fetchInto() error and that I could find (I did my best to be systematic and look at every single ippMonitor page):
http://alala/ippMonitor/masterDetrendImfiles.php?pass=12234&proj=jester
http://alala/ippMonitor/chipPendingImfile.php?pass=12234&proj=jester
http://alala/ippMonitor/warpInputExp.php?pass=12234&proj=jester
http://alala/ippMonitor/warpSkycellMap.php?pass=12234&proj=jester
comment:4 by , 19 years ago
| Status: | new → assigned |
|---|
comment:5 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
these errors are caused by inconsistency in the fields requested by ippMonitor and those actually available in the db tables. I have updated the current ippMonitor code to only request fields valid for the current db schema. I have also updated ippMonitor to improve the information content returned by the warp and stack queries to make them more useful.

and in warpSkyCellMap too
Fatal error: Call to undefined method DB_Error::fetchInto() in /var/www/localhost/htdocs/ippMonitor/warpSkycellMap.php on line 45