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 problem? Any ideas on what I've done wrong? > > Regards, > > Rob.. >
I got the same problem with ZF in my include_path. The only thing that helped was to edit zf.php and to call Zend_Loader::registerAutoload() after including Zend/Loader.php (did this before the line which calls Zend_Tool). Regards, Mathias -- View this message in context: http://www.nabble.com/Zend_Tool-failure-in-1.8b1-tp23191372p23220552.html Sent from the Zend Framework mailing list archive at Nabble.com.
