Hey guys, I have been stumped at this for days with something similar - I had to upload my entire cakephp app to a remote server because my local one was just crashing and I couldn't work out any errors whatsoever.... well I'll explain my situation and see how it goes with responses..
I am in my Customers Controller and am using a findAll() query to search for any possible 'Clubs'. THis works fine and sets in my 'edit' view.. however, when I go to submit the information through a form, it crashes.. if I get rid of displaying this array in the view, everything works fine - its only as soon as i try and utilise this 'Club' call array in the view that it crashes.. this was my error message... Fatal error: Out of memory (allocated 37486592) (tried to allocate 40961 bytes) in path/to/my/site..../cake/libs/debugger.php on line 421 I commented out the same thing and got this result... Notice (8): Undefined variable: myClubNames [APP\views\customers \edit.ctp, line 101] So.. there's my error... a definate bug I think and not just me missing something.. what do you guys reckon? I'll post if i can get my app working without too many troubles.. cheers!! Lloyd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
