Do you have multiple Zend frameworks in your include_path? That is not
supported if so. This is a known issue in 1.8-1.9 ZF's for people who
have unconventional stuff in their include_path, or multiple copies of
ZF laying around.
-ralph
Jigal sanders wrote:
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-php/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
J. Sanders