in the element "draw_form_item.ctp" on line 35  I do only request
action to get data and I pass them to  render another element.... but
the database is almost empty...I am fetching 1-2 records...

is it wrong that I render element from other element? could this
increase the memory??

On Sep 10, 11:55 am, Tokasa <toka...@gmail.com> wrote:
> Hi Bert,
> thanks for your reply.
>
> I have tried to raise memory limit from 8MB to 9MB and it works then
> OK....
>
> Anyway do you have any idea if 9MB memory usage is absolutely NORMAL
> or I have to optimize something....??
> I know I can increase it e.g. up to 128MB but I dont know yet what
> hosting company accepts...
>
> Thanks
> Tomas
>
> On Sep 9, 12:25 pm, Bert Van den Brande <cyr...@gmail.com> wrote:
>
> > I think it also depends on what your own code is doing in
> > "draw_form_item.ctp" on line 35 .
>
> > Possibly the CakePHP upgrade requires a little bit of extra memory,
> > and your script was already near the limit of 8MB using the previous
> > CakePHP version ?
>
> > Try raising the memory limit a bit and evaluate the outcome.
>
> > Friendly greetings,
> > Bert
>
> > On Wed, Sep 9, 2009 at 11:12 AM, toka...@gmail.com<toka...@gmail.com> wrote:
>
> > > Hi, I have got some little issue and I would appreciate if anybody can
> > > help me out :)
>
> > > In some specific part PHP (not even cake I guess) gives me strange
> > > error.
>
> > > ****
> > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
> > > allocate 19456 bytes) in /Users/tokasa/www/project/app/views/elements/
> > > forms/draw_form_item.ctp on line 35
> > > ****
>
> > > The thing I do no understand is that it occurs only between upgrade
> > > from 1.2.4.8166 to 1.2.4.8284 or even the newest 1.2.5.
>
> > > On spring I started developing an application in cake 1.2.4.8004 ->
> > > upgrade to 1.2.4.8120 -> 1.2.4.8166. and everythin was fine. As I said
> > > this problems pops up going to higher version starting the 1.2.4.8284.
>
> > > I have got two teories... my code was wrong and fortunately it worked
> > > in older versions DUE to some old bug...
>
> > > OR
>
> > > developers had changed something significant...
>
> > > There is something I have found in my debugging times... It may have
> > > something to do with requestAction(...).
> > > I i comment that it works...
>
> > > Thanks for any Idea!!
> > > I nobody has something I will report that as a bug...
>
> > > Tomas
--~--~---------~--~----~------------~-------~--~----~
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
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to