Derkowski, Matthew wrote:
It appears to happen in other places. Is there a way to globaly change this ? Or does this mean that I will have to 'try' to change code as I find each place it happens ?
You can comment out this line in index.php (in the root directory, not src):
error_reporting(E_ALL);
I manually set that, as recommeneded by the ADODB class. I wish I knew why my test environment never generates these notices, even when I have error_reporting(E_ALL).
Regards,
Bill
