| Justin Patrin 2005-04-21, 3:57 pm |
| On 4/21/05, Peter Ketteridge <pk@icon.net.au> wrote:
> HI Everyone
>=20
> I am a newbie with Pera and the Ebay package and am getting the following
> error and am completely stumped:
>=20
> PHP Fatal error: Class 'PEAR_Exception' not found in
> C:\php\PEAR\Services\Ebay\Exception.php on line 38
>=20
> I know this is really a newbie question and I hate using your time and
> bandwidth with simpleton questions but I could really use some advice and
> would be very thankful!
>=20
> Obviously I am on a Windows box (XP Pro) and have reinstalled PHP, Pear a=
nd
> the Ebay package but I keep getting the same error. I have loaded the PH=
P
> environment variables and PHP works well on its own but fails with the ab=
ove
> error when I try to use Pear and Ebay.
>=20
Are you using PHP5 or PHP4? Services_Ebay is a PHP5 only package. Have
you updated PEAR lately? Perhaps you have too old a version. Did you
force depends when installing Services_Ebay?
pear upgrade PEAR
--=20
Justin Patrin
|