Hi, I have just uploaded my local version to my webserver. Always a challange :-)
I get these 2 errors which I don't understand.. Missing Component File Error: The component file was not found. Error: Create the class P28nComponent in file: app/controllers/ components/p28n.php I used this tutorial: http://bakery.cakephp.org/articles/p0windah/2007/09/12/p28n-the-top-to-bottom-persistent-internationalization-tutorial And I have the files like they did explain on my webserver (locally it works well!) Contoller and Component are there and with correct content, like in the example. -------------- Next: Notice (8): Undefined property: View::$Mailto [APP/views/elements/ addresses.ctp, line 8] Fatal error: Call to a member function encode() on a non-object in / srv/www/vhosts/baz-heads.de/httpdocs/cake/app/views/elements/ addresses.ctp on line 8 Line 8 = <?php echo $this->Mailto->encode('[email protected]', __('Send Email ')); ?> The file mailto.php is in /views/helper/mailto.php In app_controller.php I have var $components = array('P28n', 'RequestHandler', 'Session', 'Email', 'MathCaptcha'); var $helpers = array('Html', 'Mailto', 'Session', 'Javascript', 'Form'); What I am doing wrong? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
