Immediately i posted a warning message, where get from XAMMP, while trying to learn edited and modification at my localhost (cause i’m newbie), That all happened, because the tools to clean up the files and registrys which is usually not used, the tools is WinTools.Net.
Warning: file_get_contents (lang.tmp) [function.file-get-contents]: failed to open stream: No such file or directory in C: \ Program Files \ htdocs \ MySql \ index.php on line 2
Warning: Can not modify header information – headers already sent by (output started at C: \ Program Files \ htdocs \ MySql \ index.php: 2) in C: \ Program Files \ htdocs \ MySql \ index.php on line 9
Yeah, That warning at above when i play with my XAMMP. Warning Messagein line 2 and 9 ..
2 ====>> line if (file_get_contents ( “lang.tmp”) == “”) (
9 ====>> line header ( ‘Location:’. $ uri ‘. / MySql / splash.php’);
Actually the problem comes from line 2, and then creeping to line 9 .. actualy a problem is very simple, because lossing file “lang.tmp”, Tthe Temporary Lahe content at “lang.tmp”is Temporary Language what XAMMP read for running language at localhost, or that you select at localhost / xammp if you wanna choose according to your language. Then, result of caused wear WinTools.Net, who delete all files that have extention * TMP, then I cheat for handle this problem, so that does not happen again at lang.tmp, after changed extention at lang.tmp become to lang.xtmp.
In other cases started coming after my change in the line 2 in the error message above a
2 ====>> line if (file_get_contents ( “lang.xtmp”) == “”) (
and I get an update warning latest
Warning: file_get_contents (lang.tmp) [function.file-get-contents]:failed to open stream: No such file or directory in C: \ Program Files \ htdocs \ MySql \ langsettings.php on line 2
Warning: include (lang / .php) [function.include]: failed to open stream: No such file or directory in C: \ Program Files \ htdocs \ MySql \ langsettings.php on line 4
Warning: include () [function.include]: Failed opening ‘lang / .php’ for inclusion (include_path = ‘.; C: \ Program Files \ MySql \ php \ Pear \’)in C: \ Program Files \ MySql \ htdocs \ MySql \ langsettings.php on line 4
Warning: Can not modify header information – headers already sent by (output started at C: \ Program Files \ htdocs \ MySql \ langsettings.php: 2) in C: \ Program Files \ htdocs \ MySql \ langsettings.php on line 8
at langsetting.php i changed again extension at lang.tmp to lang.xtmp.
Hopefully, if a useful time to get a similar problem as above ..

Comments