Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to set up my Zend installation but when I run zf show version in the CLI I get this error message:

Fatal error: Class 'Zend\Filter\Word\CamelCaseToSeparator' not found in C:\Progr am Files (x86)\EasyPHP-12.1\php\php546x120828095553\ZendFramework-2.0.3\library\ Zend\Filter\Word\CamelCaseToDash.php on line 18

I haven't changed anything in the files and they're in the right place with the correct names and everything.

Does anyone of you know what the error could be?

share|improve this question
I think your system doesn't see Zend library. Did you write path_to_library to your PATH variable ? – Yury Pliashkou Dec 5 '12 at 15:11
1  
Just in case. There is a space in your "C:\Progr am Files " between Progr and am. Must be a typo in your question but just in case:) – Iznogood Dec 6 '12 at 16:17

1 Answer

I had the same problem when I had 2 zend framework libaries includes in php.ini file for zend framework 1 and 2 versions, when I left only one, this error disapeared.

share|improve this answer
1  
This is a comment, not an answer. – AthomSfere May 9 at 16:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.