From: bertrand Gugger on
Mona Abdelhady wrote:

>The exact error message is:
>
>Unable to find class for driver smtp in /usr/local/php5/lib/php/pear.php
>
>
That means you don't have the <pear_base>Mail/smtp.php

Anyway, what is very strange is you get it in a script named "pear.php"
If you did not manually borked your install, I wonder where from you got
your files.

Definitively, this message is isssued by <pear_base>Mail.php and only by it.
Regards
--
toggg
From: bertrand Gugger on
bertrand Gugger wrote:

> Mona Abdelhady wrote:
>
>> The exact error message is:
>>
>> Unable to find class for driver smtp in /usr/local/php5/lib/php/pear.php
>>
>>
> That means you don't have the <pear_base>Mail/smtp.php

That is right, as if you did not install Mail properly
but here:
<bloody>

>
> Anyway, what is very strange is you get it in a script named "pear.php"
> If you did not manually borked your install, I wonder where from you
> got your files.

</bloody>
The poor thing shows the script outputing the message, so the pear.php
thru raiseError()
Sorry.

>
> Definitively, this message is isssued by <pear_base>Mail.php and only
> by it.

.... The original error creator
From: Mona Abdelhady on
It works, thanks everyone it was the mail installation I reinstalled and
reconfigured the paths and it worked, again thanks to everyone who
responded.




On 2/23/06 4:23 PM, "bertrand Gugger" <bertrand(a)toggg.com> wrote:

> bertrand Gugger wrote:
>
>> Mona Abdelhady wrote:
>>
>>> The exact error message is:
>>>
>>> Unable to find class for driver smtp in /usr/local/php5/lib/php/pear.php
>>>
>>>
>> That means you don't have the <pear_base>Mail/smtp.php
>
> That is right, as if you did not install Mail properly
> but here:
> <bloody>
>
>>
>> Anyway, what is very strange is you get it in a script named "pear.php"
>> If you did not manually borked your install, I wonder where from you
>> got your files.
>
> </bloody>
> The poor thing shows the script outputing the message, so the pear.php
> thru raiseError()
> Sorry.
>
>>
>> Definitively, this message is isssued by <pear_base>Mail.php and only
>> by it.
>
> ... The original error creator