Just wondering what might be going on here...

I have the latest drop of Cake1.2 and its setup on a LAMP
environment.  The index page seems to think that I have access to the
DB.  I went through the blog tutorial (http://manual.cakephp.org/
appendix/blog_tutorial) and am getting hung up on the portion right
after you creat a view.

I switched the debug to 3 and see that the query that is breaking is
this from my findall():

SELECT `Post`.`` FROM `posts` AS `Post` WHERE 1 = 1

with Error:

1054: Unknown column 'Post.' in 'field list'

How can I suppress the .'' and why is it building the query this way?

Thanks,
-=Josh

(Sorry is this is a repost, I tried earlier but didn't see it hit the
discussions list)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to