Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Special characters no showing in tabs
Author « Topic »  

laleirina
Advanced Member

United Kingdom
173 Posts

Posted - 02/13/2025 :  06:45:28  
Hi,
Our hosting provider recently upgraded the servers to a late version of PHP.

Since then, the special characters in our Spry Tabbed Panels don't show correctly, as you can see from the image.




I've tried to fix this by googling the problem, but can't find any way to do it yet.

Edited by - laleirina on 02/13/2025 06:51:40

Vince
Administrator

42878 Posts

Posted - 02/14/2025 :  05:09:28  
Hi Laleirina
I think this may be to do with the character set for of the data from the database. In your file
/vsadmin/db_conn_open.php
...you will have a line like this...
$GLOBALS['ectdatabase'] = new mysqli($db_host, $db_username, $db_password, $db_name);
On the line after that, can you try adding this line...
$GLOBALS['ectdatabase']->set_charset('utf8');
Then refresh the details page.
If that doesnt't work, try the "latin1" charset like this...
$GLOBALS['ectdatabase']->set_charset("latin1");
If neither of those work, please take the line out again and let me know.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

laleirina
Advanced Member

United Kingdom
173 Posts

Posted - 02/14/2025 :  07:32:09  
Hi Vince,

Thank you for your reply.

I set it to utf8 and it didn't fix it, but as soon as I set it to latin1 it all resolved properly.

Thank you very much for your help!

Bon chance!
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000