Re: Mail Component Not Working

2008-02-25 Thread Dardo Sordi Bogado

EmailComponent is an Cake 1.2 component. What version of cake are you using?

On Mon, Feb 25, 2008 at 1:15 AM, Affinity Skateboards <[EMAIL PROTECTED]> wrote:
>
>  I am trying to use the mail component on my contact page (
>  http://www.theskateparkdirectory.com/contact/ ) and I get the
>  following message:
>
>  Missing Component File
>
>  You are seeing this error because the component file can't be found or
>  doesn't exist.
>
>  Notice: If you want to customize this error message, create app/views/
>  errors/missing_component_file.thtml.
>
>  Fatal: Create the class below in file : app/controllers/components/
>  email.php
>
>class EmailComponent extends Object {
>  }
>  ?>
>
>  My contact_controller looks like this:
>
>  
>  class ContactController extends AppController {
>
>
>  var $uses = array('Contact');
>  var $components = array("Email");
>
>   // Code Here...
>  ?>
>
>  Am I doing something wrong? I thought that Email was a built in
>  component of cakephp. Any help would be most appreciated.
>
>
>  >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Mail Component Not Working

2008-02-24 Thread Affinity Skateboards

I am trying to use the mail component on my contact page (
http://www.theskateparkdirectory.com/contact/ ) and I get the
following message:

Missing Component File

You are seeing this error because the component file can't be found or
doesn't exist.

Notice: If you want to customize this error message, create app/views/
errors/missing_component_file.thtml.

Fatal: Create the class below in file : app/controllers/components/
email.php



My contact_controller looks like this:



Am I doing something wrong? I thought that Email was a built in
component of cakephp. Any help would be most appreciated.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---