ethereal1m Posted July 1, 2010 Share Posted July 1, 2010 Dear all, I'm trying to install Zend Framework 1.8.0 by executing bin/zf.sh create project But the command fails complaining that Provider 'project' is not a valid provider. And when I do 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 Quote Link to comment https://forums.phpfreaks.com/topic/206360-using-binzfsh-and-its-version-mismatch/ Share on other sites More sharing options...
Cagecrawler Posted July 1, 2010 Share Posted July 1, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/206360-using-binzfsh-and-its-version-mismatch/#findComment-1079739 Share on other sites More sharing options...
ethereal1m Posted July 8, 2010 Author Share Posted July 8, 2010 Hello, you were right, the path was incorrect, it was pointing to other Zend library.. duh..... Quote Link to comment https://forums.phpfreaks.com/topic/206360-using-binzfsh-and-its-version-mismatch/#findComment-1082908 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.