For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > March 2007 > No handlers for package.xml version 2.0









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 No handlers for package.xml version 2.0
Graham Clarke

2007-03-22, 7:00 pm

Hi - I've been getting this error when trying to install several packages.

"No handlers for package.xml version 2.0"

Using PEAR 1.5.1

Any ideas / recommendations?

Thanks,
Graham

--
Graham Clarke
grahamc@53tech.com
www.53tech.com
603.643.9955
Gregory Beaver

2007-03-22, 7:00 pm

Graham Clarke wrote:
> Hi - I've been getting this error when trying to install several packages.
>
> "No handlers for package.xml version 2.0"
>
> Using PEAR 1.5.1
>
> Any ideas / recommendations?


You have 2 installations of PEAR, one is 1.3.6 or older and one is 1.5.1.

pear -V

will show you that you are in fact using the older one.

cat `which pear`

and locate where it is pulling the older PEAR from

pear config-show

and check bin_dir to be sure that when you

pear upgrade --force PEAR

it overwrites the pear binary

Greg
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com