On June 16, Philip Molter wrote: >I'm not sure exactly where the problems lie, but the symptoms are >that when I try to use methods like selectrow_array() and >selectrow_arrayref(), I get an error failing on calling prepare() >on an undefined object. > >If I install DBI 1.29 flat-out followed by DBD::mysql (1.2219 or >2.1017), it works fine. If I install DBI 1.28 then DBD::mysql, >then I upgrade DBI to 1.29 and then recompile DBD::mysql, it fails.
I installed DBI 1.29 and then DBD::mysql 2.1017, and I was getting �Can't call method "prepare" on an undefined value� when calling selectrow_array() method. I got this fixed by downgrading DBI to 1.28 and then recompiling DBD::mysql 2.1017. Most likely there is a bug in the routine that manages selectrow_array() and other all-embedded methods. I'm not familiar with the source, so I can't go deeper --sorry. Anyway, I'm running 5.6.1. -- Alessandro Ranellucci (HOSTING CENTER) <[EMAIL PROTECTED]> Ph. +39 06 6788489 - Fax +39 06 23315902 - http://www.hostingcenter.it
