On my ubuntu machine when i try to create a controller:

zf create action edit events

I get the error:

Fatal error: Cannot redeclare class Zend_Tool_Project_Provider_Manifest in /usr/share/php/libzend-framework-p

hp/Zend/Tool/Project/Provider/Manifest.php on line 69

I have created a symlink to zf.sh to my /usr/bin/zf

But got the above error.

How should i solve this?

Thanks

link|improve this question

74% accept rate
there is a hint in ZF devzone says : In zf.php : $zendFrameworkPath = 'F:\\Program Files\\Zend\\Core\\ZendFramework\\library\\Zend'; $zendFrameworkLabPath = 'F:\\Program Files\\Zend\\Core\\ZendFramework\\laboratory\\Zend_Tool\\library'; devzone.zend.com/article/3811 – tawfekov Dec 13 '09 at 14:52
1  
what version of ZF are you using? – seengee Dec 13 '09 at 15:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.