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