Page 2 of 2

Problem

PostPosted: 03. March 2008 19:07
by ludospagn
I've got a problem.
I installed XAMPP, but when I open http://localhost/ the browser says:

Welcome in XAMPP for Linux.
Warning: include(.version) [function.include]: failed to open stream: Permission denied in /opt/lampp/htdocs/xampp/start.php on line 12

Warning: include() [function.include]: Failed opening '.version' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lam


What I have to do? Is there something wrong during installation?

(I'm sorry for bad english)

Thanks!

Phpmyadmin

PostPosted: 09. March 2008 15:40
by steve5
check out phpmyadmin.net
There is a web based setup
script in the scripts folder
that will automatically create
config.inc.php.
specific instructions are in
www.phpmyadmin.net

Steve

Re: Starting Lampp

PostPosted: 18. December 2008 18:39
by badguy
in my case i had ubuntu 8.04 i had to remove permissions from the file lang.tmp in /htdocs/xampp
i didn't mess with terminal the privileges are in properties in the context menu :D

Re: Starting Lampp

PostPosted: 20. May 2009 19:21
by TdotTdot
its easy... just change the read permission using:

sudo chmod a+r *

This command must be typed when you are already in the xampp folder that contains both the index.php and lang.tmp

Good luck!