you zend tool maybe pointed at a different version of the framework that your app is acutally running.
Try echoing Zend_Version::version(); in your app and see what that gives you. if it shows your the version you downloaded and your Zf tool is a different version you need to update your zf tool code. On Fri, Sep 18, 2009 at 12:54 AM, Artsemis <[email protected]> wrote: > > > > Artsemis wrote: > > > > I was working through the quickstart and got to the part where I had to > > create a controller -- which gave an error about finding the project > file. > > I did a quick Google and this was a problem with 1.9.0 that many people > > seemed to have experienced on Windows. > > > > I went ahead and re-downloaded ZF and got the same result... I was sure > to > > download the "latest" (1.9.2). Here's the odd part... if I run "zf show > > version", it says "Zend Framework Version 1.9.0"... my zip file and the > > folder in it are even called ZendFramework-1.9.2. > > > > Any help would be GREATLY appreciated! :) > > > > > > *edit* > > Some additional information... that wrong version number seems to be > > coming from C:\xampp\PEAR\Zend\Version.php. I have no idea why it's doing > > this or how to fix it but I'm sure you guys will =) > > > > Thanks again > > > > > Well, I figured it out and I'll leave the answer here incase it helps > someone else -- even though it's a bit embarrasing! I remember seeing > somewhere that your library include path should be placed at the beginning > -- however, I didn't think much of it and placed it on the end. Simply move > your library include to the beginning of include_path to give it priority > over the xampp pear path that defaults in there and you should be good to > go! > > -- > View this message in context: > http://www.nabble.com/Odd-issue-with-new-install-regarding-version-number-tp25501965p25503102.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- Shaun J. Farrell Washington, DC (202) 713-5241 www.farrelley.com
