|
Posted by crater on February 6, 2008, 6:09 am
Please log in for more thread options
> > I have recently updated php to 5.25, and since then I am getting this
> > error.
>
> > I have looked at previous posts relating to this error and opinion
> > seems to point mysql.
>
> > However, I am not using mysql in my current project. I'm using ODBC to
> > connect to an Access 2000 database (.mdb) via a DSN.
>
> > Any clues anyone?
>
> The fact you don't use mysql doesn't mean it doesn't cause the error. If =
=A0
> you have mysql enabled as en extension, it will come up. I had it in _any_=
=A0
> script due to this (even a simple single echo). So, try to substitute the =
=A0
> mysql dll anyway.
> --
> Rik Wasmus
That seems to have done the trick. Many thanks.
|