Thursday, May 24, 2012

Re: find conditions fatal error

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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: