Shape 5

Joomla Templates => Life Journey - Club => : phaber28 February 14, 2018, 12:56:20 PM



: Error and Hanging between 1 and 2
: phaber28 February 14, 2018, 12:56:20 PM
i downloaded and was able to build a site using SiteShaper
Charleston.
Decided I preferred another SiteShaper template
_Life_Journey.  Deleted the old files and DB, followed the exact
process but it hangs between step 1 and 2. Never gets to DB setup.

Any ideas?

This is after I had to modify
the string.php file because of Deprecated errors.

Changed 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 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\");
}

I even tried install without this change.


: Re: Error and Hanging between 1 and 2
: mikek February 15, 2018, 08:45:27 AM
Hello,

I am not sure what template you are using, you posted about Charlestown, but then mentioned Life Journey, and you're posting in the Charity board?

You should not be modifying any files during the site shaper installation. I need to know what template you are actually installing so I can test locally.


: Re: Error and Hanging between 1 and 2
: phaber28 February 15, 2018, 09:17:55 AM
The error i have is with the Life Journey.  http://www.shape5.com/demo/index.php?life_journey  

I found it under the  Church category.  I don't see a church forum.  
During install I get the following errors.


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

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

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


Then it hands between step 1 and 2.

if i need to post a different place let me know.


: Re: Error and Hanging between 1 and 2
: mikek February 16, 2018, 08:41:39 AM
Hello,

I have just tested it and it's installing fine for me. My guess is there might be a php version issue because this is such an old template. Does your host have the capability of changing the php versoin to 5.3+ and less than 7?

I don't want to talk you out of a template install, but this is an extremely old template. It is no responsive and it is not built on our Vertex framework. I would suggest a modern template if this is a fresh install.