Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76743
  • 博文数量: 17
  • 博客积分: 570
  • 博客等级: 中士
  • 技术积分: 180
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-15 20:08
文章分类

全部博文(17)

文章存档

2009年(4)

2008年(3)

2007年(2)

2006年(8)

我的朋友

分类:

2008-04-08 20:04:39

xampp出如下错误:

Warning: file_get_contents(lang.tmp) [function.file-get-contents]: failed to open stream: No such file or directory in C:\soft\xampp\xampp\htdocs\xampp\index.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at C:\soft\xampp\xampp\htdocs\xampp\index.php:2) in C:\soft\xampp\xampp\htdocs\xampp\index.php on line 4

出现这个问题的原因估计是一些清理软件如超级兔子把这个lang.tmp文件删除了!

修正方法:只需要建一个空文件lang.tmp放于C:\soft\xampp\xampp\htdocs\xampp之下即可。第一次登陆首页的时候,选择了语言后会在这个文件下写数据,比如选择中文就是zh,英文就是en。

 

阅读(2827) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-05-17 14:45:27

原来是这样子啊

chinaunix网友2009-01-17 08:54:58

太感谢你了!