On 11/30/06, AD7six <[EMAIL PROTECTED]> wrote:
> On Nov 30, 1:35 pm, "Ismael S. Kafeltz" <[EMAIL PROTECTED]> wrote:
> > Hi people, I made a component using the 
> > PHPMailerhttp://phpmailer.sourceforge.net/
> >
> > I am getting a very strange error, I copied this from debug:
> >
> > 23      send    1064: You have an error in your SQL syntax; check the manual
> > that corresponds to your MySQL server version for the right syntax to
> > use near 'send' at line 1                       17
> An SQL error like that means you are calling a method that doesn´t
> exist (send) on a MODEL. Investigate wherever in your code you have
> NameOfAModel->send ($blah, $blah);

WOW! never ran into that one but surely a "gotcha" to remember

T

-- 
=============================================================
PHP Applications for E-Biz: http://www.sanisoft.com
Coppermine Picture Gallery: http://coppermine.sf.net
=============================================================

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" 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