5

I get this error on Symfony:

Attempted to call function "iconv" from the global namespace.

I've got an answer from here to uncomment "extension=iconv" in the /etc/php/php.ini file. But iconv itself is not installed. I've already installed the libiconv and the libticonv package, but it still does not work.

I'm on Manjaro.

zx485
  • 28,498
  • 28
  • 50
  • 59

1 Answers1

3

I just had the same issue and after installing php72 I just had to do what you said, composer worked just after uncommenting the line in /etc/php72/php.ini

phaberest
  • 3,140
  • 3
  • 32
  • 40