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 /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