Spreadfirefox Affiliate Button
Custom Search

Friday, March 27, 2009

Lampp Problem To Open http://localhost

I have finished and success installing LAMPP in my intrepid. But when open http://localhost to see the detail configuration and status of LAMPP there is a warning like this:

Warning: file_get_contents(lang.xtmp) [function.file-get-contents]: failed to open stream: Permission denied in /opt/lampp/htdocs/xampp/index.php on line 2

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

To solve this problem, I modified modified lampp folder permission in /opt/lampp be like this "chmod -R 777 lampp"

Its worked

No comments: