As I said Cake 1.3 never supported PDO, and this is how things are done in 2.x, so Oracle driver needs to be rewritten if you want to do any kind of filtering (WHERE ...). There are too many bits of code needing a rewrite, not only the connection step. I've "worked around" the issue by simply falling back to 1.3
On May 24, 5:21 pm, Stefanie <[email protected]> wrote: > Hi rahajiyev, > > I encountered a related problem. I was always getting a "Warning (2): > implode() [function.implode]: Invalid arguments passted [...]" error. > After some days of research I came to the point that (for my problem) > the line > $data .= implode(', ', $this->value($value, $columnType)); > in DboSource.php, #2352 is making all the trouble. Compaire the > DboSource::value() method with the one from the Oracle class. You'll > see differences. > > I think that a work-around for this function - in order to get the > whole find-method to work - will solve the problems. > > Does anybody else have another solution so far? > > Greetings, > Stefi -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
