Home > Archive > PHP Pear > February 2006 > Re: [PEAR] Pear Mail Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PEAR] Pear Mail Problem
|
|
| Justin Patrin 2006-02-22, 6:58 pm |
| On 2/22/06, Mona Abdelhady <mabdelha@cacegypt.org> wrote:
> Hi, I=B9m trying to use pear mail on os x server 10.3 and I keep getting
> :Unable to find class for driver smtp in the error log altough I made sou=
r
> that both Net_SMTP and Net_Socket are installed, any idea?
>
Is your include_path set correctly?
--
Justin Patrin
| |
| Mona Abdelhady 2006-02-23, 7:56 am |
| Yes the include_path is set correctly, any other thought?
On 2/22/06 5:58 PM, "Justin Patrin" <papercrane@gmail.com> wrote:
> On 2/22/06, Mona Abdelhady <mabdelha@cacegypt.org> wrote:
ur[color=darkred]
>=20
> Is your include_path set correctly?
>=20
> --
> Justin Patrin
>=20
> --
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>=20
| |
| bertrand Gugger 2006-02-23, 7:56 am |
| Mona Abdelhady wrote:
>Yes the include_path is set correctly, any other thought?
>
>
Please, post the exact error message.
>
>
>On 2/22/06 5:58 PM, "Justin Patrin" <papercrane@gmail.com> wrote:
>
>
>
>
>
>
| |
| Mona Abdelhady 2006-02-23, 6:59 pm |
| The exact error message is:
Unable to find class for driver smtp in /usr/local/php5/lib/php/pear.php
On 2/23/06 4:00 PM, "bertrand Gugger" <bertrand@toggg.com> wrote:
> Mona Abdelhady wrote:
>=20
> Please, post the exact error message.
>=20
sour[color=darkred]
>=20
| |
| bertrand Gugger 2006-02-23, 6:59 pm |
| 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
| |
| bertrand Gugger 2006-02-23, 6:59 pm |
| bertrand Gugger wrote:
> Mona Abdelhady wrote:
>
> 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
| |
| Mona Abdelhady 2006-02-23, 6:59 pm |
| 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@toggg.com> wrote:
> bertrand Gugger wrote:
>
>
> That is right, as if you did not install Mail properly
> but here:
> <bloody>
>
>
> </bloody>
> The poor thing shows the script outputing the message, so the pear.php
> thru raiseError()
> Sorry.
>
>
> ... The original error creator
|
|
|
|
|