Shape 5

Joomla Templates => Traction - Club => : cars44 May 12, 2017, 07:30:57 AM



: Install template Traction_current.zip : Error on 1 step
: cars44 May 12, 2017, 07:30:57 AM
Hello, i've try to resolve install error by this way( find on net with Joomla Troubleshooter. How to deal with ?Deprecated function iconv_set_encoding()? error)
The error may look like the following:

Joomla_Ho_to_deal_with_iconv_set_encoding_error_while_Joomla_installation_in_php_5_6_1

Deprecated: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in public_html\joomla\libraries\joomla\string\string.php on line 27

Deprecated: iconv_set_encoding(): Use of iconv.input_encoding is deprecated in public_html\joomla\libraries\joomla\string\string.php on line 28

Deprecated: iconv_set_encoding(): Use of iconv.output_encoding is deprecated in public_html\joomla\libraries\joomla\string\string.php on line 29

Let?s see how to deal with this issue.

    Open the file string.php in ?public_html\joomla\libraries\joomla\string\? directory. Go to the line 27.

    Now change the lines below:
       if (function_exists('iconv'))
    {
    // These are settings that can be set inside code
    iconv_set_encoding("internal_encoding", "UTF-8");
    iconv_set_encoding("input_encoding", "UTF-8");
    iconv_set_encoding("output_encoding", "UTF-8");
    }

    to the following:
       if (function_exists('iconv') && PHP_VERSION_ID < 50600)
    {
    // These are settings that can be set inside code
    iconv_set_encoding("internal_encoding", "UTF-8");
    iconv_set_encoding("input_encoding", "UTF-8");
    iconv_set_encoding("output_encoding", "UTF-8");
    }
    elseif (PHP_VERSION_ID >= 50600)
    {
    ini_set("default_charset", "UTF-8");
 
But it's not ok can you help me please
sorry for my english i'm french
thanks


: Re: Install template Traction_current.zip : Error on 1 step
: mikek May 12, 2017, 12:25:54 PM
Hello,

What version of php is your server running? You must be running at least php 5.3 and Mysql 5.5. If your server doesn't meet these requirements you will need to have your host upgrade.

Also, what file are you installing? We do not have a file called traction_current.zip. The site shaper would be called SiteShaper_Shape5_Traction_current.zip