On Jun 17, 5:24 am, Florian <florian.end...@me.com> wrote:
>
> Warning (512): SQL Error: ORA-00936: Ausdruck fehlt [CORE\cake\libs
> \model\datasources\dbo_source.php, line 527]
> Query: SELECT FROM connection_settings ConnectionSetting WHERE 1 = 1

Missing expression, not table. Search for ORA-00936, it is "missing
expression" and it looks like it's missing something between SELECT
and FROM (but I know little about Oracle so I'm guessing). Maybe the
problem is with the DboOracle class.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to