Posted by gosha bine on 09/20/07 09:47
On 20.09.2007 01:33 berkshire@gmail.com wrote:
> I installed the Pear mail package and then created a quick script
> using the example from http://pear.php.net/manual/en/package.mail.mail.send.php
>
> I getting the following error:
> Fatal error: Call to undefined method PEAR_Error::send() in /var/www/
> html/site/htdocs/testmail.php on line 17
>
> Anyone know why this is happening? The object is successfully created
> and the send() method is included in the class that successfully
> created the object, so I don't understand how this is even possible.
>
> TIA
>
You may want to show us the lines 1-17 of your testmail.php.
--
gosha bine
makrell ~ http://www.tagarga.com/blok/makrell
php done right ;) http://code.google.com/p/pihipi
[Back to original message]
|