In this tutorial we will show how to fix the iconv_set_encoding() error during Joomla installation in php 5.6 environment.
Sometime you can see this error during Joomla installation :
How to fix Deprecated function iconv_set_encoding()” error
- Open the file joomla\libraries\joomla\string\string.php in file editor.
- Navigate to lines 24-30
- You should see the code:
- Replace this code with following:
- Save and try to run installation
- No more iconv_set_encoding() error
Good Luck,
AS Team.