本帖最后由 fengshui-123 于 2012-2-3 06:07 编辑
vot 发表于 2012-2-2 21:32
remove this block:Try to set this settings to = 0.Enable Cookies in your browser.
(What the browser ...
Thanks Vot.
I have done the changes you suggested but still the same: blank page whenever I change the language.
I use FireFox and IE8, both show the same thing(blank), but I have no problem for yout test site: http://codersclub.org/discuzx/forum.php
One thing big different I notice, for your test site whenever I change langnguage the site address always show the same address:http://codersclub.org/discuzx/forum.php.
But for my site, it show different address, for examples:
http://localhost/dx2world/forum.php?language=en
http://localhost/dx2world/forum.php?language=zh
http://localhost/dx2world/forum.php?language=de
my discuz_version.php file attached below.
Actually my version of discuz is downloaded from your google code site.
- <?php
- /**
- * [Discuz!] (C)2001-2099 Comsenz Inc.
- * This is NOT a freeware, use is subject to license terms
- *
- * $Id: discuz_version.php 26700 2011-12-20 07:14:45Z cnteacher $
- */
- if(!defined('IN_DISCUZ')) {
- exit('Access Denied');
- }
- if(!defined('DISCUZ_VERSION')) {
- define('DISCUZ_VERSION', 'X2');
- define('DISCUZ_RELEASE', '20111221');
- define('DISCUZ_ML_REVISION', '333');
- }
- ?>
复制代码
|