magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.57k stars 9.32k forks source link

Error "magento2.0.0.0-dev33" PHP Fatal error: Class 'Zend\EventManager\EventManager' not found in /lib/Zend/Code/Annotation/AnnotationManager.php on line 66 #153

Closed hackin88 closed 11 years ago

hackin88 commented 11 years ago
zerkella commented 11 years ago

Hi,

when saying "Zend Framework Version 1.12.0" - does it mean, that you have installed ZF via PEAR or in some other way separately from Magento? If "yes", then can you check, please, whether Magento works, if you temporarily delete those ZF files?

Magento has ZF already shipped with it, so that ZF must stay. Just delete the ZF that you installed separately from Magento.

Thanks.

hackin88 commented 11 years ago

Hy Andrey

I have "Zend Server CE" on development server.

The error has been resolved by applying the following

sudo gedit /usr/local/zend/etc/php.ini

In row 805

;include_path = ".:/usr/local/zend/share/ZendFramework/library:/usr/local/zend/share/pear" include_path = ".:/usr/local/zend/share/pear"

I rebooted the Zend Server

Getting installation at the project successfully "magento2.0.0.0-dev33"

Thank you my friend

magento-team commented 11 years ago

Closing the issue due to lack of recent activity