Forum Support

Shape 5
March 28, 2024, 05:44:47 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Install template Traction_current.zip : Error on 1 step  (Read 741 times)
cars44
Jr. Member
**
Offline Offline

Posts: 1



« on: 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
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #1 on: 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
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.