今天访问本地的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”。重新访问管理页面,好了。
转载请注明:XAMPP中文组官网 » Xampp启动失败