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.