Re: Warning (512): Method HtmlHelper::formTag does not exist [CORE/cake/libs/view/helper.php, line 148]

2007-10-15 Thread [EMAIL PROTECTED]
Beautiful, Thank you! On Oct 15, 11:02 am, "Wayne Fay" <[EMAIL PROTECTED]> wrote: > Those tags have all been deprecated. This post should > help:http://cake.insertdesignhere.com/posts/view/15 > > Wayne > > On 10/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hello Wayne, > > I app

Re: Warning (512): Method HtmlHelper::formTag does not exist [CORE/cake/libs/view/helper.php, line 148]

2007-10-15 Thread Wayne Fay
Those tags have all been deprecated. This post should help: http://cake.insertdesignhere.com/posts/view/15 Wayne On 10/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello Wayne, > I appreciate your help but I'm still a little confused. > I get the warnings below. > > Warning (512): Met

Re: Warning (512): Method HtmlHelper::formTag does not exist [CORE/cake/libs/view/helper.php, line 148]

2007-10-15 Thread [EMAIL PROTECTED]
Hello Wayne, I appreciate your help but I'm still a little confused. I get the warnings below. Warning (512): Method HtmlHelper::formTag does not exist Warning (512): Method HtmlHelper::inputTag does not exist Warning (512): Method HtmlHelper::passwordTag does not exist Warning (512): Method Html

Re: Warning (512): Method HtmlHelper::formTag does not exist [CORE/cake/libs/view/helper.php, line 148]

2007-10-12 Thread Wayne Fay
That code was written for Cake v1.1. The formTag method has been deprecated in v1.2. You'll need to revert to v1.1 or rewrite the code to use FormHelper directly. Wayne On 10/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Does anyone know why I get this warning. And how do I get around

Warning (512): Method HtmlHelper::formTag does not exist [CORE/cake/libs/view/helper.php, line 148]

2007-10-12 Thread [EMAIL PROTECTED]
Does anyone know why I get this warning. And how do I get around it? I'm using cake_1.2.0.5427alpha the code comes from IBM's tutorial at: https://www6.software.ibm.com/developerworks/education/os-php-cake1/section4.html Their code: formTag('/users/register') ?> Please fill out the form below to