Re: Fatal error: Allowed memory size of 134217728 bytes... When calling a simple static text element?

2011-01-13 Thread OldWest
It had to be infinite somehow. Was a typo on my end.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Fatal error: Allowed memory size of 134217728 bytes... When calling a simple static text element?

2011-01-13 Thread Miles J
I may be wrong, but it looked like an infinite loop?

On Jan 13, 11:48 am, OldWest  wrote:
> I've got this solved by changing the way I was calling in the element.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Fatal error: Allowed memory size of 134217728 bytes... When calling a simple static text element?

2011-01-13 Thread OldWest
I've got this solved by changing the way I was calling in the element.


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Fatal error: Allowed memory size of 134217728 bytes... When calling a simple static text element?

2011-01-13 Thread OldWest
I am getting this error:

*Fatal error*: Allowed memory size of 134217728 bytes exhausted (tried to 
allocate 40961 bytes) in *
E:\wamp\www\_cake\cakephp-cakephp-f6748d4\cake\libs\view\view.php* on line *
721*
*
*
When I call this simple static element in:
*
*
*element *- *plan_detail_menu.ctp*
*
*
element('plan_detail_menu', 
array("plan_detail_menu" => "Oh, this text is very helpful."));
?>

*view *- *benefit_schedule.ctp*

element('plan_detail_menu'); ?>

I did some research on this, but nothing is adding up in terms of php memory 
usage for this type of call.

Any ideas what I am doing wrong here?

*
*
*
*

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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