Login function doesn't work on client server

2013-04-01 Thread Fernando Queiroz
Yesterday I finally finished my first project.

But when I test the admin login page I noticed that was no working, I put 
login and password correct and just back to the same page. After about 5 
min the login page simply  goes blank.  Every time I enter the login page 
goes blank.

What might be happening?

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

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




using group by and order by together

2012-12-26 Thread Fernando Queiroz
Hello friends,

I have a doubt, I am working with two tables categories and posts on a given 
query want to display in my home only 1 post from each category, the last. As 
if it was the home of a forum.

I am able to display one post from each category, but they can not be the 
last registered.

Follow my code using group by and order by together
http://bin.cakephp.org/saved/84693

Does anyone by chance has gone through this problem?

Thank you in advance!
 

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.