Author Topic: using bin/zf.sh and its version mismatch  (Read 776 times)

0 Members and 1 Guest are viewing this topic.

Offline ethereal1mTopic starter

  • Irregular
  • Posts: 38
    • View Profile
using bin/zf.sh and its version mismatch
« on: July 01, 2010, 01:55:49 AM »
Dear all,
I'm trying to install Zend Framework 1.8.0 by executing
Code: [Select]
bin/zf.sh create project

But the command fails complaining that
Quote
Provider 'project' is not a valid provider.

And when I do
Code: [Select]
bin/zf.sh show version

It's saying it's version 1.10.1 instead 1.8.0. Where does it read the library version? How can I revert it back to 1.8.0?

regards,
ethereal1m



Offline Cagecrawler

  • Enthusiast
  • Posts: 247
    • View Profile
Re: using bin/zf.sh and its version mismatch
« Reply #1 on: July 01, 2010, 11:36:45 AM »
Did you install by PEAR or by hand?
Try running it straight from the zf.php script.  Does this get you the right version?  If not, you need to downgrade the zf.php file to 1.8.  If it does, zf.sh is picking up the wrong version of the Framework.  Check your environment variables, links etc.

Offline ethereal1mTopic starter

  • Irregular
  • Posts: 38
    • View Profile
Re: using bin/zf.sh and its version mismatch
« Reply #2 on: July 08, 2010, 03:50:33 AM »
Hello,
you were right, the path was incorrect, it was pointing to other Zend library.. duh..... :)