I went through the tutorial in the manual (http://manual.cakephp.org/
appendix/blog_tutorial) and am having issues with getting my view to
render correctly.

I can access my DB fine, or at least the index page seems ot think so
and I have access to my temp dirs.  However when I throw it into
debug=3 I see this query breaking:

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

Why is it appending the .'' to 'Post'?  MySQL doesn't seem to like
that and as a result I'm getting a lot of erros.  What can I do to fix
this?

Thanks,
-=Josh


--~--~---------~--~----~------------~-------~--~----~
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