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*
*
*
<?php echo
$this->element('plan_detail_menu', 
    array("plan_detail_menu" => "Oh, this text is very helpful."));
?>

*view *- *benefit_schedule.ctp*

<?php echo $this->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

Reply via email to