Hi everyone. I am having this problem trying to retrieve the data from
one of my models.
In my controller I use:
function index(){
$this->set('data', $this->Product->findAll());
}
And in my view I get this:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 48 bytes) in
/home/msamour/www/cake/cake/libs/model/dbo/dbo_mysql.php on line 408
Before updating to cake 1.1.4.3083 I got an empty page. Now I get that message.
I thought that cake automatically only retreaves 50 recods. What am I
doing wrong.
As a note I tried scaffolding and I got the same message.
Thanks and congrats on the new release.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---