今天访问本地的Xampp管理页面,提示失败下面的错误信息:

Warning: file_get_contents(lang.tmp) [function.file-get-contents]: failed to open stream: No such file or directory in D:\Program Files\xampp\htdocs\xampp\index.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at D:\Program Files\xampp\htdocs\xampp\index.php:2) in D:\Program Files\xampp\htdocs\xampp\index.php on line 4

分析之后是因为找不到lang.tmp文件。晕,突然想起来是不是因为使用360的清理工具将*.tmp文件全给清理了。唉!名字真是怪。

尝试建立了一个空的文件,把名字改为“lang.tmp”。重新访问管理页面,好了。

呵呵。

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2022-02-23
  • 2022-01-11
  • 2021-04-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-02
  • 2022-12-23
  • 2022-03-02
  • 2021-06-25
  • 2022-12-23
  • 2022-02-20
  • 2021-12-24
相关资源
相似解决方案