splutter 访问次数 : 11 注册日期 : 05-05-23 09:25 上次访问 : 09-10-29 21:05 |
easyphp1.8+bugfree0.3, 登陆界面就出错了~ (windows xp prof. sp2) |
回帖 |
wwccss 访问次数 : 593 注册日期 : 05-05-01 10:08 上次访问 : 10-07-19 11:44 |
你应该修改过chinese语言文件吧。应该是存储的时候改变了那个文件的编码类型的缘故,建议你换过编辑器再试一下。 |
回帖 |
splutter 访问次数 : 11 注册日期 : 05-05-23 09:25 上次访问 : 09-10-29 21:05 |
应该没改啊,我今天重新解压了一份,改了缺省语言,还是一样的问题~ 登录不了,一登录又自动回到这个界面,还是一堆的warning信息 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:easyphp1-8wwwBugfreeIncludeConfigBug.inc.php:1) in c:easyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 140 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:easyphp1-8wwwBugfreeIncludeConfigBug.inc.php:1) in c:easyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 140 Warning: Cannot modify header information - headers already sent by (output started at c:easyphp1-8wwwBugfreeIncludeConfigBug.inc.php:1) in c:easyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 146 Warning: Cannot modify header information - headers already sent by (output started at c:easyphp1-8wwwBugfreeIncludeConfigBug.inc.php:1) in c:easyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 152 Warning: Cannot modify header information - headers already sent by (output started at c:easyphp1-8wwwBugfreeIncludeConfigBug.inc.php:1) in c:easyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 158 Warning: Cannot modify header information - headers already sent by (output started at c:easyphp1-8wwwBugfreeIncludeConfigBug.inc.php:1) in c:easyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 163 |
回帖 |
wwccss 访问次数 : 593 注册日期 : 05-05-01 10:08 上次访问 : 10-07-19 11:44 |
你把那个config文件传上来我看一下。 |
回帖 |
splutter 访问次数 : 11 注册日期 : 05-05-23 09:25 上次访问 : 09-10-29 21:05 |
好啊~ 谢谢先~ 不过我基本没改哦~ [b]ConfigBug.inc.php[/b] |
回帖 |
wwccss 访问次数 : 593 注册日期 : 05-05-01 10:08 上次访问 : 10-07-19 11:44 |
应该是你的这个文件编码类型被改过了。不知道你使用的是什么编辑器。这是一个比较头疼的问题,我们正在准备把所有的文件编码都改成utf-8编码的。 你换一个编辑器重新编辑一下试一下吧,注意保存的的文件编码属性。 |
回帖 |
splutter 访问次数 : 11 注册日期 : 05-05-23 09:25 上次访问 : 09-10-29 21:05 |
原来我一直用 UltraEdit 在编辑 ConfigBug.inc.php ` 今天我重新解压了这个文件,传到 linux 里面用 vi 编辑,再传回来就 ok 了~ 不过登录进去之后左边[项目和模块]列表那里的中文全部显示的是问号... btw, 我原来用0.2版的时候也是用 UltraEdit 编辑,没问题哦~ |
回帖 |
splutter 访问次数 : 11 注册日期 : 05-05-23 09:25 上次访问 : 09-10-29 21:05 |
原来创建 BugFree 数据库的时候选的是缺省的字符集,发现在 phpMyAdmin 中看到的中文都是 ????; 之后将 BugFree 数据库删除重建,选择的是 gb2312_bi 的字符集,导入 BugFree.sql 之后可以在 phpMyAdmin 中看到正确的信息,但是在 BugFree 系统中依然看到 ????; 尝试添加一个新的 project 也无法正常显示,去到数据库中去看发现输入的中文直接就变成问号了 ... |
回帖 |
wwccss 访问次数 : 593 注册日期 : 05-05-01 10:08 上次访问 : 10-07-19 11:44 |
不要使用phpmyadmin,你直接使用命令行试一下吧。 mysql4.1编码的问题搞得我们比较头疼,呵呵,回头仔细研究加以彻底解决。 |
回帖 |