Thanks Rich! That worked. How did you know the submitImage has been
deprecated? I don't see it listed in the API (http://api.cakephp.org/
1.2/class_form_helper.html#c3d45721c052080f91b4179c52db8bad).

Thanks again.

On Jan 5, 5:35 pm, chewie124 <[EMAIL PROTECTED]> wrote:
> Try:
>
> <?php echo $form->submit('calendar.gif',array('id'=>'projstartdt')); ?
>
>
>
> submitImage has been deprecated with 6311.
>
> HTH!
> Rich
>
> On Jan 5, 12:18 pm, pbland <[EMAIL PROTECTED]> wrote:
>
> > I just upgraded to 1.2.0.6311 and when I go to a view page in the
> > browser, I get:
>
> >    Fatal error: start-condition stack underflow in C:\Program Files
> > \Apache Group\Apache2\htdocs\3Bids\cake\libs\debugger.php on line 332
>
> > In the view, I have a form that displays a calendar image and I'm
> > using this code to display it:
>
> > <?php echo $form-
>
> > >submitImage('calendar.gif',array('id'=>'projstartdt')); ?>
>
> > If I remove this code, then the error goes away. Has something changed
> > and the API documentation just not been updated because submitImage()
> > is still in the API.
>
> > Thanks,
> > Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to