zencart 安装法语语言包时后台出现乱码,解决方法

在安装zencart 语言包的时候,安装后发现打开zen cart 后台出现乱码的现象。

经过测出终于找出解决zencart乱码的的方案。

1.安装zencart语言包后,前台出现乱码

解决:在浏览器查找“查看 》 页面源代码”查看下面代码

[php]
====================

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />====================
[/php]

如果是:“iso-8859-1” 要改成“utf-8”

打开:includeslanguagesenglish.php 查找:

[php]
=========================

// charset for web pages and emails
define(‘CHARSET’, ‘iso-8859-1’);

========================
[/php]

2.安装zencart语言包后,后台出现乱码

解决:在浏览器查找“查看 》 页面源代码”查看下面代码

[php]
====================

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />====================
[/php]

如果是:“iso-8859-1” 要改成“utf-8”

打开:adminincludeslanguagesenglish.php 查找:

(ps:admin 是后台管理文件名)

[php]
=========================

// charset for web pages and emails
define(‘CHARSET’, ‘iso-8859-1’);

========================
[/php]

标签


Warning: error_log(/www/wwwroot/www.ctrol.cn/wp-content/plugins/spider-analyser/#log/log-0707.txt): failed to open stream: No such file or directory in /www/wwwroot/www.ctrol.cn/wp-content/plugins/spider-analyser/spider.class.php on line 2900