It sounds like you are using a tutorial designed for CakePHP 1.1.
You'll note that the error is only saying that HtmlHelper does not
have an input() method, not that you have a file or variable missing.

Try switching over to FormHelper in your controllers and views, since
using HtmlHelper to generate forms is deprecated by consensus.

On Jul 8, 10:03 am, "Krishnan. N" <[email protected]> wrote:
> Hi,
>
> I'm running cake 1.2.3.8166. Trying to execute tutorial blog page, the
> add and edit post does not work. I get the warning/error: "Method
> HtmlHelper::input does not exist [CORE/cake/libs/view/helper.php, line
> 143]"
>
>     Noticed that the /cake/config/tags.ini.php file doesn't exist (Not
> in the SVN repository either.
>
>     My questions are: What could be the reason for my code not able to
> see vars defined in libs/view/helper/html.php and two, what happened
> to the tags.ini.php file
>
> thanks,
> krishnan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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