Page 1 of 1

ADODB messages with .12

Posted: Fri Mar 10, 2006 1:50 am
by Michael Woodward
Just upgraded to .12 and am getting ;
With $config['use_adodb_lite'] = true; in config.php I get the following messages;

Notice: Constant ADODB_FETCH_DEFAULT already defined in C:\www\webroot\cmsmadesimple\lib\adodb_lite\adodb.inc.php on line 19
Notice: Constant ADODB_FETCH_NUM already defined in C:\www\webroot\cmsmadesimple\lib\adodb_lite\adodb.inc.php on line 20
Notice: Constant ADODB_FETCH_ASSOC already defined in C:\www\webroot\cmsmadesimple\lib\adodb_lite\adodb.inc.php on line 21
Notice: Constant ADODB_FETCH_BOTH already defined in C:\www\webroot\cmsmadesimple\lib\adodb_lite\adodb.inc.php on line 22


But when I have $config['use_adodb_lite'] = false; in config.php I get ;

Notice: Undefined property: ADODB_mysql::$query_count in C:\www\webroot\cmsmadesimple\index.php on line 210

The site comes up correctly other than these messages.
Any suggestions. I had this also with .12 Beta.
Regards Michael