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

Add missing iconv requirement #13

Closed
wants to merge 1 commit into from
Closed

Add missing iconv requirement #13

wants to merge 1 commit into from

Conversation

shyim
Copy link

@shyim shyim commented Dec 24, 2023

PHP Fatal error:  Uncaught Error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in phar:///php-cs-fixer.phar/vendor/symfony/polyfill-mbstring/Mbstring.php:116
Stack trace:
#0 phar:///php-cs-fixer.phar/vendor/symfony/polyfill-mbstring/bootstrap80.php(15): Symfony\Polyfill\Mbstring\Mbstring::mb_convert_encoding()
#1 phar:///php-cs-fixer.phar/vendor/symfony/console/Application.php(1241): mb_convert_encoding()
#2 phar:///php-cs-fixer.phar/vendor/symfony/console/Application.php(869): Symfony\Component\Console\Application->splitStringByWidth()
#3 phar:///php-cs-fixer.phar/vendor/symfony/console/Application.php(840): Symfony\Component\Console\Application->doRenderThrowable()
#4 phar:///php-cs-fixer.phar/vendor/symfony/console/Application.php(154): Symfony\Component\Console\Application->renderThrowable()
#5 phar:///php-cs-fixer.phar/vendor/symfony/console/Application.php(177): Symfony\Component\Console\Application->Symfony\Component\Console\{closure}()
#6 /php-cs-fixer.phar(102): Symfony\Component\Console\Application->run()
#7 {main}
  thrown in phar:///php-cs-fixer.phar/vendor/symfony/polyfill-mbstring/Mbstring.php on line 116

Copy link

Thanks for your pull request! We love contributions.

However, you should instead open a pull request on the main repository:

https://github.com/symfony/polyfill

This repository is what we call a "subtree split": a read-only subset of that main repository.

We're looking forward to your PR there!

@github-actions github-actions bot closed this Dec 24, 2023
@shyim shyim deleted the patch-1 branch December 24, 2023 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant