Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error on any command #2670

Closed
koraykupe opened this issue Feb 5, 2014 · 2 comments
Closed

Fatal error on any command #2670

koraykupe opened this issue Feb 5, 2014 · 2 comments
Labels

Comments

@koraykupe
Copy link

Fatal error: Couldn't find implementation for method Symfony\Component\Console\Helper\HelperSet::getiterator in Unknown on line 0

@stof
Copy link
Contributor

stof commented Feb 5, 2014

what is the locale set for your PHP system ? could it be Turkish, or another locale for which I is not the uppercase of i ?

If yes, it is this PHP bug: https://bugs.php.net/bug.php?id=18556

there is only 2 options to solve it:

  • use PHP 5.5 (in which it has been fixed)
  • stop setting the PHP locale to this locale

@selahattinunlu
Copy link

I am using openshift & php5.4.
I solved the problem by changing the locale.

export LC_ALL="en_US.UTF-8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants