> My next step was to use some of the code snippets on the bakery... > I then start adding some components like captcha, which use a helper, > here is were it starts going wrong.
Are you following this article in the Bakery? Improved Captcha Component: http://bakery.cakephp.org/articles/view/improved-captcha-component. Note that it installs to your "vendors" directory as well as "controllers/components" – but not "views/helpers". The first thing that comes to mind is that the Captcha implementation uses a controller component and not a view helper. So take a look at the Captcha code that you are trying to install, and make sure you are putting it in the right place and using it correctly. Other than that, the garbled output might be a result of bad character encoding when you created and saved a file in your text editor or IDE, or maybe an errant whitespace or extra line endings. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
