Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-24 Thread maff
Rob Allen-3 wrote: Hi, I've just downloaded 1.8b1 and am getting this with Zend_Tool: $ zf create project zf-app-test Fatal error: Class 'Zend_Controller_Action' not found in /www/tmp/zf- app-test/application/controllers/IndexController.php on line 3 Anyone else seeing this

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-24 Thread Matthew Weier O'Phinney
-- maff math...@ailoo.net wrote (on Friday, 24 April 2009, 09:50 AM -0700): Rob Allen-3 wrote: I've just downloaded 1.8b1 and am getting this with Zend_Tool: $ zf create project zf-app-test Fatal error: Class 'Zend_Controller_Action' not found in /www/tmp/zf-

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-24 Thread maff
Matthew Weier O'Phinney wrote: Ralph is working on a solution to this, and may already have something committed to trunk (he can tell you better). I'll take a look, thanks. Matthew Weier O'Phinney wrote: Btw, if you're going to do autoloading... start using Zend_Loader_Autoloader

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-24 Thread Ralph Schindler
This was fixed in trunk (new features inside the zf.php) I am documenting then now, but try out whats in trunk and see if it fixes your issues -ralph Tim Fountain wrote: On 23/04/2009, *Ralph Schindler* ralph.schind...@zend.com mailto:ralph.schind...@zend.com wrote: hmm, well in

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-24 Thread Ralph Schindler
This too has been fixed in trunk give it a try and let me know if you see any other issues. -ralph maff wrote: Rob Allen-3 wrote: Hi, I've just downloaded 1.8b1 and am getting this with Zend_Tool: $ zf create project zf-app-test Fatal error: Class 'Zend_Controller_Action' not found in

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-23 Thread Ralph Schindler
How did you install ZF? Is it on your include_path? -ralph Rob Allen wrote: Hi, I've just downloaded 1.8b1 and am getting this with Zend_Tool: $ zf create project zf-app-test Fatal error: Class 'Zend_Controller_Action' not found in

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-23 Thread Rob Allen
Downloaded the Zip file and placed in /usr/local/ZendFrameworkCli. Then did: alias zf=/usr/local/ZendFrameworkClik/bin/zf.sh I would prefer not to have it on my global include path as we have multiple ZF versions and configure per site. What's most odd is that it worked fine with the alpha

Re: [fw-general] Zend_Tool failure in 1.8b1

2009-04-23 Thread Ralph Schindler
hmm, well in that case, do this: export ZF_PATH=/usr/local/ZendFrameworkCli/library basically you'd be setting up an environment varaible to tell just the tool what the include_path should look like. let me know if that helps.. if it does, I will have to consider the use case of