From: Matt M. <jma...@gm...> - 2006-10-16 19:25:26
|
Hi there, I'm using phpESP, and I'm trying to do cross tabulation, and i'm getting the errors listed below. Everything else works just fine, except cross tabulation. (Cross analysis works) I've tried running this on a php5 server and a php4.4 server, both hitting the same database, and i get the same errors. Is this a known bug? Is there a fix? Thanks for putting out a good product, -Matt Miller* Notice*: Only variable references should be returned by reference in * /var/www/survey/admin/include/lib/adodb/adodb.inc.php* on line *859* *Notice*: Trying to get property of non-object in * /var/www/survey/admin/include/lib/espdatalib.inc* on line *49* *Notice*: Only variable references should be returned by reference in * /var/www/survey/admin/include/lib/adodb/adodb.inc.php* on line *859* *Notice*: Trying to get property of non-object in * /var/www/survey/admin/include/lib/espdatalib.inc* on line *49* *Notice*: Only variable references should be returned by reference in * /var/www/survey/admin/include/lib/adodb/adodb.inc.php* on line *859* *Notice*: Trying to get property of non-object in * /var/www/survey/admin/include/lib/espdatalib.inc* on line *49* *Notice*: Only variable references should be returned by reference in * /var/www/survey/admin/include/lib/adodb/adodb.inc.php* on line *859* *Notice*: Trying to get property of non-object in * /var/www/survey/admin/include/lib/espdatalib.inc* on line *49* *Notice*: Undefined offset: 0 in * /var/www/survey/admin/include/where/crosstab.inc* on line *276* *Notice*: Undefined offset: 2 in * /var/www/survey/admin/include/where/crosstab.inc* on line *280* *Notice*: Undefined offset: 1 in * /var/www/survey/admin/include/where/crosstab.inc* on line *276* *Notice*: Undefined offset: 3 in * /var/www/survey/admin/include/where/crosstab.inc* on line *280* |