Opened 19 years ago
Closed 19 years ago
#871 closed defect (duplicate)
undefined function: fetchinto() in ippMonitor
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ippMonitor | Version: | 1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
testing simtest in my home ~arno/simtest
some pages which formerly showed small (dummy) jpegs on
the IPP1.0 standard installation now (users IPP-1.1 installation)
are producing errors: (see simtest project in IppMonitor):
Proc Detrend Exp:
Fatal error: Call to undefined function: fetchinto() in
/var/www/kiawe/ippMonitor/detProcessedExp.php on line 140
Norm Detrend Exp:
Fatal error: Call to undefined function: fetchinto() in
/var/www/kiawe/ippMonitor/detNormalizedExp.php on line 136
Resid Detrend Exp:
Fatal error: Call to undefined function: fetchinto() in
/var/www/kiawe/ippMonitor/detResidExp.php on line 143

Again, this bug is due to the recent change the database schema. ippMonitor
needs to be updated and redeployed. In the meantime, please interact with the
mysql database directly.
* This bug has been marked as a duplicate of 869 *